What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?

Answer Posted / lovely

Specifies no space allocation & no disposition processing

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I send output of job to my remote device careerride123?

671


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

857


Are there any set of rules for the names of the steps used in a job?

639


How does jcl specify the job to the operating system?

757


How can a stopped job be started again?

716






what is JCL?

698


what are the various stages of job processing?

743


which utility is used to sort a file in jcl?

750


How do you create a temporary dataset?

667


I need exexution process for JCL programs

1855


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1933


What is catelog procedure and how many catelog procedure to use in one job?

7468


Differentiate between addressing mode and run mode.

615


What is jcl in mainframe?

692


What happens if both JOBLIB & STEPLIB is specified ?

616