|
Overrides a file link for a specific step.
Syntax
dd(step, name, value)
Parameters
step
|
name of the step where DD override occurs
|
name
|
Internal name of the file
|
value
|
File link string information, as described in DD & DLBL section.
|
Return code
None.
Sample
pi=createProcParm();
pi.dd("STEP02", "FILEIN", "FILEIN.txt,cat=FLATCAT,disp=(OLD,KEEP),type=flat");
pi.dd("STEP02", "FILAZZO","jdd.ddd");
invoke("PROC1", pi);
|