If job is submitted with typerun = hold then how can we
submit the same job?
Answer Posted / shekar
Go to SDSF and tyep A against the job entry. That should
release the held job to execute.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How can a stopped job be started again?
What is one line to pass PARM from JCL to COBOL?
Which dd parameters are required?
How can a fb file convert to vb file using sort program?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of a dd statement?
How is the record format of an output dataset specified?
Explain the purpose of dd * statement in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is condition checking in jcl? Is this possible?
how do you code a null statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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?