Hi all.
I have a PL/I program that receives 2 arguments:
PGM1: PROCEDURE(DSN,DDN) OPTIONS(MAIN NOEXECOPS) REORDER;
DCL DSN CHAR(44) VAR;
DCL DDN CHAR(08) VAR;
Then I'm calling this pgm in a REXX:
dsn = left('sys1.proctest',44)
ddn = left('DD1',8)
address linkmvs "PGM1 dsn ddn"
Then I got a S0C4 and RC(-196)
When I change the program to receive just one argument it works fine.
Maybe I'm doing a stupid thing, but I can't find... Any ideas ?
Thank you!
Paulo Caze
Esta mensagem e uma correspondencia reservada. Se voce a recebeu por engano,
por favor desconsidere-a.
O sistema de mensagens da Internet nao e considerado seguro ou livre de erros.
Esta instituicao
nao se responsabiliza por opinioes ou declaracoes veiculadas atraves de e-mails.
----------------------------------------------------------------------
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