i have step1,step2,step3 from where can i start coding cond parameter ?
Answers were Sorted based on User's Feedback
Answer / srk
u can code cond parameter on any step but coding it on step1
results nothing because no return code verification for step1.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / arunudhay
You can start either from step 1 or 2 or 3,it doesn't matter
but depending on your COND stmt the steps will be executed.
| Is This Answer Correct ? | 5 Yes | 4 No |
hi friends........if u know syntax of IEBEDIT IN JCL
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
if we give TIME=0 how many sec that job/step
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
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)???
What is a COND parameter in JCL?
which utility is used a dummy utility?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?