Hi!
I'm trying to SUB a JCL and I'm getting this message as return:
IKJ56250I JOB CREAACTI(JOB09595) SUBMITTED
19.29.28 JOB09595 $HASP165 CREAACTI ENDED AT TSTMVS01 - JCL ERROR CN(INTERNAL)
***
It's a simple JCL with a few SQL commands. Here is an example:
//CREAACTI JOB 'DB2',NOTIFY=&SYSUID,CLASS=A,MSGCLASS=H
// MSGLEVEL=(1,1),REGION=4M
//JOBLIB DD DISP=SHR,DSN=DB2.V8R1.SDSNLOAD
//GRANT EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSTSIN DD *
DSN SYSTEM(DSNB)
RUN PROGRAM(DSNTIAD) PLAN(DSNTIA81) -
LIBRARY('DB2.V8R1.DSNB.RUNLIB.LOAD')
END
//SYSIN DD *
CREATE TABLE ... and go on frome here with de SQL commands.
What can be wrong?!
The previous JCL with almost the same commands was ok! It ran with no problems...
Now I've just created a new member and changed the table structure... I've revised several times but found nothing wrong...
Please help me!!! I'm a beginner on mainframes!!
Thanks!
Thiago.