Visual RPG 9.0 Language Reference  

Overflow Indicators

To support the RPG cycle in Monarch migrated applications, the Visual RPG compiler has predefined the following print file overflow indicators that are used with the OverflowInd parameter of DCLPRINTFILE.  For example, these overflow indicators will be migrated as such, and do not need to be explicity declared. 

 

 

Remarks

Since you do not need to declare your overflow indicator, Monarch will migrate the code as follows:
Previously
   DclFld IndicatorOF Type(* Ind ) 
   DclPrintFile QPRINT DB(MyJob.MyPrinterDB) File("A\CYCL_PRT_3") ImpOpen(*No) OverflowInd(IndicatorOF) 
 Now: 
   DclPrintFile QPRINT DB(MyJob.MyPrinterDB) File("A\CYCL_PRT_3") ImpOpen(*No) OverflowInd(*INOF) 

See Also

Cycle Overview 
DCLPRINTFILE 
Level Break Indicators 
Matching Record Indicators