What do unusual return codes such as -3 and 0196 mean?
Answer Posted / ram
hi shakila vinayagam,
i'm getting the problem for rexx batch execution while
having the ADDRESS statement and w/o address statement its
executing fine but not going to macro program.
my error looks like
14 *-* ADDRESS ISPEXEC "EDIT DATASET("CURRNAM2")",
+++ RC(-3) +++
the same is fine when i execute thru online like
tso pgm-name or pgm-name.
can you please tell me how to execute the rexx program
which invokes macro through BATCH mode my sample jcl
//REXX1 EXEC PGM=IKJEFT1B
//SYSEXEC DD DSN=WLAWPDS.TEST.RAREXX,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
REX1
/*
//SYSIN DD DUMMY
//
please clarify.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are various loop types supported by rexx?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
What are the functions available in rexx?
How to code the db2 queries using rexx?
When will a port of ooRexx to "XYZ" be available?
is oorexx compatible with ibm object rexx?
I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there
what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
What is the use of uni-rexx?
Can I cleanly uninstall oorexx?
how long does the install of oorexx take?
What are the various error conditions seen in rexx?
is oorexx compatible with rexx?
How to run my rexx exec?