I get a -922 when executing a REXX DB2 batch job using the following command. Do I need special permissions to execute a REXX DB2 job in batch ? I have no problem using SPUFI to connect to the DB2 SUBSYS.
ADDRESS DSNREXX "CONNECT" SUBSYS
IF SQLCODE ^= 0 THEN CALL SQLCA
Looking for some tips on this ....Thank you.
ADDRESS DSNREXX "CONNECT" SUBSYS
IF SQLCODE ^= 0 THEN CALL SQLCA
Looking for some tips on this ....Thank you.