if we give two job cards in a single what happens
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
wht happens if blksize = 0 and lrec = 0 ?
How can the attributes of one sms dataset be copied to another dataset?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
In which table PLAN is registered in ?
How to copy VSAM files without using REPRO
what is the difference between return code and maxcc?
When cursor is not closed what is the error?
What is meant by S0C7 system abend code?
A dd statement consists of 4 fields. Name them?
How can i execute 5th step without executing first 4 steps?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
What is difference between Return Code, user completion code, Abend code and reason Code?