Retrieves the SIZE() attributes of an ISeries database
physical file to variables in a CL program. For example
if the file has SIZE(10000 1000 3), then the 3 values -
10000, 1000, 3 - are retrieved to variables. This is one
of the commands in our ISeries
utilities library (click this URL for full
Prospero Software PSPUTIL contact and pricing details).
This command uses the QDBRTVFD ISeries API. This is
much faster than using the DSPFD OUTPUT(*OUTFILE)
TYPE(*ATR) command to generate an output file that you
then read to determine the SIZE() attributes.