|
|
| Author |
Message |
MGIndaco
Moderator
Joined: 10 Mar 2005 Posts: 479 Location: Milan, Italy
|
|
|
|
Hi, I'm not a good writer but I'll try to explain my problem to you.
I have a REXX program that in interpretative execution works well but if I
compile it with STUB=MVS it gives me some problems such as:
* I can't open files for input/output, neither passing thru the DD or the internal declaration with the ALLOC statement;
* I'm unable or is incorrect use the LISTDSI command to look for the DSN information.
As an alternative, I tried to compile the REXX program with STUB=CPPL, that's for the TSO routine, but the problem resulted in a RC=0C4. |
|
| Back to top |
|
 |
References
|
Posted: Wed Mar 30, 2005 5:49 pm Post subject: Re: Problem while compile the REXX program with STUB=CPPL |
 |
|
|
 |
MGIndaco
Moderator
Joined: 10 Mar 2005 Posts: 479 Location: Milan, Italy
|
|
|
|
Ehm, I've found the solution in open for input/output my files with a command for the following statement
/* address tso */
/* "profile nopref" */
I've compiled my pgm with stub=callcmd and now it's ok...
I'm still looking for the listdsi command to read information about my DD.
Thank you all.
Regards |
|
| Back to top |
|
 |
|
|