Format
Specify in the PROCESSING MODE clause and UNIT CONTROL clause.
Function
The following can be specified for a function of the partition output processing.
The arbitrary number of lines for changing line processing before and after outputting the partition field group based on the present printer head position.
The partition field group is output to the specified position based on the present printer head position.
The field group that can be specified by this function is a fixed partition field group and a floating partition field group.
Parameters
PROCESSING MODE clause:
Specify "PW".
UNIT CONTROL clause:
Specify the print pattern by four character definition.
The values and their meanings are as follows.
Annn (nnn : integral value) :
The item is output after nnn new lines are output. [nnn(maximum value) : 999]
Bnnn (nnn : integral value) :
After the item is output, nnn new lines are output. [nnn(maximum value) : 999]
Pnnn (nnn : integral value) :
The item is output to the line number defined by nnn. [nnn(maximum value) : 999]
APAG : After the new page is output, the item is output.
BPAG : After the item is output, new page is output.
ABLK : After the new block is output, the item is output.
BBLK : After the item is output, new block is output.
Example
The floating partition field group "PTGRP1" is output after 10 new lines are output from the present printer head position.
MOVE "SAMP" TO PRT-FORMAT. MOVE "PTGRP1" TO PRT-GROUP. MOVE "PW" TO PRT-MODE. MOVE "A010" TO PRT-CONTROL. WRITE SAMP.
Diagnosis
Return code is stored in the FILE STATUS clause.
NOTE
New block specification is effective for only the form descriptor (columns partition) and the form descriptor (free frame). When new block is specified while printing the final block by the form descriptor (column partition) and the form descriptor (free frame), the new page processing is completed. Also, even if new block is specified while printing the form descriptor other than the above-mentioned form, it is defined as a new page.