if we give two job cards in a single what happens

Answers were Sorted based on User's Feedback



if we give two job cards in a single what happens..

Answer / 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

if we give two job cards in a single what happens..

Answer / suresh

if we give two job cards in a single dataset,the job will
execute based on priority

Is This Answer Correct ?    4 Yes 1 No

if we give two job cards in a single what happens..

Answer / rikdeb

consider this scenerio.
#xxxxx1 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)
*
#xxxxx2 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)

while prepping the jcl u will get a erro saying:

job xxxxx1 has no steps.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

what is a cataloged procedure ?

1 Answers   Xansa,


restart logic ?

2 Answers   TCS,


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


What is a Generation Data Group (GDG)?

2 Answers  


can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  






Name the system library from which modules are retrieved at execution

2 Answers  


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


What is the purpose of dd?

0 Answers  


What do you know about jcl?

0 Answers  


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


How to copy one PS file to multiple PS files with same data?

1 Answers  


Categories