*LIBL
The library list is used to locate the page segment.
*CURLIB
The current library for the job is used to locate the page segment If
no library is specified as the current library for the job, library QGPL
is used.
library-name
Specify the library where the page segment is located.
Format of data (DTAFMT)
Specifies how data is placed in a physical file member.
The possible values are:
*FIXED
One record has one structured field. The padding character is
binary 0s. The record length of the file using fixed format is the
length of the longest AFPDS structured fields in the page segment.
If the length of the existing file is smaller than the length of the
longest structured field, an error message is displayed. If the length
of the existing file is larger than the length of the longest structured
field, padding characters are added to the end of the records. This
format is for the VM or the MVS system.
*CONTINUOUS
The structured fields are filled continuously and folded. Only the
last record has padding characters; the padding characters are
binary 0s. Any record length of the existing file is allowed. The
created record length of the file is 256 bytes. This format is for the
OS/2 system.
This is a required parameter.
To file (FILE)
Specifies the qualified name of the physical file being used to fill the
page segment data.
The possible values are:
*VMSpecifies that the name PSEG38PP is used. It will be a valid file
type for a page segment on the VM system.
*MVS
Specifies that the name S1xxxxxx is used. The 'xxxxxx' are the first
six valid characters of the name specified in the PAGSEG
parameter. It will be a valid member name for a page segment on
the MVS system.
file-name
Specify the file to place the page segment data in.
*CURLIB
The current library for the job is used to locate the file. If no library
is specified as the current library for the job, library QGPL is used.
Chapter 21. AFP Utilities for AS/400 Commands 383