Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
COMMAND CURRENT NOT FOUND

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
Mariraj

New User


Joined: 09 Jul 2007
Posts: 25
Location: Chennai

PostPosted: Tue Aug 12, 2008 4:40 pm    Post subject: COMMAND CURRENT NOT FOUND
Reply with quote

I am executing a REXX tool and it throws the following error.

Code:
COMMAND CURRENT NOT FOUND 48 *-* ADDRESS TSO "current" +++ RC(-3) +++ 54 +++ CCL2 = cycl - 1 Error running exec, line 54: Bad arithmetic conversion


Could someone please let me know the reason for it.

This is the line which contains that command.

Code:
ADDRESS TSO "current"
Back to top
View user's profile Send private message
References
agkshirsagar

Senior Member


Joined: 27 Feb 2007
Posts: 562
Location: Mumbai,India

PostPosted: Tue Aug 12, 2008 4:44 pm    Post subject:
Reply with quote

"current" maybe some other REXX/CLIST which is getting executed through your REXX program. Check SYSPROC/SYSEXEC libraries if they have this member "current".
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1130
Location: Mumbai - India

PostPosted: Tue Aug 12, 2008 4:50 pm    Post subject: Reply to: COMMAND CURRENT NOT FOUND
Reply with quote

Mariraj,

Quote:
Could someone please let me know the reason for it.


The member "CURRENT" is not in the datasets allocated to the SYSEXEC/SYSPROC. Move this member and try executing it and it would work.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1