How many types of libraries are there in JCL ?
Answer Posted / varun vittal
5
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
What are the 4 fields in dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Are there any set of rules for the names of the steps used in a job?
Explain dfsort utility?
how you can access an uncataloged dataset in a JCL?
What are hierarchy levels in jcl?
Explain how can a stopped job be started again?
What do you understand by the terms: joblib and steplib?
how to run batch program without jcl?
What statement can be used to send data to another mvs jes3 node?
Describe the various parameters utilized in the creation of a gdg?
a dd statement has 2 types of parameters. Name them?
what sort card you will use to copy the data from one dataset to another dataset?
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?