Re: Report enhancements
From: Lueko Willms (l.willms_at_jpberlin.de)
Date: 10/21/04
- Next message: Michael Wojcik: "Re: OT English Language, Program or Programme"
- Previous message: Rick Smith: "Re: Report enhancements"
- In reply to: Robert Wagner: "Re: Report enhancements"
- Next in thread: Richard: "Re: Report enhancements"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Oct 2004 20:18:00 GMT
. On 21.10.04
wrote robert@wagner.net.yourmammaharvests (Robert Wagner)
on /COMP/LANG/COBOL
in 1ngfn0ddj297ctd0it16f3abip2dojtqfe@4ax.com
about Re: Report enhancements
>> special-names.
>> symbolic characters
>> separator-tab is 10.
RW> Tab is 9, not 10.
You are right, and when I went to specify the ASCII control
characters in the SPECIAL-NAMES paragraph, I found out that I had to
specify 10 for TAB. Why? Because here the number 1 has to be specified
for the first character in the alphabet being used, and this first
character is NUL with the value ZERO. The index numbers into the
alphabet dont start with 0, but 1.
This here is the full set:
000010* ACTLCHAR.CBL as ASCII ConTroL CHARacters.
000011*
000012* This COPY element is to be included in the SPECIAL-NAMES paragraph
000013* of the CONFIGURATION SECTION in the ENVIRONMENT DIVISION
000014*
000015 ALPHABET ASCII IS STANDARD-1
000020 SYMBOLIC CHARACTERS
000025 NUL,
000030 SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, VT, FF,
000040 CR, SO, SI, DLE, DC1, DC2, DC3, DC4, NAK, SYN, ETB, CAN,
000050 EM, SUB, ESC, FS, GS, RS, US
000060 ARE 1,
000070 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
000080 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
000090 26, 27, 28, 29, 30, 31, 32
000100 IN ASCII
000110 .
Yours,
Lüko Willms http://www.willms-edv.de
/--------- L.WILLMS@jpberlin.de -- Alle Rechte vorbehalten --
Man stattete ihm sehr heißen, schon etwas verbrannten Dank ab. -G.C.Lichtenberg
- Next message: Michael Wojcik: "Re: OT English Language, Program or Programme"
- Previous message: Rick Smith: "Re: Report enhancements"
- In reply to: Robert Wagner: "Re: Report enhancements"
- Next in thread: Richard: "Re: Report enhancements"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|