how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.

Answer Posted / abhilash

What you want to override in a PROC?

Lets take an example

//STEPA EXEC DEBASIS

inside the PROC DEBASIS we have

//STEPA001 EXEX .......,TIME=10
//DD01 DD .......

If you want to override a Step inside the PROC,
In JCL
//STEPA EXEC DEBASIS,TIME.STEPA001=20


If you want to override a DD statement
In JCL
//STEPA EXEC DEBASIS
//STEPA001.DD01 DD parameter=value

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of addrspc parameter in exec statement?

817


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

839


Is acct parameter mandatory?

843


what is “Cond= even” and “Cond=only”?

847


What parameter directs the output of the job log dataset?

864






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

1152


What is the function of a dd statement?

805


what is the purpose of coding class parameter in job statement?

823


Explain how can the attributes of one sms dataset be copied to another dataset?

822


What is the purpose of disp parameter?

728


What is the significance of addrspc parameter in the exec statement?

699


Name what parameter directs the output of the job log dataset?

638


In job processing, what happens in execution stage?

770


What is the motivation behind coding class parameter in job statement?

776


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

948