Stmt Or Nostmt; Xref Or Noxref - X Or Nox - IBM 5280 Programmer's Manual

Distributed data system, cobol
Hide thumbs Also See for 5280:
Table of Contents

Advertisement

YERSIOfll 1 U:YEL
0
Compiler Options
Figure 7.9 shows how the Data Definition Statements appear in the source
listing.
ISM 5280 COBOL 5708-C81
PROGRAM-IO: LOAOIT
03 SEP. 1980
13:15
~DS
SO~RCE
LISTING
COPY-IO
COS
II
0 •••
+ ••••
1 ••••
+ ••••
2 ••••••••• 3 •••• + •••• 4 •••• + •••• 5 ••••
+ ••••
6 ••••
+ ••••
7 •••• + •••• 8
EMPRECO
COOOOI
OIA
000002
02A
000003
03A
COOO04
04A
OOOOO~
05A
000006
OEA
COOO01
07A
000008
08A
000009
09A
000010
lOA
000011
111l
000012
12A
000013
13A
00001.
16A
000015
17A
000016
ISA
000017
19A
DOOO16
20A
000019
21A
STMT
or
NOSTMT
H EMPRECO
S
CSFATR (CS UL)
ACREC
2
OSPATR(ND CAl
CHECK (BY)
EJotPf\.C
50
01 llCHECK(DR AZJ
0
'E~PLOYEE
NUJotBEA' OSPATR(CA)
Eh""E
20)(
02 llCHECK(OH RS)
0
·E .. PLOYEE NAME' CSPATfHCA)
STRAt
20A
03 llCHECK(OR f;lB)
0
'S"IREET ADDRESS' OSPATRCCA)
CTYST
20X
04 llCHECK(OR AS)
C
'CITY, STATE'
DSPATlHCA)
llPCC
5[;
05 llCHECKCOR MF FE)
C
'ZIP CODE'
OSPATRCCA)
SEGel
t:o
06 lICHECK(AO DR MF FE)
C
'EEGINNING DATE' OSPATR(CA)
SOSNC
90
01 lICHECK(OR MF FE)
C
'SCCIAL SECURITY NUMBEf;l' OSPATf;l(CA)
ICAf;lsr
1)(
08 11CHECK(QR JotF FE)
0
'MAf;lITAL STATUS -
lot
OR S' OSPATR(CA)
Figure 7.9. Sample listing with SOURCE specified (Data Definition
Statements)
STMT, the default option, causes the compiler to place a sequence number by
all the statements in the COBOL source program. This number will be used
in error messages and source listings. If GONUMBER is specified, this
number will appear in the status line on the screen display when error
messages are issued.
XREF
or
NOXREF-X
or
NOX
If you specify XREF, the compiler will print an alphabetic listing of the
procedure division names and data names, and the line numbers of where they
appear in the source listing.
Chapter 7. Compiler Job Procedures and Options
7- 17

Advertisement

Table of Contents
loading

Table of Contents