Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

I-O-CONTROL paragraph

Function

The I-O-CONTROL paragraph defines the events which, if they occur, cause restart points to be established. It may also specify a memory area that is to be shared by different files. In addition, it defines special input/output conditions and, in the case of sequentially organized files, also the location of multiple file tapes.

Format 1 for sequential file organization


I-O-CONTROL.

    [MULTIPLE FILE TAPE clause]...
    [RERUN clause]...

    [SAME AREA clause]...


Format 2 for relative and indexed file organization


I-O-CONTROL.

     [RERUN clause]...
     [SAME AREA clause]...


Syntax rule

  1. Within a class definition, an I-O-CONTROL may only be specified in a method definition.