What is the difference between Sysin,Sysout,Sysdbout and
Sysudump?
Answer Posted / 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 |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
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
For what purpose steplib and joblib are used ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the use of disp parameter?
a dd statement has 2 types of parameters. Name them?
Where & How Do You Code Identifier In Jcl?
Explain how can a jobs execution priority be modified?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How dummy is used in jcl?
Is condition checking possible in jcl? If yes, how?
Describe the various parameters utilized in the creation of a gdg?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?