Where & How Do You Code Identifier In Jcl?
No Answer is Posted For this Question
Be the First to Post Answer
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How dummy is used in jcl?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How can an in-stream dataset be terminated?
Is automatic restart possible in jcl? If yes, how?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?