What is order of searching of the libraries in a JCL?
Answer Posted / sunitha
Suppose if we specify multiple datasets in the joblib and
steplib statements then the dataset with largest block size
will be the first one to be searched in order.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to run cobol program using jcl?
whats the diff bw the evaluate also and and?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the difference between the positional and keyword parameters? Give examples.
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain about LMQUERY�give a dialog information about a data set
How dummy is used in jcl?
Explain in DD statement what is the use of DCB parameter?
what is the JCL statement consists of?
how to compare two datasets without using superce because output is limited to 133 bytes
Is acct parameter mandatory?
What is the purpose of the dd keylen parameter?
How is a type of file defined in the jcl that executes the cobol program?
Explain how can a jobs execution priority be modified?
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?