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 |
How to find the length of variable length copybook using fileaid ??
In how ways you can pass the data from Jcl to cobol ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
Explain the jcl exec statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
can any one plzzzzzz tell the jcl code for creating ps using idcams
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
how do you access an uncataloged dataset in a jcl?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What is the difference between BLKSIZE and LRECL?
How do you access a file that had a disposition of KEEP?
what is alternate index?