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 Posted / 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 |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
Explain how can a jobs execution priority be modified?
Which dd parameters are required?
What is the purpose of disp parameter?
What is the function of the dd mgmtclas keyword in sms datasets?
How do you submit a job for execution?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I need exexution process for JCL programs
What is the significance of addrspc parameter in exec statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is it possible to left uncode disp? If yes, how?
How to run cobol program using jcl?
What is NOTCAT ?
For what purpose steplib and joblib are used ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.