What is JCL LIB ?

Answer Posted / guest

in additon to the aobve answers, max of 15 Data sets can be
used in JCLLIB ORDER.

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of the steplib dd statement?

627


What is concatenating?

625


Explain how can the attributes of one sms dataset be copied to another dataset?

694


When output dataset space is required, what quantity categories are used?

811


How jcl work to handle various input output file operations?

647






List the various advantages of using jcl language?

838


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

598


in ways data can be passed to a COBOL program from JCL?

656


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

7069


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

595


which utility is used a dummy utility?

776


What is catelog procedure and how many catelog procedure to use in one job?

7423


what is “Cond= even” and “Cond=only”?

730


Explain the purpose of dd dummy statement?

658


How do you submit a job for execution?

630