what is the job entry system used in your project?

Answer Posted / saiprp

You can see the JES installed in this way. Open spool of any one job and check for the JESJCL in that.

You would be able to see something like below.

DS=JESJCL  .JES2 (Here it is JES2)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different components of jcl statement?

697


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


Can we call instream to catalog and catalog to instream?

685


Differentiate between addressing mode and run mode.

615


how can the same proc be re-used and called by many jobs?

915






how would you create a temporary dataset? And where will you use them?

771


what are JCLLIB and STEPLIB in JCL?

680


In sms datasets, what is the function of the dd avgrec keyword?

658


Explain how can a jobs execution priority be modified?

742


How to do automated restart when a job abend?

791


Explain the function of the dd dcb keyword?

706


when does a dataset go uncataloged?

840


what is the use of IEBGENER utility?

662


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


What is the function of dd disp parameter?

658