what is the compile process of cobol program expalin with code
No Answer is Posted For this Question
Be the First to Post Answer
How to use COND Parameter in jcl
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
Where can program checkpoints be stored for use in a restart?
What is the use of symbol // in jcl?
which utility is used to sort a file in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is there any command to check wether the ps file is in sorted order?
what is the purpose of coding class parameter in job statement?
in jcl you are having JCLLIB and STEPLIB what happens
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
how to allocate a dynamic dataset in jcl ?
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?