getSpoolName

Top  Previous  Next

Allocates a file for spool usage.

Syntax

getSpoolName(sysout, descr)

Parameters

sysout

(optional) if provided and if not null, the SYSOUT identifier

descr

(optional) if provided and if not null, the additional description

Return code

None.

Sample

dd("PRINT01", getSpoolName("A", "MY.DESCRIPTION"));
...           
spool(getDdPath("PRINT01"), "-N");