what is JCLLIB and PROCLIB in jcl and their syntax

Answers were Sorted based on User's Feedback



what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / raghu

//proccall jcllib order=proclib.name,disp=shr


//proclib dd dsn=proclib.name,disp=shr

Is This Answer Correct ?    6 Yes 3 No

what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / ashok kumar

jcllib is used to identify procedure,include private liveries
syn:
//jclnam jcllib order=(lib1,lib2)


proclib is having achval proc private liberes

// procname proc
// steps.....
//.....

Is This Answer Correct ?    3 Yes 5 No

what is JCLLIB and PROCLIB in jcl and their syntax..

Answer / ch.mohan

jcllib is identify the path of proclib,and proclib is
identify the procedure name
syntax
//proclib jcllib order=userid.name.proclib.filename

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More JCL Interview Questions

in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


a dd statement has 2 types of parameters. Name them?

0 Answers  


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


which utility is used to update pds?

1 Answers   IBM,


What is the difference between primary and secondary allocations for a dataset?

8 Answers  






//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


What you mean by skeleton JCl?

2 Answers  


Is automatic restart possible in jcl?

0 Answers  


What is the meaning of keyword in JCL? What is its opposite?

1 Answers  


Can you give the sort card to arrange the specific column in the version of GDG.

1 Answers  


How does jcl act on code(if you take a cobol program)?

0 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


Categories