How can a job send a status message to a tso user at the completion of a job?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What are the parameter we cannot use in procedure?
Explain about LMFREE�free data set from its association with data ID
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
List the different jcl statements that are not permitted in the procedures?
what is d/f b/w sysout & sysprint
How can a job send a status message to a tso user at the completion of a job?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
Describe the JOB statement, its meaning, syntax and significant keywords?
Which statement is used to identify the private libraries in job?