Resources

Home   News   Version 1   Tech Support   Pubs   S2K Site Map



SYSTEM 2000 Quick Reference Guide Appendices



Special Characters

You can use these special characters in SYSTEM 2000 commands:
           $     _

     .     *     >

     <     )     ?

     (     ;     #

     +     ^     @

     |     -     '

     /     &     =

     !     %     "

Back to Top of Page


Reserved Words and Characters

You cannot use these reserved words and characters in component names, even when they are preceded and followed by special characters. (For example, -OR- is not acceptable.)

Words That Cannot Begin a Component Name

     ALL                           MIN
     ANY                           NK
     AVG                           NON-KEY
     C (as a single letter)        OB
     Cnnnn                          ORDERED BY
     COUNT                         SA
     DATA                          SAME
     HIGH                          SIGMA
     LOW                           SUM
     MAX                           TREE

Back to Top of Page


Words and Characters That Cannot Occur in a Component Name

     AND          FAILING          OCCURS
     AT           FAILS            OR
     BY           FROM             SPAN
     CONT         GE               SPANNING
     CONTAIN      GT               SPANS
     CONTAINING   HAS              TO
     CONTAINS     HAVE             WH
     CTNSIN       HAVING           WHERE
     ELSE         IN               ,
     EQ           LE               (
     EXIST        LT               )
     EXISTING     MOVE             system separator
     EXISTS       NE               command terminator
     FAIL         NOT
In addition, you cannot use the following operator symbols in component names:
     =            <=                &

     >=           =<                |

     =>           ^>                ^

     ^<           !=                !

     !<
You can use the following words in component names, but you must reference the component in a command by its component number.

Back to Top of Page


Restricted Usage To Begin a Component Name

     CNT
     OF
     RCNT
     RESUM

Back to Top of Page


Restricted Usage Anywhere in a Component Name

     FOR
     THROUGH
     THRU

Back to Top of Page


Reserved File Names

Following are the reserved file names:
     S2KSNAP      S2KSYS00       SF01

     S2KMSG       S2KSYS01       SF02

     S2KCOMP      S2KSYS02       SF03

     SYSUDUMP     S2KSYS03       SF04

     SYSABEND     S2KSYS04       SF05

     SYSOUT       S2KSYS05       SF06

     S2KUSERS     S2KSYS06

     TAPES2K      S2KSYS07       SF11

     KEEPFILE     S2KSYS08       SF12

     STEPLIB                     SF13

     SYSLIB       S2KSYS10       .

     S2KPARMS     S2KSYS11       .

     S2KPADnn     S2KSYS12       .

                  .              and so forth

                  .

                  .

                  and so forth
In addition, the following DDnames are reserved: A DDname consists of the first seven characters of the database name, plus a suffix. The suffix is a number from 1 through 8 for the database files, a letter S or K for the Savefile or Keepfile. If the database name is less than seven characters long, the DDname uses Xs to fill it out to seven characters. For example, if the database name is AUTO, the DDname for the Savefile is AUTOXXXS.

Back to Top of Page


Collating Sequence and Character Set

The ascending collating sequence for the EBCDIC (Extended Binary Coded Decimal Interchange Code) character set is provided in this appendix.

Collating       Hexadecimal
Sequence        Representation       Symbol        Meaning


   .
   .
   .
  64                 40                            Space
   .
   .
   .
  74                 4A                            Cent sign
  75                 4B                 .          Period, decimal point
  76                 4C                 <          Less than sign
  77                 4D                 (          Left parenthesis
  78                 4E                 +          Plus sign
  79                 4F                 |          Vertical bar, logical OR
  80                 50                 &          Ampersand
   .
   .
   .
  90                 5A                 !          Exclamation point
  91                 5B                 $          Dollar sign
  92                 5C                 *          Asterisk
  93                 5D                 )          Right parenthesis
  94                 5E                 ;          Semicolon
  95                 5F                 ^          Logical NOT
  96                 60                 -          Minus sign, hyphen
  97                 61                 /          Slash
   .
   .
   .
 107                 6B                 ,          Comma
 108                 6C                 %          Percent sign
 109                 6D                 _          Underscore
 110                 6E                 >          Greater than sign
 111                 6F                 ?          Question mark
   .
   .
   .
 122                 7A                 :          Colon
 123                 7B                 #          Number sign
 124                 7C                 @          At sign
 125                 7D                 '          Apostrophe
 126                 7E                 =          Equals sign
 127                 7F                 "          Quotation marks
   .
   .
   .
 193                 C1                 A
 194                 C2                 B
 195                 C3                 C
 196                 C4                 D
 197                 C5                 E
 198                 C6                 F
 199                 C7                 G
 200                 C8                 H
 201                 C9                 I
   .
   .
   .
 209                 D1                 J
 210                 D2                 K
 211                 D3                 L
 212                 D4                 M
 213                 D5                 N
 214                 D6                 O
 215                 D7                 P
 216                 D8                 Q
 217                 D9                 R
   .
   .
   .
 226                 E2                 S
 227                 E3                 T
 228                 E4                 U
 229                 E5                 V
 230                 E6                 W
 231                 E7                 X
 232                 E8                 Y
 233                 E9                 Z
   .
   .
   .
 240                 F0                 0
 241                 F1                 1
 242                 F2                 2
 243                 F3                 3
 244                 F4                 4
 245                 F5                 5
 246                 F6                 6
 247                 F7                 7
 248                 F8                 8
 249                 F9                 9

Back to Top of Page