in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
IBM,
1140if the submitter of a job wants to inform another user about the job completion, how can it be done?
IBM,
479if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
IBM,
778how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
IBM,
456
How does jcl act on code(if you take a cobol program)?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How does jcl specify the job to the operating system?
what is the purpose of coding class parameter in job statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How do you submit a job for execution?
How jcl is used for testing batch programs?
What are the jcl procedures?
What is the purpose of dd?
Is automatic restart possible in jcl? If yes, how?
What is the significance of addrspc parameter in the exec statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the function of the dd mgmtclas keyword in sms datasets?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?