How does jcl act on code(if you take a cobol program)?
No Answer is Posted For this Question
Be the First to Post Answer
Name what parameter directs the output of the job log dataset?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
How is a GDG base created?
List in order the hierarchical levels of jcl?
what is the difference between static call and dynamic call?
how do u send return code from cobol to 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
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
What are the default system and catalog libraries in JCL?
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?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK