How many types of libraries are there in JCL ?
Answers were Sorted based on User's Feedback
Answer / guest
Libraries are of three types.
1.Sytem Libraries: SUCH AS SYS1.LINKLIB
2.Private Libraries: SPECIFIED IN A JOBLIB OR STEPLIB DD
STATEMENTS.
3.Temporary Libraries: CREATED IN A PREVIOUS STEP OF THE JOB.
| Is This Answer Correct ? | 13 Yes | 7 No |
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Max generations in GDG??
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
What are isolation levels? Where do we need to specify them in compiling JCL?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
what is use of disp parameter in dd statement?
how to run JCL thru COBOL.
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
which are the parameters mandatory in job card ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Explain about LMMFIND - find a library member