which are the parameters mandatory in job card ?
Answer Posted / praveenchate
all parameters are optional for job card
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
when does a dataset go uncataloged?
How to override loadlib?
How can a fb file convert to vb file using sort program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How can unused space allocation be returned to the system when a dataset is closed?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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 is use of disp parameter in dd statement?
what is the resolution for sb37 error
Is it possible to left uncode disp?
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
How is a type of file defined in the jcl that executes the cobol program?
what is the purpose of coding class parameter in job statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can return codes be tested before execution of a job step?