ILE COBOL Language Reference

+-------------------------------IBM Extension--------------------------------+


CRT STATUS Clause

The CRT STATUS clause specifies a data item into which a status value is moved after an extended ACCEPT statement.

CRT STATUS Clause - Format
 
              (1)
>>-CRT STATUS-------+----+--data-name-2------------------------><
                    '-IS-'
 
 

Notes:

  1. IBM Extension

Related Information:

data-name-2
Must be described in the WORKING-STORAGE or LOCAL-STORAGE SECTIONS and must be a 6-byte alphanumeric field or a 6-byte unsigned zoned integer. If data-name-2 is referenced from a nested program, it must be defined as global in the outermost program.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]