Is condition checking possible in jcl? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
How to use COND Parameter in jcl
what are the types of abends that occur on job failure? And explain the possible causes of these
common jcl abends??
Is it possible to code instream data in a PROC?
what is the difference between perform varying and perform
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
How to overide the symbol parameter in the jcl ?
In job processing, what happens in execution stage?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
why do we use file-aid wht r the adv of using file-aid thn in ispf
What are isolation levels? Where do we need to specify them in compiling JCL?