COBOL Messages
No TRANSACTION file in program, or file specified not TRANSACTION.
Statement ignored.
30
Cause . . . . . : Either
- (1) an ACQUIRE or DROP statement was used for a file for which the
ORGANIZATION is not TRANSACTION, or
- (2) an ACCEPT statement with mnemonic-name of ATTRIBUTE-DATA was used but
no file with ORGANIZATION IS TRANSACTION was found in the program, or the file
specified in the ACCEPT statement is not ORGANIZATION IS TRANSACTION.
Recovery . . . : Specify a file with
ORGANIZATION IS TRANSACTION or change the file used to ORGANIZATION IS
TRANSACTION.
[ Top of Page | Previous Page | Next Page | Table of Contents ]