what operation is performed by job statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
Explain about SYSVAR
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
what is the purpose of coding notify parameter in job statement?
what is JCL?
What is a COND parameter in JCL?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Can we use empty VSAM as input?
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.
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?