what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.

Answer Posted / mohan.chepuri

time=0 the job not submitted
blksize=0 then block size is empty it to jcl error

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about LMQUERY�give a dialog information about a data set

904


What is notcat 2 - gs?

941


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

673


What do you understand by the term notcat 2 – gs?

759


what is DSN parameter and DISP parameter is used for?

678






How can a fb file convert to vb file using sort program?

807


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1040


Explain the purpose of dd dummy statement?

671


is there any way to execute more than one proc in the same exec statement at the same time..?

2111


When output dataset space is required, what quantity categories are used?

832


How can return codes be tested before execution of a job step?

925


Name a few IBM utility programs, and explain its function.

4440


what happens in execution stage in job processing?

657


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2108


How to alter the parameters for the existing gdg?

714