CL Command Reference - CRTPAGDFN

CL Command List > CRTPAGDFN Reference

Description:

The Create Page Definition (CRTPAGDFN) command creates a page definition by copying a user-supplied database file to an internal space object. The user must load the source data into the database from a remote system (such as a System/370) or external medium (usually tape) and put it in the SAA format that can be processed by the operating system.

Restrictions: If networking spooled files to a System/370 system, the first two characters of the page definition name must be ¡¯P1¡¯.


Examples:

CRTPAGDFN PAGDFN(*CURLIB/P1DFLT) FILE(*CURLIB/PAGDFNS)
MBR(*PAGDFN) AUT(*EXCLUDE)
TEXT(¡¯Default page definition¡¯)

This command creates page definition P1DFLT in the current library or in library QGPL if there is no current library. Input is taken from source file PAGDFNS with member P1DFLT in the current library. Specifying *EXCLUDE for authority restricts use of the object to the owner. The text describes the page definition.