EXCEPTSPEC

EXCEPTSPEC marks an exception format that is conditioned on the printfile's overflow indicator. It will be written out during execution of *FetchOverflow method if the file's overflow indicator is *ON.


        EXCEPTSPEC
        Fmt (Format name)
        

Parts

Fmt

Required. Contains the name of the record format containing the detail lines.

Remarks

Use an EXCEPTSPEC when an exception record is conditioned on the file's overflow indicator.

Example

BEGPRINTATTR
   exceptspec   TotLine   
ENDPRINTATTR

See Also

 *FetchOverflow Method

 BEGPRINTATTR

 DCLFMTCYCLEATTR

 ENDPRINTATTR

 HEADINGSPEC

 DETAILSPEC

 TOTALSPEC