TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?

Answer Posted / rajendra desale

cpu time.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of restart and how to use it?

775


What parameter directs the output of the job log dataset?

769


What is Cataloged Procedures?

715


How is the record format of an output dataset specified?

749


How do you overcome this limitation ?

702






Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

811


Which statement is used to identify the private libraries in job?

684


what happens in execution stage in job processing?

657


Why block size is multiple of lrecl in jcl?

915


How dummy is used in jcl?

651


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

1043


how you will the direct the data to spool using sysout option?

1769


what are the types of abends that occur on job failure? And explain the possible causes of these

1125