What is the difference between Sysin,Sysout,Sysdbout and
Sysudump?
Answers were Sorted based on User's Feedback
Answer / mohan.chepuri
synin is the seeing the error msgs to spool
sysout is the after job is success full then seeing the out
put in spool
| Is This Answer Correct ? | 2 Yes | 10 No |
Answer / mohan.chepuri
synin is the seeing the error msgs to spool
sysout is the after job is success full then seeing the out
put in spool
| Is This Answer Correct ? | 2 Yes | 19 No |
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What do you feel makes a good program?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
How to DEBUG a JCL?
what are the ways of passing data to a cobol program from jcl?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Explain how can return codes be tested before execution of a job step?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how can u understand ps and pds from their names ?
what is a steplib
The maximum number of steps in a job?