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


Please Help Members By Posting Answers For Below Questions

Name what parameter directs the output of the job log dataset?

557


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?

711


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1579


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

673


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8666






How does jcl specify the job to the operating system?

748


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

771


Brief description of inline procedure of jcl.

680


when does a dataset go uncataloged?

826


define cond parameter in jcl?

771


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1726


Define concatenating?

663


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

561


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9209


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

930