M Lee Klein
New User
Joined: 08 Feb 2022 Posts: 39 Location: USA
|
|
|
|
I'm trying to find where/who submits a job. We need job, TTVIODZZ, to run and create a dataset so other jobs can run. It failed due to space but we have fixed that. We found the job TTRELJOB releases TT0CURZZ and TTVIODZZ from hold but they didn't execute.
//* RELEASES JOB TT0CURZZ FROM HOLD Q
//*
//*
//RELJOB EXEC PGM=IEBGENER,COND=(0,NE)
//SYSIN DD DUMMY <= SUB CONSOLE CMD TO OPERATING SYSTEM
//SYSUT1 DD DATA,DLM='@@' <= TO STOP WRITING DUMP DATA TO CP FILE
/*$VS,'$AJ(TT0CURZZ,TTVIODZZ)'
@@
//SYSUT2 DD SYSOUT=(A,INTRDR),
// DCB=(LRECL=80,BLKSIZE=80)
//SYSPRINT DD SYSOUT=*
//*
How do I find where this JCL is? How do I figure out why the job isn't running?
Sorry, I'm not a mainframe programmer. Just a DBA filling in.
Lee |
|