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 |
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
is there any utility for restarting a particular step in jcl reply soon ?
What is RESTART? How is it invoked?
when does a dataset go uncataloged?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Describe the JOB statement, its meaning, syntax and significant keywords?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
How to pass data to a program that is coded in an exec statement?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
how to compare two datasets without using superce because output is limited to 133 bytes