Explain the function of //cntl statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to copy VSAM files without using REPRO
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?
Why do you use a control card?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
what is the difference between return code and maxcc?
how do u send return code from cobol to jcl ?
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
//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
what is DSN parameter and DISP parameter is used for?
Where & How Do You Code Identifier In Jcl?
How to find in aparticular step how many versions a paricular gdg base have?