What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / arul minesh
GROUP VERSIONS OF LIMIT 255
| Is This Answer Correct ? | 38 Yes | 3 No |
Post New Answer View All Answers
how to do automated restart when a job abends?
How to override loadlib?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what is SOC4 error?
What are the utility programs in jcl?
what is the purpose of coding class parameter in job statement?
Explain dfsort utility?
What do you understand by jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the 4 fields in dd statement?
What parameter directs the output of the job log dataset?
List the different components of jcl statement?
Does jcl support automatic restart?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
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