What are the common keyword parameters in both job and exec
statements

Answer Posted / pawan

TIME REGION COND

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

759


How do you access an uncatalogued dataset in a jcl?

729


Suppose I have five jobs to do. But I want to hold one?

660


Is it possible to left uncode disp?

713


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

628






When space is allocated for an output dataset, what units can be used?

751


what is the use of JCL?

666


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

711


What are the parameters that are used in creating a gdg?

741


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


Which dd parameters are required?

695


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

854


Is condition checking possible in jcl? If yes, how?

737


What is the function of //jcllib statement?

810


List in order the hierarchical levels of jcl?

670