Messages COBOL


LNC2760

Both elementary DBCS and elementary alphanumeric and national record formats specified. INTO phrase not accepted.

30

Cause . . . . . : You can specify the INTO phrase in a READ or RETURN statement if one of the following is true:

A. Only one record description is subordinate to the FD (File Description) or SD (Sort Description) entry, and the record is not a POINTER, PROCEDURE-POINTER or OBJECT REFERENCE data item.

B. All records associated with the file and the data item specified in the INTO phrase are group items or elementary alphanumeric items.

C. All records associated with the file and the data item specified in the INTO phrase are group items or elementary DBCS items.

D. All records associated with the file and the data item specified in the INTO phrase are group items or elementary national items.

Recovery . . . : Correct the FD or SD entry.


[ Début de page | Page précédente | Page suivante | Table des matières ]