| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Mariraj
Joined: 09 Jul 2007
Posts: 25
Location: Chennai
|
| Posted: Tue Aug 12, 2008 4:40 pm Post subject: COMMAND CURRENT NOT FOUND |
|
|
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 |
|
agkshirsagar
Joined: 27 Feb 2007
Posts: 569
Location: Mumbai,India
|
| Posted: Tue Aug 12, 2008 4:44 pm Post subject: |
|
|
| "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 |
|
Aaru
Joined: 03 Jul 2007
Posts: 1148
Location: Mumbai - India
|
| Posted: Tue Aug 12, 2008 4:50 pm Post subject: Reply to: COMMAND CURRENT NOT FOUND |
|
|
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 |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|