Re: Report enhancements

From: Lueko Willms (l.willms_at_jpberlin.de)
Date: 10/21/04


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



Relevant Pages

  • "Log on to": restrict by IP address
    ... I have a question regarding the "Log on to" tab for a user (User ... DNS name, but the length of the name is limited to 15 characters, so I ... would like to instead be able to specify an IP address. ...
    (microsoft.public.windows.server.active_directory)
  • Restrict access by IP (Log on to tab)
    ... I have a question regarding the "Log on to" tab for a user (User ... DNS name, but the length of the name is limited to 15 characters, so I ... would like to instead be able to specify an IP address. ...
    (microsoft.public.windows.server.active_directory)
  • "Log on to": restrict by IP address
    ... I have a question regarding the "Log on to" tab for a user (User ... DNS name, but the length of the name is limited to 15 characters, so I ... would like to instead be able to specify an IP address. ...
    (microsoft.public.windows.server.active_directory)
  • What is the exact meaning of Octal Sequences ooo-ooo in tr utility of UNIX03 Specification
    ... Octal sequences can be used to represent characters with specific coded ... The characters or collating elements in the range shall be ... specify multi-byte characters. ...
    (comp.unix.shell)
  • What is the exact meaning of Octal Sequences ooo-ooo in tr utility of UNIX03 Specification
    ... Octal sequences can be used to represent characters with specific coded ... The characters or collating elements in the range shall be ... specify multi-byte characters. ...
    (comp.unix.shell)