What will happen if two JOB statements are mentioned in an
JCL continuously.

Answer Posted / amarnadh reddy

Hi,

If we wrote two job statements in one jcl, if we need to
write atleast one step within one job statement.

after submitted this jcl we can get multiple sysouts in
spool. that means independently display in spool.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


What is the purpose of dd dummy statement?

942


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

780


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

709


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923






how to compare two datasets without using superce because output is limited to 133 bytes

1480


Explain how can the disposition of sysout datasets be set for an entire jobstream?

634


What are the jcl procedures?

645


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


Name the statement which can be used to send data to another mvs jes3 node?

604


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?

8672


Which dd parameters are required?

688


What is use of restart and how to use it?

766


How to run cobol program using jcl?

648


How is the record format of an output dataset specified?

743