Explain how can the disposition of sysout datasets be set for an entire jobstream?
No Answer is Posted For this Question
Be the First to Post Answer
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
what is DD statement is used in JCL?
The maximum number of in-stream procedure you can code in any JCL is ?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
In DCB, what is LRECL,BLKSIZE,DSORG
How dummy is used in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Is condition checking possible in jcl?
what operation is performed by job statement?
Can we write same stepname for one or more steps in on job ?