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 |
How many steps we can overide in the proc's?
Can we create VSAM file by using IEBGENER?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
Explain how can the submitting users racf authority be overridden in a job stream?
how to count the number of members in pds?
what sort card you will use to copy the data from one dataset to another dataset?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
Explain how can values be passed from the job stream to an executable program?
Explain about Cobol Subroutines
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.