getDdPath

Top  Previous  Next

Returns the fullname of a file previously assigned with the dd function.

Syntax

getDdPath(name)

Parameters

name

Internal name defined in dd

Return code

The full path to the file.

Sample

dd ("FILE1", "FILE.FG.THH,cat=CAT01,disp=SHR");
....
FP=getDdPath("FILE1");