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

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)

8 Answers  


What is S322 abend ?

5 Answers  


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,






How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


using cursor how can you fetch more than one record into a variable

3 Answers   Syntel,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


wht do u mean by notify parameter, how can u give acess to multiple users ?

4 Answers   L&T,


db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.

2 Answers   Cap Gemini,


how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


Categories