1.

What Are The Key Words You Must Use When Using A Subfile?

Answer»

• SFL - Record level - specifies subfile record format, consists of variable data items.
• SFLCTL - Record level - specifies subfile control record format in which display, clearing, and initialization functions are CONTROLLED.
SFLSIZ - Record level control record keyword - specifies the number of RECORDS that may be loaded in the subfile. Max. (9999)
SFLPAG - Record level control record keyword - specifies the number of records that may be DISPLAYED on CRT at the same time.
• SFLDSP - Record level control record keyword - displays the subfile when program issues an output operation to the control record format.

• SFL - Record level - specifies subfile record format, consists of variable data items.
• SFLCTL - Record level - specifies subfile control record format in which display, clearing, and initialization functions are controlled.
• SFLSIZ - Record level control record keyword - specifies the number of records that may be loaded in the subfile. Max. (9999)
• SFLPAG - Record level control record keyword - specifies the number of records that may be displayed on CRT at the same time.
• SFLDSP - Record level control record keyword - displays the subfile when program issues an output operation to the control record format.



Discussion

No Comment Found