in jcl you are having JCLLIB and STEPLIB what happens

Answer Posted / rks

if you mentioned jcllib in jcl that u r using cataloged
procs.
thats it nothing happen to steplib .
steplib will override joblib but not jcllib.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd mgmtclas keyword in sms datasets?

743


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

637


what are JCLLIB and STEPLIB in JCL?

680


write a jcl to execute a job by 7:00 am on jan 20,1986?

700


What is the function of the steplib dd statement?

744






How to submit a jcl from cics?

670


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

940


what are the statements that are not valid to be included in an include statement?

778


i want to store 20 digits . how will u do it in cobol ?

862


Mention the types of job control statements?

689


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1989


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

862


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7091


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

607


What is the function of dd name parameter with a 2 part structure; audit.report?

705