I'm staring myself blind on a silly problem that I've created for myself.
Here is a very advanced REXX program:

/* rexx */                                                      
address TSO                                                     
"ALLOC F(FILE1) NEW TRACKS SPACE(1) RECFM(F B) LRECL(80) REUSE"
exit RC                                                         

If I execute it using the TSO EXEC command it gives RC=0 as expected,but if
I compile the program and run it from the load library, it gives RC=4093!
What's the secret?

Staffan

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to