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 |
Can you give the sort card to arrange the specific column in the version of GDG.
i need some shortcuts and tso commands can any on ehelp me in these ?
Do we need to code DCB parameters when using DISP position as MOD?
how do you resolve for soc7 error
What is model dataset label(Model DSCB)?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
what is DSN parameter and DISP parameter is used for?
which parameter is used to check the syntax of a jcl without executing it?
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 NOTCAT 2
I have a PDS and want to omit few rows of all members of a PDS. How to do it?