1) max no of steps with jcl job can execute
2) how many extentions r possible in sequencial files with job
3) what is set parameter will do
4)how to get syntax errors without sub
5) what is differ between error and abend
6) hw mvs knows who submitted the job and whoom it has to
forward
7) what are the positinal parameters of data descripter
Answer / lakshman004
1)255
2)16
3) we can override once set parameter
4) typrun = scan
5)error is bug before submission of job, abend occurs after
job execution
6) by notify parameter r vtam
7) *, dat ,dummy
| Is This Answer Correct ? | 22 Yes | 0 No |
What is the purpose of dd?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
When output dataset space is required, what quantity categories are used?
What you mean by skeleton JCl?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
How can you execute a COBOL program via SYSIN in JCL?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
Explain about Cobol Subroutines
can a job be submitted through jcl only? is there another way to submit a job?