Hello all,
When I run the TSO EDIT command in batch, as so:
//SAOTSO JOB (T1440),'RL',MSGLEVEL=(1,1),REGION=0M,MSGCLASS=X
//TRY EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
EDIT 'SCTO.DB2V10.SDSNSAMP(DSNTIJIN)' DATA
RENUM 10000 10000
I get the following error:
READY
EDIT 'SCTO.DB2V10.SDSNSAMP(DSNTIJIN)' DATA
EDIT
RENUM 10000 10000
IKJ52304I UTILITY DATA SET NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ52304I DYNAMIC ALLOCATION ERROR CODE 0218
EDIT
END
The same error occurs when running the command ONLINE.
I looked up IKJ52304I in QUICKREF and it pointed to DAIR Return Code 12 that means there was a dynamic allocation error
and that further information is in the DARC table. I couldn't figure out how to get that further information.
I'll mention that the enviroment this command is running on does NOT use SMS when executin Dynamic Allocation.
There is one volume specified in VATLST member in SYS1.PARMLIB that is defined as STORAGE type.
Any help would be apreciated...
Thank you in advance.