How to submit jcl through a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
which utility is used to update pds?
Explain about Cobol Subroutines
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What is a procedure?
Is automatic restart possible in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to get cursor position from system in CICS environment ?
What is the use of IEBGENER ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
Is Default for MSGCLASS = (1,1) ?
Name the system library from which modules are retrieved at execution