Hello Friends,
I received the following message when compiling my AS/400 COBOL program
Message . . . . : 'F0002 OF RECORD OF ACCT-CHG' not defined in
'RECORD'. RECORD-KEY with EXTERNALLY-DESCRIBED-KEY ignored.
The following is my statement in DATA DIVISION
DATA DIVISION.
FILE SECTION.
FD ACCT-CHG.
01 ACCT-CHG-RECORD
COPY DD-ALL-FORMATS OF NOMCHGLF.
The following is the DDS for my logical file
********************************************************
* REPMOVN1 PHYSICAL File *
* Logical File NOMCHGLF *
* KEY Account Number (F0002) *
***********************************************************
A R RECORD PFILE(USERDEV/REPMOVN1)
A K F0002
************* End of data ***************************
I was successful in comipiling my logical file NOMCHGLF.
Would someone kindly enlighten me the reason for this message please.
Thank you in anticipation.
Tony
I received the following message when compiling my AS/400 COBOL program
Message . . . . : 'F0002 OF RECORD OF ACCT-CHG' not defined in
'RECORD'. RECORD-KEY with EXTERNALLY-DESCRIBED-KEY ignored.
The following is my statement in DATA DIVISION
DATA DIVISION.
FILE SECTION.
FD ACCT-CHG.
01 ACCT-CHG-RECORD
COPY DD-ALL-FORMATS OF NOMCHGLF.
The following is the DDS for my logical file
********************************************************
* REPMOVN1 PHYSICAL File *
* Logical File NOMCHGLF *
* KEY Account Number (F0002) *
***********************************************************
A R RECORD PFILE(USERDEV/REPMOVN1)
A K F0002
************* End of data ***************************
I was successful in comipiling my logical file NOMCHGLF.
Would someone kindly enlighten me the reason for this message please.
Thank you in anticipation.
Tony