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
List the various advantages of using jcl language?
Can I send output of job to my remote device careerride123?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are some jcl statements that are not allowed in procedures?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How do you create a temporary dataset?
Name a few IBM utility programs, and explain its function.
Explain how can values be passed from the job stream to an executable program?
Why block size is multiple of lrecl in jcl?
how JCL works?
Explain about ISPF/TSO Commands
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can a fb file convert to vb file using sort program?
How to pass the parameter in parm using linkage section ? (syntax)?