What is the difference between joblib and jcllib statements
Answer Posted / gowthamgyaa
Mainframe can understand only in terms of hexadecimal. Application programming what we coding like COBOL, have to be converted into Hexadecimal. Hence during the stages of compiling, our Programming codes would be link-edited and moved to load library as hexadecimal codes.
Since Load library is a private library[used only by single user], we are using joblib to invoke it.
JCL lib would be used to invoke system libraries like ZOS.PROCLIB.
Am a learner, so correct me if I'm wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
What is the function of the dd dcb keyword?
How is a type of file defined in the jcl that executes the cobol program?
List the different jcl statements that are not permitted in the procedures?
How do you access an uncatalogued dataset in a jcl?
how would you create a temporary dataset? And where will you use them?
what are JCLLIB and STEPLIB in JCL?
Is there any command to check wether the ps file is in sorted order?
What is the syntax of JCL statement?
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?
I need exexution process for JCL programs
Which dd parameters are required?
What are the parameter we cannot use in procedure?
How to override loadlib?
what operation is performed by job statement?