COBOL Library Analysis Method (Environment Setup)
Screen Image
lnd_006.jpg
Field Descriptions
File Type
Specify the file type for the format. The following formats can be specified. The default is COBOL library.
COBOL library File of record description in COBOL
Layout Definition File File made by definition of layout in Data Editor
Analysis method
Specify whether to use COBOL Analysis Library or Fujitsu COBOL Compiler when the format analysis is done.  COBOL must be installed in order to use Fujitsu COBOL Compiler.
Note:
See the Limitations for Copy Libraries.
Analysis Option
Reference Format Type
Specify whether the COBOL library files are fixed length format, variable length format, or free format.
The default setting is variable length format.
This setting is not related in the file definition and the layout definition file.
BINARY Option
You can specify this option when Fujitsu COBOL Compliler is selected in the Analysis Method area.
A binary item can be treated as a WORD or a BYTE using the BINARY setting, which is a COBOL translation option.  The default setting is WORD.
This setting is not related to the layout definition file or the file definition.
Note:
See the Limitations for Copy Libraries.
Character Code
The default value is ASCII.
This setting is not related in the Layout definition file.
When you select "Unicode", format files created using UCS2 cannot be analyzed.
COPY Sentence Additional Character String
If the REPLACING phrase is not specified when the COBOL library files contain a temporary original (parentheses etc.), it cannot be analyzed correctly. To analyze it correctly, an additional character string for the COPY sentence is specified. The character string must be specified according to COBOL grammar. The specification of the JOINING/DISJOINING phrase is also valid. This setting is not related in the Layout definition file.
Specification example)

   REPLACING ==()== BY ==AA==
Note:
See the Limitations for Copy Libraries.