i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
IBM,
6 11995i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
IBM,
4 10244JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
HCL,
4 16782in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
DELL,
1 6671
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the rules employed while naming the steps in a job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
List in order the hierarchical levels of jcl?
Explain dd statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
what is the compile process of cobol program expalin with code
What are hierarchy levels in jcl?
Explain the function of //cntl statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the purpose of the dd keylen parameter?
how would you create a temporary dataset? And where will you use them?
Explain dfsort utility?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.