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 |
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
When output dataset space is required, what quantity categories are used?
How to DEBUG a JCL?
What is the syntax of JCL statement?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
How can values be passed from the job stream to an executable program?
what is use of dsn parameter in dd statement?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
How many parameters are there to a DISP statement and what are their uses ?
What is a COND parameter in JCL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?