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
can I redistribute oorexx freely with commercial software?
Can I cleanly uninstall oorexx?
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
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?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
How to run my rexx exec?
Suppose I want to code a rexx program in order to get the inputfile and output files of jcl. I want code snippet or the coding for this?
is oorexx compatible with rexx?
can oorexx run normal rexx programs?
I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.
what would I use uni-rexx for?
what is uni-rexx?
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