how many max steps can we use in a job? pls answer to my
question
Answer Posted / vighnesh
255
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name a few IBM utility programs, and explain its function.
Are there any set of rules for the names of the steps used in a job? What are they?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to pass the parameter in parm using linkage section ? (syntax)?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of //cntl statement?
which utility is used to run a cobol-db2 program?
What is the use of symbol // in jcl?
Explain about LMFREE�free data set from its association with data ID
Must tape dataset definitions include vol=ser specifications?
What is the function of the dd mgmtclas keyword in sms datasets?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?