Answer Posted / arun
Based on utility.
1.when we use system defined utility.
sysprint- it'l give system defined utility messages.
2.when we use user defined utility.
sysout- it'l give user defined utility messages.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
What happens if both JOBLIB & STEPLIB is specified ?
Explain how can values be passed from the job stream to an executable program?
What is the function of the dd dcb keyword?
How to override loadlib?
What do you understand by the term notcat 2 – gs?
What is the function of the steplib dd statement?
When space is allocated for an output dataset, what units can be used?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how do you access an uncataloged dataset in a jcl?
What is the purpose of disp parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
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 motivation behind coding class parameter in job statement?
what is the use of JCL?