How many days does a job remain in spool

Answer Posted / ch.mohan

24 hrs

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A dd statement consists of 4 fields. Name them?

932


What are some jcl statements that are not allowed in procedures?

728


List the various advantages of using jcl language?

852


Is it possible to code instream data in a PROC?

752


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816






How can values be passed from the job stream to an executable program?

875


how would you create a temporary dataset? And where will you use them?

768


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

1039


What are the utility programs in jcl?

648


what is use of disp parameter in dd statement?

665


what is DSN in JCL and what are the parameters to declare the DSN?

720


What is the purpose of the dd keylen parameter?

724


What is the function of the dd avgrec keyword in sms datasets?

841


how can you check if a file is empty using jcl?

816


write a jcl to execute a job by 7:00 am on jan 20,1986?

699