Rational Developer for System z
COBOL for Windows, Version 7.5, Language Reference


LABEL RECORDS clause

The LABEL RECORDS clause is syntax checked, but has no effect on the execution of the program. A warning message is issued if you use any of the following language elements:

The LABEL RECORDS clause indicates the presence or absence of labels. If it is not specified for a file, label records for that file must conform to the system label specifications.

STANDARD
Labels conforming to system specifications exist for this file.

STANDARD is permitted for mass storage devices and tape devices.

OMITTED
No labels exist for this file.

OMITTED is permitted for tape devices.

data-name-2
User labels are present in addition to standard labels. data-name-2 specifies the name of a user label record. data-name-2 must appear as the subject of a record description entry associated with the file.

A LABEL RECORDS clause under an SD is syntax checked, but has no effect on the execution of the program.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)