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 |
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What happens if both JOBLIB and STEPLIB is specified ?
How can a fb file convert to vb file using sort program?
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 ?
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.
how to convert fb to vb in jcl ?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
What is the function of the dd dcb keyword?
Max generations in GDG??
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
what is DSN in JCL and what are the parameters to declare the DSN?