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

In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


How can a fb file convert to vb file using sort program?

0 Answers  


Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?

6 Answers   IBM,


I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.

5 Answers   CTS,






how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


What is the function of the dd dcb keyword?

0 Answers  


Max generations in GDG??

15 Answers   Xansa,


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


Categories