Overriding and adding DD statements

You can override or add a DD statement by specifying a DD statement whose name is composed of the ddname of the DD statement being overridden, preceded by the procedure stepname that qualifies that ddname:
//procstep.ddname  DD      (appropriate parms)
You must observe the following when overriding or adding a DD statement within a step in a procedure:
Additionally, you should be aware of the following when overriding a DD statement:
The example in Figure 1 shows how to override parameters in a cataloged procedure by:
Figure 1. Overriding parameters in the CEEWLG cataloged procedure
//CEEWLG   JOB
//*
//LINKGO EXEC CEEWLG,
//  LIBPRFX='SYS1',
//  REGION=2048K,
//  PARM.GO='RPTSTG(ON) RPTOPTS(ON)/'
//*
//LKED.SYSIN   DD DSN=USER.OBJLIB(PROGRAM1),DISP=SHR
//*