More -CD Line Definition (Report)

You enter here more physical information about the Report line Definition in the Program.

Physical unit type
The possible unit type varies according to the Type of COBOL code:
  • If the Type of COBOL code is 1: IBM DOS/VSE, enter the model type (examples: 2314, 3330, 2400).
  • If the Type of COBOL code is 3: UNIX, WINDOWS, enter the following values:
    • EXT for the generation of the EXTERNAL clause at the file FD level.
    • LS for the generation of the LINE SEQUENTIAL clause.
    • EXLS for the generation of the LINE SEQUENTIAL clause and of the EXTERNAL clause at the file FD level.
  • If the Type of COBOL code is Q: ACUCOBOL, enter LS for the generation of the LINE SEQUENTIAL clause.
  • If the Type of COBOL code is 4: BULL GCOS7, enter the following values:
    • SSF for the option WITH SSF in the SELECT clause.
    • OUT for the option -SYSOUT suffix after the file name in the SELECT clause (WITH SSF is generated).
  • If the Type of COBOL code is 5: BULL GCOS8, enter the following values:
    • PT for printer
    • CR for card reader
    • SSF for ORGANIZATION IS GFRC SEQUENTIAL SSF CODE SET IS GBCD
    • IBM for ORGANIZATION IS IBM-OS SEQUENTIAL
    • xxx for WITH xxx
    A V in the fourth position generates the clause VALUE OF FILE-ID is 3-FF00-IDENT (FF is the Data Structure Code in program). The field 3-FF00-IDENT must be defined in work areas by the user.
  • If the Type of COBOL code is 8: UNYSIS A Series, enter the following values:
    • DK or blank for disk
    • DKS for sort disk (with T opening)
    • DKM for merge disk (with T opening)
    • RD for reader
    • PT for printer
    • PO for file
    • TP for tape
    For the two-character codes, a third character can specify a particular final disposition:
    • P for purge
    • R for release
    • L for lock
    • S for save
    A V in the fourth position generates the clause VALUE OF D.S. NAME IS 3-FF00-IDENT.
  • If the Type of COBOL code is U: UNYSIS 2200 Series, enter the following values:
    • CR for card reader
    • CP for card punch
    • UN for UNISERVO
    • TP for tape
    • PN for printer with external name. If the Complement field contains a value, the RECORDING clause is also generated.
    • PT for printer without external name
    • PF for printer with external name and the following lines:
      • VALUE OF PRINTER-FORMS 3-FF00-FORMS
      • LINAGE IS 3-FF00-LINES
      • TOP IS 3-FF00-TOP
      • BOTTOM IS 3-FF00-BOTTOM
      These four data names are to be declared in work area lines with their appropriate values.
  • If the Type of COBOL code is O: AS/400, enter the following values:
    • RD for reader
    • CP for card punch
    • DB for database
    • PT for printer
    • TP for tape
    • DK or blank for disk
Complement
It is a complement to the Physical unit type field. The purpose of this field varies according to the Type of COBOL code.
Table 1. Values of the complement to the physical unit type
Value Type of COBOL code
R: reader 1: IBM DOS/VSE
P: punch 1: IBM DOS/VSE
S: EBCDIC set code 5: BULL GCOS8 and U: UNYSIS 2200 Series
C: ASCII set code 5: BULL GCOS8
O: OPTIONAL option not to be generated 4: BULL GCOS7 and 5: BULL GCOS8
A: ALLOWING ALL file optioning option & REGARDLESS sequential reading I: DEC VAX VMS
Access key Data Element code

This code, on 6 characters, is required for indexed files.

A free reference is set when you indicate a Data Element in this field.

Content assist is available on this field, as shown by the symbol content assist in front of the field. To activate it, press Ctrl+Space. A subreference link is automatically created, even if the instance does not exist. From the target instance in the subreference results, you can start a super reference search.


Feedback