Re: dds-all-formats



josephit wrote:

Could you tell me what this realy mean with COPY and database file? I have this pice of code:
FD Mydatabase
LABEL RECORDS STANDARD.
01 R-Mydatabase.
COPY DDS-ALL-FORMATS OF Mydatabase.

My guess is that there is a subdirectory named "mydatabase" in the directory where this cobol source file is located, and that there is a source file named "DDS-ALL-FORMATS.CBL" in that subdirectory.



.



Relevant Pages

  • dds-all-formats
    ... this pice of code: ... LABEL RECORDS STANDARD. ... 01 R-Mydatabase. ... COPY DDS-ALL-FORMATS OF Mydatabase. ...
    (comp.lang.cobol)
  • Re: dds-all-formats
    ... COPY DDS-ALL-FORMATS OF Mydatabase. ... what extensions have been defined for the impementation.] ... LBT for the library file and CPY for the text file; ...
    (comp.lang.cobol)