what is JCLLIB and PROCLIB in jcl and their syntax
Answer Posted / raghu
//proccall jcllib order=proclib.name,disp=shr
//proclib dd dsn=proclib.name,disp=shr
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
Is it possible to left uncode disp?
Explain how can a stopped job be started again?
What parameter directs the output of the job log dataset?
what is the use of JCL?
what is “Cond= even” and “Cond=only”?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
A dd statement consists of 4 fields. Name them?
How jcl work to handle various input output file operations?
How to run cobol program using jcl?
which utility is used a dummy utility?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the maximum length of a single line of jcl?
Does jcl support automatic restart?