if we give two job cards in a single what happens

Answer Posted / sesha

If we give two job cards in a single dataset, both the jobs
will be submitted for exection. it's like we are submitting
jobs seperately.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the JCL statement consists of?

687


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

897


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

776


How to override loadlib?

1407


Explain how can an in-stream dataset be terminated?

683






which parameter is use to declare the name of dataset in dd statement?

718


How is a type of file defined in the jcl that executes the cobol program?

699


a dd statement has 2 types of parameters. Name them?

631


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1915


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

810


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

913


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

641


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1979


What do you understand by jcl?

619


What are steplib and joblib? What for they are used?

679