Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?

Answer Posted / mr.perfect

we can use two job statement in single JCL, i think it is
not necessary to use two job statements in single JCL,
because a single job can execute compile and RUN jcl with
single JOB statements.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

is there any way to execute more than one proc in the same exec statement at the same time..?

2100


State the uses of syspring, sysin, sort fields, sum fields and dummy.

642


what are JCLLIB and STEPLIB in JCL?

668


how you will the direct the data to spool using sysout option?

1753


What is the function of dd disp parameter?

650






What are the utility programs in jcl?

643


how do you access an uncataloged dataset in a jcl?

825


How do you access an uncatalogued dataset in a jcl?

723


Explain how can return codes be tested before execution of a job step?

819


Explain the function of job statement in jcl?

641


Explain the hierarchy levels in jcl?

1116


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

7073


Is it possible to define dd statements as you want?

644


How to pass data to a program that is coded in an exec statement?

815


Suppose I have five jobs to do. But I want to hold one?

650