CL Command Reference - CRTFORMDF
CL Command List > CRTFORMDF Reference
Description:
The Create Form Definition (CRTFORMDF) command creates a form definition from a physical file. The physical file contains the form definition information. The form definition information, can, for example, come from a S/370* host system and be in the Systems Application Architecture (SAA) format.
Restriction: If networking spooled files to a System/370* system, the first two characters of the form definition name must be ¡¯F1¡¯.
Examples:
CRTFORMDF FORMDF(*CURLIB/FORMDF1)
FILE(*CURLIB/FORMDF) MBR(F1A01238)
AUT(*EXCLUDE)
TEXT(¡¯Default form definition for AFP printers¡¯)
This command creates form definition FORMDF1 in the current library, or in the QGPL library if there is no current library. Input is taken from source file FORMDF with member F1A01238, in the current library. Specifying *EXCLUDE for authority restricts the usage of the object to the owner. The text describes what the form definition represents.