home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / phrk3 / phrack31.6 < prev    next >
Text File  |  1992-09-26  |  52KB  |  1,979 lines

  1.  
  2.  
  3.                 ==Phrack Inc.==
  4.           Volume Three, Issue Thirty-one, Phile #6 of 10
  5.  
  6.  
  7.  
  8.             L    OO  DD
  9.             L   O  O D D
  10.             LLL  OO  DD
  11.  
  12.               PRESENTS
  13.  
  14.  
  15. ************************************************************
  16. ************************************************************
  17. ***                             ***
  18. ***            TTT H H EEE             ***
  19. ***             T  H H E             ***
  20. ***             T  HHH EEE             ***
  21. ***             T  H H E             ***
  22. ***             T  H H EEE             ***
  23. ***                             ***
  24. ***                             ***
  25. ***     DD   EEE FFF III N  N III TTT III V V EEE     ***
  26. ***     D D  E   F    I  NN N    I   T    I  V V E     ***
  27. ***     D  D EEE FFF  I  N NN    I   T    I  V V EEE     ***
  28. ***     D D  E   F    I  N NN    I   T    I  V V E     ***
  29. ***     DD   EEE F   III N  N III  T  III  V  EEE     ***
  30. ***                             ***
  31. ***                             ***
  32. ***         CCCC  OOO      SS  M   M  OOO    SS         ***
  33. ***        C      O   O  S  S MM MM O    O  S  S      ***
  34. ***        C      O   O   S   M M M O    O   S         ***
  35. ***        C      O   O S  S  M M M O    O S  S         ***
  36. ***         CCCC  OOO     SS   M   M  OOO   SS         ***
  37. ***                             ***
  38. ***                             ***
  39. ************************************************************
  40. ************************************************************
  41.  
  42.                  BY
  43.  
  44.             ERIK BLOODAXE
  45.  
  46.  
  47. PRELUDE
  48.  
  49. In the past, many files have been written about COSMOS.  I
  50. have always been rather disappointed in their quality and in
  51. their presentation, so I have taken on the responsibility of
  52. doing one myself.  This should sum up COSMOS for everyone who
  53. reads it.  It contains formats for very useful commands, an
  54. entire transaction list, COSMOS "tricks", and a list of all COSMOS
  55. abbreviations and their formats.
  56.  
  57. =============================================================================
  58.  
  59. INTRODUCTION
  60.  
  61. Bell Labs COmputer System for Mainframe OperationS  (COSMOS)
  62. is basically just a database for maintaining records of
  63. equipment and other line information and generating reports
  64. on that information.  The system is usually set up on a DEC
  65. PDP 11/45 or 11/70.
  66.  
  67. The main responsibilities of the COSMOS system are:
  68.  
  69.           Maintaining records
  70.           Issuing reports
  71.           Processing service and work orders
  72.           Assigning telephone numbers
  73.           Load balancing for switching computers
  74.           Output of ESS recent change information
  75.  
  76.  
  77. LOGGING ON
  78.  
  79. When connecting to COSMOS the system will respond with:
  80.  
  81. ;Login:  or  LOGIN:
  82.  
  83. at which point you enter a username.  The system will then
  84. prompt:
  85.  
  86. PASSWORD:
  87.  
  88. at which point you enter the password for that username.
  89. Finally, the system will prompt:
  90.  
  91. WC?
  92.  
  93. which asks you to enter the wire center for the exchange you
  94. will be using in your work.  After successfully completing
  95. the login sequence you will be given the system prompt which
  96. will be the two letter id of the wire center you entered and a
  97. percent sign:  "WC% "
  98.  
  99. To log off at this or at any point you can type control-y.
  100. One of the major flaws in COSMOS security is that unless a
  101. control-y is received the terminal is not logged out, even if
  102. the user disconnects.  Many times when you connect to COSMOS,
  103. you will be dropped right into the "WC% " prompt.  This even
  104. happens on major BOC packet networks quite often.  If you are
  105. lucky enough to receive a 'WC#' prompt you have access to the
  106. COSNIX shell, and can issue various unix-like commands, like
  107. ls, cd, cat, et cetera.
  108.  
  109. COSMOS usernames are usually issued as two letters corresponding to
  110. whatever center will be using that account, and two numbers.
  111.  
  112. EX:  LA01
  113.  
  114. Using the above example "LA01" there will most probably be numerous
  115. "LA" accounts, possibly "LA01" through "LA15" or higher.  This is true
  116. for most COSMOS usernames.  More often than not, all accounts used by the
  117. same center will have the same password as well.  Some common usernames
  118. and their owners are:
  119.  
  120.           ROOT     System Manager
  121.           SYS      System Manager
  122.           ML       Loop Assignment
  123.           LA       Loop Assignment
  124.           DN       Main Distributing Frame
  125.           IN       Repair Service
  126.           RS       Repair Service
  127.           CE       LNAC
  128.           LK       Account to execute INQuiries only
  129.           JA       Mizar
  130.           WLI      Work Load Indicator
  131.  
  132. Usernames may vary from BOC to BOC, but these are fairly standard.
  133.  
  134. =============================================================================
  135.  
  136. COSMOS TRANSACTION COMMANDS
  137.  
  138. COSMOS commands are three letter acronyms.  I will explain in
  139. depth the commands I have found most useful, and then list
  140. the remainder.    Remember, do not attempt to learn the formats for COSMOS
  141. transactions online.  You will probably not figure out correct inputs, and
  142. will most likely cause problems for the system manager and yourself.
  143.  
  144. Commands are entered in a specific ways.  The command desired is
  145. entered at the WC% prompt.  A second string of data is entered at
  146. the next line which designates the type of transaction desired.
  147. This line is prefixed with on of the following four letters:
  148.  
  149. H - Header Line
  150. I - In Line
  151. O - Out Line
  152. R - Remark Line
  153.  
  154. The most commonly used line is the H line.  It is a required input in
  155. almost all COSMOS transactions.  From the second line on, COSMOS will
  156. prompt with an underscore "_" as the system prompt, to let the user
  157. know that it is waiting for input.  When all needed data has been entered,
  158. the command is executed by typing a "." at the beginning of a new line.
  159. If you wish to process a command, but stay in command level in order to
  160. process further commands after the one you are currently entering has
  161. finished, a ";" can be entered at the beginning of a new line.
  162. To cancel the transaction you are entering, a "Q" should be entered at
  163. the beginning of a new line.  To interrupt output, the break character
  164. is "^C".  When entering criteria, you may enter all like data (all H-line, all
  165. I-line, etc...) on one line using a "/" between input prefixes:
  166.  
  167. EX:  H TN 222-0000,222-9999/RMKT SWBT?/US 1FB
  168.  
  169. is the same as entering:
  170.  
  171. H TN 222-0000,222-9999
  172. _H RMKT SWBT?
  173. _H US 1FB
  174.  
  175. One of the most commonly used commands is INQ (Complete
  176. Circuit Inquiry).  There is also a short form of INQ called
  177. ISH.  This command requires only the use of H lines.  Multiple H lines
  178. can be entered to narrow a search or to print multiple reports.
  179. Valid H line facilities used are:
  180.           BL       Bridge Lifter
  181.           CON      Concentrator
  182.           CP       Cable Pair
  183.           CKID     Circuit ID
  184.           MR       Message Register
  185.           OE       Office Equipment Number
  186.           PL       Private Line Circuit Number
  187.           TK       Trunk Cable and Pair Number
  188.           TN       Telephone Number
  189.           TP       Tie Pair
  190.           XN       "X" Number
  191.           TRE      Transmission Equipment
  192.           TER      Terminal Number
  193.           GP       Group Number
  194.           ORD      Work Order
  195.  
  196. EX:  To print information on telephone number 222-2222
  197.  
  198. WC% INQ
  199. H TN 222-2222
  200. _.
  201.  
  202. EX:  To print information on cable pair 11-1111
  203.  
  204. WC% INQ
  205. H CP 11-1111
  206. _.
  207.  
  208. INQ will print a full report whatever circuit you examine, while ISH
  209. will print a shorter, easier to read report.  Below is an actual ISH
  210. done on a Telenet node.
  211.  
  212. CA% ISH
  213. H TN 225-8004
  214. _.
  215.  
  216. TN   225-8004
  217.      ST  AU         DATE 06-03-83   HT GP 0-0081    BTN 225-8004    TYPE X
  218. OE   006-012-200
  219.      ST  WK         DATE 03-04-86   CS 1FBH     US 1BH       FEA TNNL
  220.      LCC TF2
  221.      LOC WF12003
  222. TER  0-0081-0001
  223.      ST  WK
  224.      RMKG GTE.TELENET
  225. CP   95-0701
  226.      ST  WK         DATE 01-24-86    RZ 13
  227.      LOC WF12009
  228. TP   6105-0910
  229.      ST  WK         DATE 01-24-86
  230.      LOC  F12003
  231.      LOC  F42001
  232.      FROM FAC OE  006-012-200      TO FAC TP  6206-0107
  233. TP   6206-0107
  234.      ST  WK         DATE 01-24-86
  235.      LOC  F22029
  236.      LOC  F42002
  237.  
  238. HUNT SEQUENCE FOR TN 225-8004
  239.   TER 0001-0040
  240.  
  241. ** ISH COMPLETED 02-29-99  12:00
  242. CA%
  243.  
  244. When you pull an inquiry on a number that you are interested in, you will
  245. be given its cable pair, its order number, any numbers that connect to
  246. it through a hunt sequence, and you will see any remarks entered about the
  247. number.  This information can prove to be very valuable.  For instance:
  248. You suspect that a company has a modem online, yet you don't want to waste
  249. time sequentially dialing thousands of numbers.  You can simply enter
  250. an ISH on the number to get its cable pair, then begin pulling ISH
  251. reports on cable pairs close to the main one.  Then you need only dial
  252. twenty or so numbers that are in the same area as the main number, and
  253. you will find the computer.
  254.  
  255.  
  256. Another extremely valuable command is SIR (Sorting Inquiry by Range).
  257. With SIR, you can print the circuit information on all lines that match
  258. specified criteria within a specified range of numbers.  This command
  259. requires only H line input, but numerous lines may be entered in order to
  260. narrow down the search.  You may also use the wildcard character ("?") to
  261. encompass a larger range when doing a SIR.  There are many applications
  262. for SIR, but I will only show examples on a few I have found to be
  263. most useful.
  264.  
  265. Many times entries have special remarks entered about the circuit.  These
  266. are usually entered as RMKT (Remarks on Telephone Number), but they may be
  267. entered as RMKO (Remarks on Office Equipment) or RMKP (Remarks on Cable
  268. Pair), depending upon what the person entering felt like typing.
  269. Most of the time the remarks really don't correspond like they should.
  270. Telephone companies are pretty thorough about remarking on a line that
  271. they own and they will usually use the RMKT prefix.
  272.  
  273. EX:  To find all telephone company (Southwestern Bell) lines in prefix 222
  274.  
  275. WC% SIR
  276. H TN 222-0000,222-9999
  277. _H RMKT SWBT?
  278. _.
  279.  
  280. The "?" after SWBT acts as a wildcard.  Typing SWB? would perform the same
  281. search.
  282.  
  283. You may also want to search by STT (Telephone number status).  Some types of
  284. STT are:
  285.           AU   Auxiliary
  286.           NP   Non-published
  287.           OF   Official (telco owned)
  288.           TS   Test
  289.  
  290. Another way to distinguish types of number is by CS (Customer Class of
  291. Service).  CS values tend to vary from BOC to BOC, but business lines
  292. will usually look like "1FB", or at least contain a "B".  Residences
  293. will usually look like "1FR."  Sometimes telco lines are listed as "1OF",
  294. but may also be entered as "1FB".  On lines in a hunt group, the CS will
  295. be appended with the letter "H", as "1FBH".
  296.  
  297.  
  298. Let's say a company owns a block on an exchange (333) running from 1000 to
  299. 3500.  You want to find all possible computer numbers in that area.  Chances
  300. are good that they are not listed.
  301.  
  302. EX:
  303.  
  304. WC% SIR
  305. H TN 333-1000,333-3500
  306. _H STT NP
  307. _H CS 1FB
  308. _.
  309.  
  310. The above would list all non-published business numbers from 333-1000
  311. to 333-3500.
  312.  
  313. To find all numbers that are translated 800 numbers in the same prefix range
  314. as above, you can do the following:
  315.  
  316. EX:
  317.  
  318. WC% SIR
  319. H TN 333-1000,333-3500
  320. _H PL ?800?
  321. _.
  322.  
  323. This will prints reports on all private lines registered as 800 numbers.
  324.  
  325. There is also a shorter version of SIR, LTN (List Telephone Numbers), and a
  326. more detailed version, GFR (General Facility Report), but I have found
  327. SIR to be the better of the three to use for my purposes.
  328.  
  329. In order to change line attributes, or to create new lines you will need
  330. to use two commands SOE (Service Order Entry), and RCP (Recent Change
  331. Packager).  These two commands are pretty detailed in what they can do,
  332. so I will just cover a few of their options.
  333.  
  334. SOE will allow you to assign a new circuit, and specify the desired telephone
  335. number, custom calling features, billing telephone number, etc.
  336. SOE requires both "H" and "I" lines of input.  The best way to enter
  337. a new service order is to have COSMOS pick your new telephone number and
  338. assign the needed office equipment number.  If you want to pick your own
  339. telephone number, the number you pick must have a status (STO) of SP, LI, RS,
  340. or PD (with a disconnect date before the due date on your new service order).
  341. This is so that you do not try to assign a number that is currently working
  342. to your new service order.  You can check this by doing an ISH on all the
  343. variations of numbers you desire, and checking the STO.  You can also get a
  344. list of available numbers in a given prefix using the NAI command.  You
  345. should also do a SIR of recent entries, to try to find the proper format of
  346. order numbers, so that you do not reuse one, or make one up that is formatted
  347. incorrectly.  Another method to make sure that you have the correct formatting
  348. of order numbers is to call the phone company and request the installation of
  349. a line in the area you are working in.    They will tell you your service order
  350. number for reference.  Later, you can merely cancel the order.    You will also
  351. have to find a valid cable pair, so do an ISH on whatever number written in
  352. your junction box that is not working, and then make sure there is no pending
  353. connect orders entered on it.
  354.  
  355. To enter a service order for a new connection, having COSMOS pick an available
  356. telephone number and assign proper office equipment numbers, you would do
  357. the following:
  358.  
  359. EX:
  360.  
  361. WC% SOE
  362. H ORD SO123456/OT NC/DD DD-MM-YY   (Use valid Day, Month, Year for Due Date)
  363. _I TN ?/US 1FR/FEA TNNL/OE ?/CP XX-YYYY   (Use valid cable pair for XX-YYYY)
  364. _.
  365.  
  366. You would now need to enter RCP and make a correctly formatted recent change
  367. report for the order you entered so RCMAC can pick up the order and directly
  368. enter it into the switch.  What RCP does is take your order and change it into
  369. actual switch programming, using templates that are stored in directories
  370. corresponding to what type of switching equipment is used for that WC.
  371. (EX:  ess5a)
  372.  
  373. EX:  To create a recent change package for the order entered above
  374.  
  375. WC% RCP
  376. H ORD SO123455
  377. _.
  378.  
  379. Using SOE you can specify custom calling features, you can specify billing
  380. telephone numbers, you can establish service as coin, and several other
  381. options by adding "I" line information corresponding to that particular
  382. option.
  383.  
  384.           _I CCF XXXXXX      (XXXXXX is valid custom calling features)
  385.           _I BTN NNX-XXXX      (NNX-XXXX is valid billing TN)
  386.           _I TT C
  387.  
  388. To get a list of spare (available) telephone numbers in a given prefix, you
  389. can use the NAI (Telephone Number Assignment Inquiry) command.    You only need
  390. enter H line criteria.    In addition to searching by prefix (NNX), you can
  391. search by switch type (TYP), or rate zone (RTZ).
  392.  
  393. EX:  To select one spare telephone number in 555 and make it reserved status
  394.  
  395. WC% NAI
  396. H TT X/NNX 555/STT RS
  397. _.
  398.  
  399. You may also have NAI print out several available numbers, however, you cannot
  400. change the status unless you are printing one listing.
  401.  
  402. EX:
  403.  
  404. WC% NAI
  405. H TT X/NNX 555/LC XX        (Where XX is a number between 1 and 25)
  406. _.
  407.  
  408. To get a listing of all prefixes that exist in the Wire Center you are
  409. logged in under, you can use the command DDS (Display DS Table).  This
  410. command will list the ranges that exist for a given input.
  411.  
  412. To list all telephone numbers in a given WC:
  413.  
  414. WC% DDS
  415. H TN ?
  416. _.
  417.  
  418. To list all cable pair ranges:
  419.  
  420. WC% DDS
  421. H CP ?
  422. _.
  423.  
  424.  
  425. To change from one Wire Center to another, you use the command WCC (Wire
  426. Center Change).  This is a very straight forward command.
  427.  
  428. EX:
  429.  
  430. WC% WCC NW
  431. NW%
  432.  
  433. To allow for redirection in your COSMOS commands, you must execute the
  434. DIO command.  This command is rather important for manipulating commands
  435. to work for you.
  436.  
  437. EX:
  438.  
  439. WC% DIO
  440.  
  441. To see what transactions other people logged in are running, you can use the
  442. command TSNAP (on certain generics)
  443.  
  444. EX:
  445.  
  446. WC% TSNAP
  447.  
  448. There are about one hundred other COSMOS commands that are all defined at the
  449. end of this file.  I cannot go into detail on all of them but I will list them
  450. and their meanings.
  451.  
  452. =============================================================================
  453.  
  454. COSMOS TRICKS
  455.  
  456. Even if you don't have full COSNIX access, you can basically execute
  457. any command or read any file that exists in the system.  Using the INQ
  458. (or ISH) command and redirection, you can open and display any file.
  459.  
  460. EX:  To display the password file
  461.  
  462. WC% INQ </ETC/PASSWD
  463.  
  464. This will display the file, however, since this is a flaw in the command,
  465. it thinks the file is to be input for INQ, and each line will be preceded
  466. with "ILLEGAL LINE TYPE", but this can be ignored.
  467.  
  468. Other files to look at:
  469.  
  470. /USR/FACS/WCFILE     List of all Wire Centers
  471. /ETC/MATRIX.P         Permission Matrix (Who can execute what commands)
  472.  
  473. You may or may not want to try the following.  There is a high probability
  474. that you will be noticed on the system.  If your local COSMOS ports are
  475. usually left logged in, don't bother doing this.  However, if your COSMOS
  476. ports are always logged out, and you almost never get in, and you happen
  477. to stumble upon one left logged for the first time in months, it might be
  478. worth a try.
  479.  
  480. There are a few ways to make a new account on COSMOS; however, you need to
  481. be able to write to the password file.    Some systems allow this, but most do
  482. not.
  483.  
  484. The easiest way involves using the echo command and redirection.
  485.  
  486. EX:
  487.  
  488. WC% echo "EB01::0::y:1:/tmp:/usr/cosmos:/usr/preop:/usr/so" >>/etc/passwd
  489.  
  490. This will add user EB01 to the end of the password file.
  491.  
  492. If you do not have access to echo you can do the same thing using the TED
  493. command (Text Editor).
  494.  
  495. WC% TED >>/etc/passwd
  496. S.O. NO.= SO123456
  497. IS THIS A NEW S.O. (Y on NO) Y
  498. 1d
  499. a
  500. EB01::0::y:1:/tmp:/usr/cosmos:/usr/preop:/usr/so
  501. ^C
  502. 1p
  503. w
  504. q
  505.  
  506. After executing the above, you will need to clean up the /etc/passwd
  507. file to remove the Service Order information put in there by TED.  You will
  508. also need to remove the service order you created from the /usr/so/WC
  509. directory.
  510.  
  511. If you cannot find a way to get shell access, you can still execute
  512. any COSNIX command you desire again using TED, MSK (Output a Transaction
  513. Mask), and ARG (Assemble and Run a Given Master File).
  514.  
  515. EX:
  516.  
  517. WC% TED
  518. S.O. NO.= SO123456
  519. IS THIS A NEW S.O. (Y or NO) Y
  520. 12
  521. 1d
  522. a
  523. $*
  524. run!
  525. ^c
  526. w
  527. q
  528.  
  529. WC% MSK >/usr/so/newcmd
  530. SO123456
  531.  
  532. WC% ARG
  533. newcmd ls /etc
  534.  
  535. To execute the command, you need to do ARG, then the name of the
  536. file (which I called newcmd), then the COSNIX command you wish to
  537. execute.
  538.  
  539. If you can use echo this can be done much easier.
  540.  
  541. EX:
  542.  
  543. WC% echo '$*' >/usr/so/newcmd
  544. WC% echo 'run!' >>/usr/so/newcmd
  545.  
  546. Then you can run your command normally with ARG.
  547.  
  548. WC% ARG
  549. newcmd cd ..
  550.  
  551. IF you do not have access to echo, create a newcmd file and you can use it
  552. that way.
  553.  
  554. WC% ARG
  555. newcmd echo EB01::0::y:1:/tmp:/usr/cosmos:/usr/so:/usr/preop >>/etc/passwd
  556.  
  557. =============================================================================
  558.  
  559. COSMOS COMMAND LISTING
  560.  
  561. ACE  Establish an Assignment Change Ticket
  562. AIT  ANALIT Initialization of Tables
  563. ARG  Assemble and Run a Given Master File
  564. AUD  Assignment List Audit
  565.  
  566. BAI  Bridge Lifter Assignment Inquiry
  567. BYF  Display the Bypass File
  568. BYP  Change the Contents of the Bypass File
  569.  
  570. CAY  Create an Assembly
  571. CCA  Change Customer Attributes
  572. CCT  Initialize and Update the Contractor-Transducer File
  573. CDA  Change Distribution Attributes
  574. CDD  Change Due Date
  575. CDR  Cut Thru DIP Report
  576. CFA  Change Facility Attributes
  577. CFP  Print the Class of Service/Features for an Electromechanical Entity
  578. CFU  Change Facility Usage
  579. CIE  Company Establish Company Initiated Change
  580. CLI  COSMOS Processed ALIT Reports
  581. CPI  COSMOS-PREMIS Interface
  582. CPM  COSMOS Performance Monitor
  583. CTC  Complete a Cable Transfer or Complete a Cable Throw
  584. CTE  Cable Throw Order Establishment
  585. CTF  Display the Contacter-Transducer File
  586. CTL  Cable Throw with Line Equipment Assignment
  587. CTM  Cable Throw Modification
  588. CTP  Print Cable Transfer Frame Work
  589. CTR  Cable Throw Replacement
  590. CTS  Cable Throw Summary
  591. CTW  Withdraw a Cable Transfer or a Cable Throw
  592. CUP  Common Update Processor
  593. CXC  Complex Service Order Input Checker
  594. CXM  Centrex Table Management
  595. CXT  Complex Order Inquiry for NAC Review
  596.  
  597. DAY  Delete an Assembly
  598. DBL  Data Base Load
  599. DCN  List Disconnected and Changed Numbers
  600. DDS  Display the DS Table
  601. DIR  Standard DIP Report
  602. DPN  DIP Purge Number
  603. DPR  DIP Report and Removal
  604. DQR  Design Quota System Report
  605. DQS  Design Quota System
  606. DTE  Print Current Date
  607.  
  608. EDZ  Facility Emergency Assignment List
  609. ELA  Entity Load Analysis
  610. ESP  Print Entire Summary Table
  611.  
  612. FDY  Set Fiscal Day for LAC
  613. FLR  Frame Layout Report
  614. FOR  Frame Order Report
  615. FOS  Frame Operations Summary
  616. FTA  Frame Transfer Analysis
  617. FTC  Frame Transfer Completion
  618. FTE  Frame Transfer Establishment
  619. FTL  Frame Transfer LETs
  620. FTR  Frame Transfer Reprint
  621. FTW  Frame Transfer Withdrawal
  622. FWM  Frame Work Management
  623.  
  624. GFR  General Facility Report
  625. GLA  Generate Lists for Assignment
  626.  
  627. HBS  Hunt Group Blocks of Spares
  628. HGR  Hunt Group Report
  629. HGS  Hunt Group Summary
  630. HIS  Hunting ISH
  631.  
  632. IJR  Input a Jeopardy Reason
  633. IMU  Input Measured CCS Usage Data
  634. INQ  Complete Circuit Inquiry
  635. ISF  Inquire on a Single Facility
  636. ISH  Complete Circuit Inquiry Short
  637.  
  638. JAM  Jumper Activity Management
  639. JPH  Jumper Placement History
  640.  
  641. KPR  Killer Pair Report
  642. KSM  Create a Transaction Mask
  643.  
  644. LAI  Line Equipment Assignment Inquiry
  645. LBP  Load Balance Parameters
  646. LCD  LIST Cable Summary, LIT Demand Test
  647. LCP  List Cable Pairs
  648. LEE  NAC Related Line Equipment Transfer Order Establishment
  649. LEW  Line Equipment Transfer Withdrawal
  650. LFC  Load Factor Calculation
  651. LFR  Line Failure Report
  652. LGN  List Hunt Groups
  653. LIN  Transmit ALIT Data to COSMOS
  654. LOE  List Originating Line Equipment
  655. LSE  Line and Station Transfer Order Establishment
  656. LSW  Line and Station transfer Withdrawal
  657. LTN  List Telephone Numbers
  658.  
  659. MAL  Manual Assignment List
  660. MAP  Manual Assignment Parameters
  661. MAQ  Manual Assignment File Inquiry
  662. MAY  Modify an Assembly
  663. MCE  Establish a Maintenance Change Ticket
  664. MCH  Manually Change Hunt
  665. MCL  Maintenance Change List
  666. MCR  Establish a Maintenance Change Repair
  667. MCW  Maintenance Change Ticket Withdrawal
  668. MDC  Manually Disconnect a Working Circuit
  669. MEC  Manually Establish a Circuit
  670. MMC  Manually Modify a Circuit
  671. MOC  MOE Order Completion
  672. MOE  Mass OE Transfers
  673. MOF  Mass OE Frame Transfer Listings
  674. MOW  MOE Order Withdrawal
  675. MPK  Modify Work Package
  676. MSK  Output a Transaction Mask
  677. MTR  Manually Test a Response
  678.  
  679. NAI  Telephone Number Assignment Inquiry
  680. NOL  NAC Service Order Listing
  681. NSD  Number Summary Display
  682.  
  683. OIJ  Orders in Jeopardy
  684. OPN  Open-of-Day Report
  685. OPU  Outside Plant Cable Usage
  686.  
  687. PAK  Work Packages
  688. PEP  Position Establishment for Parties
  689. PFR  Party Line Fill Report
  690. PRP  Periodic Purging of Remarks
  691.  
  692. QEX  Question an Execution
  693. QUE  Queue
  694.  
  695. RAL  Relay Assignment List
  696. RAP  Relay Assignment Parameters
  697. RAS  Release Sequence Number Lists and Related TN/OE
  698. RBS  Print TBS Relays Assignment Record
  699. RCP  Recent Change Packager
  700. RCR  Recent Change Report
  701. RCS  Recent Change Summary
  702. RED  Recent Change Message Text Editor
  703. REL  Release Non-Intercepted Numbers by Release Date
  704. REM  Remove Frame Locations
  705. RET  Retermination of Frame Locations
  706. REX  Reexecute a Service Order
  707. RJR  Remove Jeopardy Reason Codes
  708. RMP  Recent Change Punctuation Table
  709. RNA  Release Telephone Numbers for Assignment
  710. ROE  Reservation Order Establishment
  711. ROI  Reservation Order Inquiry
  712. ROW  Reservation Order Withdrawal
  713. RTH  Report Transaction to Count Spare and DIPed Line Equipment
  714. RTS  Relay and Telephone Number Status Report
  715. RUP  Request Unsolicited Processing
  716.  
  717. SAI  Summary of Action Items
  718. SCA  Service Order Completion-Automatic
  719. SCF  Simple Completion for MDF
  720. SCI  Spare Cable Pair Inquiry
  721. SCM  Standard Completion by MDF
  722. SCP  Service Order Completion by LAC
  723. SCR  Standard Completion by RCMAC
  724. SEL  Selecting Lines for an Exchange Class of Service Study
  725. SET  Statistics on Equipment and Telephone Numbers
  726. SGH  Supply Relays for Groups of 5XB Hunts
  727. SIR  Sorting Inquiry by Range
  728. SLC  Subscriber Line Counts for Custom Calling Features
  729. SOC  Service Order Cancel
  730. SOE  Service Order Establishment
  731. SOF  Service Order Fix
  732. SOH  Service Order Withheld
  733. SOI  Service Order Assignment Inquiry
  734. SOL  Service Order Listing
  735. SOM  Modify a Pending Service Order
  736. SOW  Service Order Withdrawal
  737. STN  Summarize Telephone Numbers
  738. SVL  Service Observing Loops
  739.  
  740. TAI  Tie Pair Assignment Inquiry
  741. TAT  Test Alignment of Frame Terminal
  742. TED  Text Editor
  743. TET  Display or Change Band Filter File, Retention Factor and Print Threshold
  744. TFC  Transfer Frame Changes
  745. TIG  Dial Transfer Input Generator
  746. TLC  Translate LANAVAR/CPS
  747. TNS  Telephone Number Swap
  748. TOC  Transfer Order Completion
  749. TOE  Transfer Order Establishment
  750. TOF  Mass OE Transfer Order Frame Listings
  751. TOI  Dial Transfer Order Inquiry
  752. TOL  Transfer Order Lists
  753. TOO  Transfer Order Omissions
  754. TOW  Transfer Order Withdrawal
  755. TPU  Tie Pair Usage Report
  756. TRC  Transfer Order Recent Change Report
  757. TRI  Transmission Equipment Assignment Inquiry
  758. TRW  Total Reservation Order Withdrawal
  759. TSL  Line Equipment Summary Report
  760. TSN  Traffic Statistics on Telephone Numbers
  761. TSW  Total Service Order Withdrawal
  762. TTY  Get TTY Name
  763. TXC  Text Checker
  764. TXM  Transfer Centrex Management
  765.  
  766. UDP  Update DIP Parameters
  767. UES  Update the Entity Summary Table
  768. UFO  Unprinted Frame Orders
  769. UPC  Update CCS vs. Class of Service Table
  770. USL  List USOC (US) File Data
  771. UTC  Update Table for Concentrator Redesign
  772.  
  773. WCC  Change Wire Center
  774. WCT  Worksheet for Cable Throw Orders
  775. WFL  Working Frame Location
  776. WOI  Work Order Inquiry
  777. WOL  Work Order Listing
  778. WPT  Work Package Table
  779. WSL  Work Status List
  780. WUL  Work Unit Report for Subscriber Line Testing and Installation Assignment
  781.  
  782. =============================================================================
  783.  
  784. COSMOS ABBREVIATIONS AND FORMATS
  785.  
  786. The following will be given as follows:
  787.  
  788. Prefix and Meaning
  789. Format
  790. Code Value and Meaning
  791.  
  792. AC   Assembly category
  793.      AC XXXX
  794.      PERM=Permanent Facility Assemblies
  795.      TEMP=Temporary Facility Assemblies
  796.  
  797. AC   Assembly Code
  798.      AC XXX
  799.      XXX=1-999
  800.  
  801. ADSR Administration of Designed Services Review
  802.      ADSR X
  803.      Y=Yes, TIRKS Circuit
  804.      N=No, COSMOS Circuit
  805.  
  806. AGM  Normal Aging Months
  807.      AGM XX
  808.      XX=Number of Months
  809.  
  810. AGT  Accelerated Aging Type
  811.      AGT XXX
  812.      BUS=Business
  813.      RES=Residential
  814.  
  815. AI   Assigner's Initials
  816.      AI XXX
  817.      XXX=3 Alphanumeric Characters
  818.  
  819. AO   Allocation Order
  820.      AO XX
  821.      XX=Two Numeric Characters
  822.  
  823. AR   Advance Relay
  824.      AR XYY-ZZZ
  825.      X=Marker Group
  826.      YY=Number Group from Frame
  827.      ZZZ=Relay Number
  828.  
  829. ATN  Assigner's Telephone Number
  830.      ATN XXX-XXXX
  831.      XXX-XXXX=Assigners TN
  832.  
  833. BL   Bridge Lifter
  834.      BL XX...XX
  835.      XX...XX=Maximum of 17 Alphanumeric Characters
  836.  
  837. BLS  Bridge Lifter Status
  838.      BLS X
  839.      Y=Yes
  840.      N=No
  841.  
  842. BND  Band Number
  843.      BND X
  844.      X=0-3
  845.  
  846. BTN  Billing Telephone Number
  847.      BTN XXX-XXXX
  848.      XXX-XXXX=Billing Telephone Number
  849.  
  850. CA   Cable Number
  851.      CA XX...XX
  852.      XX...XX=Maximum of 10 Alphanumeric Characters
  853.  
  854. CAT  Centrex Access Treatment
  855.      CAT XX
  856.      XX=Maximum of 2 Numeric Characters
  857.  
  858. CC   Call Count
  859.      CC XX
  860.      XX=Maximum of 2 Numeric Characters
  861.  
  862. CCF  Custom Calling Features
  863.      CCF XXXXXX
  864.      XXXXXX=3 to 6 Alphanumeric Characters
  865.  
  866. CCS  Hundred Call Seconds
  867.      CCS XXXX
  868.      XXXX=3 or 4 Numeric Characters
  869.  
  870. CEU  CCS Estimated Usage
  871.      CEU XXXX
  872.      XXXX=3 or 4 Numeric Characters
  873.  
  874. CG   Control Group Number
  875.      CG X
  876.      X=0-9
  877.  
  878. CKID Circuit Identification
  879.      CKID XX...XX
  880.      XX..XX=Maximum of 61 Alphanumeric Characters
  881.  
  882. CKL  Circuit Location
  883.      CKL XXXX
  884.      XXXX=Maximum of 4 Alphanumeric Characters
  885.  
  886. CLC  Common Language Code for an Entity
  887.      CLC XX...XX
  888.      XX...XX=Maximum of 11 Alphanumeric Characters
  889.  
  890. CLCI Common Language Circuit Identification
  891.      CLCI XX...XX
  892.      XX...XX=Maximum of 61 Alphanumeric Characters
  893.  
  894. CLEI Common Language Equipment Identifier
  895.      CLEI XX...XX
  896.      XX...XX=Maximum of 10 Alphanumeric Characters
  897.  
  898. CLF  Creating DIPs Upper Bound Load Factor
  899.      CLF XX
  900.      XX=1-10
  901.  
  902. CLL  Creating DIPs Lower Bound Load Factor
  903.      CLF X
  904.      X=1-9
  905.  
  906. CLS  CLCI in Serial Number Format
  907.      CLS XX...XX
  908.      XX..XX=Maximum of 61 Alphanumeric Characters
  909.  
  910. CLT  CLCI Telephone Number Format
  911.      CLT XX...XX
  912.      XX...XX=Maximum of 61 Alphanumeric Characters
  913.  
  914. CMF  Capacity Main Station Fill
  915.      CMF XXXXXX
  916.      XXXXXX=Maximum of 6 Numeric Characters
  917.  
  918. CMU  CCS Measured Usage
  919.      CMU XXXX
  920.      XXXX=3 or 4 Numeric Characters
  921.  
  922. COM  Complement Size
  923.      COM XXXX
  924.      XXXX=1-9999
  925.  
  926. CON  Concentrator
  927.      CON XX-YY
  928.      XX=Maximum of 2 Alphanumeric Characters
  929.      YY=Maximum of 2 Numeric Characters
  930.  
  931. CP   Cable and Pair Number
  932.      CP XX...XX-YZZZ
  933.      XX...XX=Cable ID, Maximum of 10 Alphanumeric Characters
  934.      YZZZ=Cable Pair ID
  935.      Y=Alphanumeric
  936.      ZZZ=Numeric
  937.  
  938. CPU  CCS Capacity Usage
  939.      CPU XXXX
  940.      XXXX=3 or 4 Numeric Characters
  941.  
  942. CRG  CREG Tag
  943.      CRG XXX
  944.      XXX=YES or NO
  945.  
  946. CS   Customer Class of Service
  947.      CS XXXXXX
  948.      XXXXXX=Maximum of 6 Alphanumeric Characters
  949.  
  950. CTID Circuit Termination Identification
  951.      CTID XX...XX
  952.      XX...XX=Maximum of 61 Alphanumeric Characters
  953.  
  954. CTT  Cut Through Tag
  955.      CTT XXX
  956.      XXX=YES or NO
  957.  
  958. CTX  Centrex Group Number
  959.      CTX XXXX
  960.      XXXX=Maximum of 4 numeric Characters
  961.  
  962. DC   Dial Code
  963.      DC X
  964.      X=1 Alpha Characters
  965.  
  966. DD   Due Date
  967.      DD MM-DD-YY
  968.      MM=Month
  969.      DD=Day
  970.      YY=Year
  971.  
  972. DID  Direct Inward Dialing
  973.      DID XXXX
  974.      XXXX=Maximum of 4 Numeric Characters
  975.  
  976. DIP  DIP Creation Option
  977.      DIP X
  978.      Y=Yes
  979.      N=No
  980.  
  981. DNY  Denial of Service for Non-payments
  982.      DNY X
  983.      I=Incoming
  984.      O=Outgoing
  985.      B=Both
  986.  
  987. DPA  Different Premises Address
  988.      DPA XXX
  989.      XXX=Maximum of 3 Alphanumeric Characters
  990.  
  991. DPT  Department Name
  992.      DPT XXX
  993.      XXX=Maximum of 3 Alphanumeric Characters
  994.  
  995. DST  Destination of Order Response
  996.      DST XXXX
  997.      XXXX=Maximum of 4 Alphanumeric Characters
  998.  
  999. DT   Due Time
  1000.      DT XX
  1001.      XX=AM, PM, or 0-9
  1002.  
  1003. EC   ESS Entity and Control Group Number
  1004.      EC YZ
  1005.      Y=Entity Number
  1006.      Z=Control Group Identifier
  1007.  
  1008. ECS  Equipment Class of Service
  1009.      ECS XXXXXX
  1010.      XXXXXX=Maximum of 6 Alphanumeric Characters
  1011.  
  1012. ED   Enter Date
  1013.      ED MM-DD-YY
  1014.      MM=Month
  1015.      DD=Day
  1016.      YY=Year
  1017.  
  1018. EN   Entity
  1019.      EN X
  1020.      X=S, E, 1, 5 or 0
  1021.  
  1022. EN   Entity Number
  1023.      EN X
  1024.      X=0-9
  1025.  
  1026. ENT  Entity Number
  1027.      ENT X
  1028.      X=0-9
  1029.  
  1030. EO   Error Handling Option
  1031.      EO XX
  1032.      CE=Continue Processing and Establish Valid Circuits
  1033.      CW=Continue Processing and Withdraw Established Circuits
  1034.      SE=Stop Processing and Establish Valid Circuits
  1035.      SW=Stop Processing and Withdraw Established Circuits
  1036.  
  1037. EQF  Equipment Features
  1038.      EQF WXYZ
  1039.      W=R (Rotary) or T (Touchtone)
  1040.      Y=S (Sleeve) X (Range Extension) or N (Non-sleeve or Non-range Extension)
  1041.      X=E (Essential) or N (Non-essential)
  1042.      Z=G (Ground Start) or L (Loop Start)
  1043.  
  1044. EQV  Frame Equivalence
  1045.      EQV FXX
  1046.      F=The Letter "F"
  1047.      XX=Two Alphanumeric Characters
  1048.  
  1049. ETC  Estimated Trunk CCS Value
  1050.      ETC XXXX
  1051.      XXXX=Maximum of 4 Alphanumeric Characters
  1052.  
  1053. EXD  ECS Crossloading Option
  1054.      EXD XXX
  1055.      XXX=YES or NO
  1056.  
  1057. FAC  Type of Segment List Being Audited
  1058.      FAC XX
  1059.      TN=Telephone Number
  1060.      OE=Line Equipment
  1061.  
  1062. FAC  Circuit Confiruration
  1063.      FAC XXX          or
  1064.      FAC TN-NNX       or
  1065.      FAC CP-XX...X    or
  1066.      FAC SE-YY...Y    or
  1067.      FAC PL-ZZ...Z
  1068.      XXX=Any Facility Prefix
  1069.      NNX=Three Alphanumeric Characters
  1070.      XX...XX=Maximum of 10 Alphanumeric Characters
  1071.      YY...YY=Maximum of 52 Alphanumeric Characters
  1072.      ZZ...ZZ=Maximum of 61 Alphanumeric Characters
  1073.  
  1074. FC   From Cable
  1075.      FC XX...XX
  1076.      XX...XX=Maximum of 10 Alphanumeric Characters
  1077.  
  1078. FDD  Frame Due Date
  1079.      FDD MM-DD-YY
  1080.      MM=Month
  1081.      DD=Day
  1082.      YY=Year
  1083.  
  1084. FEA  Customer Feature
  1085.      FEA XXXX
  1086.      (Same as EQF)
  1087.  
  1088. FILT Filter
  1089.      FILT XXX
  1090.      XXX=Y, YES, N, or NO
  1091.  
  1092. FR   Frame Identification
  1093.      FR FXX
  1094.      F=The letter "F"
  1095.      XX=Two Alphanumeric Characters
  1096.  
  1097. FT   Frame Time
  1098.      FT XX
  1099.      XX=01-24
  1100.  
  1101. FW   MDF Output Suppressed
  1102.      FW X
  1103.      Y=Frame Work Yes
  1104.      N=Frame Work No
  1105.  
  1106. GP   MLHG Group Number
  1107.      GP Y-XXXX
  1108.      Y=Alphanumeric Control Group
  1109.      XXXX=Numeric Group Number
  1110.  
  1111. GSO  Ground Start Option
  1112.      GSO X
  1113.      1=Assigned to any OE in the Entity
  1114.      2=Assigned to Even Levels
  1115.      3=Only Assigned to OE Specified as Ground Start
  1116.  
  1117. HC   Hunt Count
  1118.      HC XXXX
  1119.      XXXX=Maximum of 4 Numeric Characters
  1120.  
  1121. HF   Hunt-from Telephone Number
  1122.      HF XXX-XXXX
  1123.      XXX-XXXX=Telephone Number
  1124.  
  1125. HLC  Highest Lead Factor Group Count
  1126.      HLC XXXX
  1127.      XXXX=1-9999
  1128.  
  1129. HR   Held Order Reason Code
  1130.      HR XX
  1131.      CE=Equipment Shortage
  1132.      CF=Lack of Facility
  1133.      CL=Plant Load
  1134.      CO=General Company Reasons
  1135.      C1-C5-Additional Company Reasons
  1136.      SA=Subscriber Access
  1137.      SL=Subscriber Requested Later Date
  1138.      SO=General Subscriber Reasons
  1139.      SR=Subscriber Not Ready
  1140.      S1-S5=Additional General Subscriber Reasons
  1141.  
  1142. HRS  Hours Prefix
  1143.      HRS XX
  1144.      XX=01-24
  1145.  
  1146. HT   Hunt-to Telephone Number
  1147.      HT XXX-XXXX
  1148.      XXX-XXXX=Telephone Number
  1149.  
  1150. HTG  Hunt-to Group Number
  1151.      HTG Y-XXXX
  1152.      Y=Alphanumeric Control Group
  1153.      XXXX=Numeric Group Number
  1154.  
  1155. HTX  Hunt-to X Number
  1156.      HTX XXX-YYXX of
  1157.      HTX XXX-YXX
  1158.      Y=Alphanumeric
  1159.      X=Numeric
  1160.  
  1161. INIT Allocation Table Initalization
  1162.      INIT
  1163.      (No Data Entry)
  1164.  
  1165. ITM  Cable Pair Item Number
  1166.      ITM XX
  1167.      XX=Two Numeric Characters
  1168.  
  1169. JL   Jumper Length
  1170.      JL XXX
  1171.      XXX=Maximum of 3 Numeric Characters
  1172.  
  1173. JR   Jeopardy Reason
  1174.      JR XX
  1175.      A1=Assignment Error on CP
  1176.      A2=Assignment Error on OE
  1177.      A3=Assignment Error on TN
  1178.      A4-A9=Other Assignment Error
  1179.      C1=No SSWO for Circuit Design Group
  1180.      C2-C9=Local Code for Circuit Design Group
  1181.      E1-E9=No ESS Translations
  1182.      IB=No Installation Go-ahead for Business
  1183.      IC=No Installation Go-ahead for Coin
  1184.      ID=No Installation Go-ahead for Data
  1185.      IR=No Installation Go-ahead for Residence
  1186.      IS-No Installation Go-ahead for Special
  1187.      I1-I4=Local Codes foir No Installation Go-ahead
  1188.      RB=Business RSB
  1189.      RC=Coin RSB
  1190.      RD=Data RSB
  1191.      RR=Residence RSB
  1192.      RS=Special RSB
  1193.      R1-R4=Local Use for RSB
  1194.  
  1195. LC   Output Line Count
  1196.      LC XXXX
  1197.      XXXX=0-9999
  1198.  
  1199. LC   Line Count
  1200.      LC XXX
  1201.      XXX=0-999
  1202.  
  1203. LC   Pending Service Order Count
  1204.      LC
  1205.      (No Data Entry)
  1206.  
  1207. LCC  Line Class Code
  1208.      LCC XXX
  1209.      XXX Maximum of 3 Alphanumeric Characters
  1210.  
  1211. LD   Loading Division
  1212.      LD XX
  1213.      XX=Two Numeric Characters
  1214.  
  1215. LDN  Listed Directory Number
  1216.      LDN XXX-XXXX
  1217.      XXX-XXXX=Telephone Number
  1218.  
  1219. LF   Load Factor
  1220.      LF XX
  1221.      XX=1-10
  1222.  
  1223. LIM  Less Than the Specified Number of Pairs
  1224.      LIM XX
  1225.      XX=0-50
  1226.  
  1227. LIM  High Limit on Number of Specified Status Pairs in a Complement
  1228.      LIM XX
  1229.      XX=0-50
  1230.  
  1231. LIM  Low Limit on Number of Spare Line Equipment in Vertical Files
  1232.      LIM XX
  1233.      LIM=1-10
  1234.  
  1235. LLC  Low Load Group Count
  1236.      LLC XXXX
  1237.      XXXX=0-9999
  1238.  
  1239. LOC  Location
  1240.      LOC FXXYYY
  1241.      F=The Letter "F"
  1242.      XX=Alphanumeric
  1243.      YYY=001-999
  1244.  
  1245. LP   Loop Range
  1246.      LP XXX;XXX
  1247.      XXX;XXX=Six Numeric Characters
  1248.  
  1249. LS   List New Pending Cable Transfers
  1250.      LS XXX
  1251.      XXX=NEW
  1252.  
  1253. LTI  Loop Termination Identifier
  1254.      LTI XXX
  1255.      XXX=Three Alphanumeric Characters
  1256.  
  1257. MASK Office Equipment Mask
  1258.      MASK OE ID
  1259.      ID=XXX-XXX-XXX    =1ESS
  1260.      ID=XXX-XXXX       =2ESS
  1261.      ID=XXX-XXXX       =3ESS
  1262.      ID=XXXX-XXX-XX    =5ESS
  1263.      ID=XXXX-XX-XX     =5ESS
  1264.      ID=XXXX-X-XXXX    =RSS
  1265.      ID=XXXX-XXX-XX    =1XB
  1266.      ID=XXXX-XXXX-XX   =1XB
  1267.      ID=XXX-XX-XX      =5XB
  1268.      ID=XXXX-XXX       =SXS
  1269.      ID=XXX-X-XX-X     =DMS-10
  1270.      ID=XXX-X-XX-XX    -DMS-100
  1271.      X=Alphanumeric
  1272.  
  1273. MAT  Manual Assistance Tag
  1274.      MAT XXX
  1275.      XXX=YES or NO
  1276.  
  1277. MAX  Maximum Percentage Value of Entity Fill or Maximum CCS Value
  1278.      MAX XXX
  1279.      XXX=Maximum of 3 Numeric Characters
  1280.  
  1281. MBL  Mini-bridge Lifter Tag
  1282.      MBL XX
  1283.      Y=MBL Working on CP
  1284.      N=CP Can't Support MBL
  1285.      EQ=CP has MBL Capabilities
  1286.  
  1287. MC   Marker Class of Service
  1288.      MC XX
  1289.      XX=Two Alphanumeric Characters
  1290.  
  1291. MF   Recent Change Message Format
  1292.      MF XXXX
  1293.      NEW=RX:LINE:messages
  1294.      OUT=RC:LINE:OUT:messages
  1295.      CHG=RC:LINE:CHG:messages
  1296.      SUSP=RC:LINE:CHG:messages of suspended service
  1297.  
  1298. MF   Jumper Listing for MDF
  1299.      MF XXX
  1300.      NEW=Running Jumper Listing
  1301.      DJ=Dead Jumper Listing
  1302.  
  1303. MF   Message Format When Completing Transfer Circuits with TOC
  1304.      MF XXX
  1305.      ALL=Message is Printed for Every Circuit in Range
  1306.      ERR=Message Printed Only for Circuits not Completed
  1307.  
  1308. MF   Message Format for Dial Transfer Number Lists
  1309.      MF XXX
  1310.      GVR=Transaction GFR Output Format, One Facility per Line
  1311.      LVT=Line Verification Test Format
  1312.      TLC=Two-line Condensed Format
  1313.  
  1314. MG   Marker Group Number
  1315.      MG X
  1316.      X=0-9
  1317.  
  1318. MIN  Minimum Percentage Value of Entity Fill or Minimum CCS Value
  1319.      MIN XXX
  1320.      XXX=Maximum of 3 Numeric Characters
  1321.  
  1322. MLP  Multi-loop Resistance Zone Threshold
  1323.      MLP XX
  1324.      XX=Two Numeric Characters
  1325.  
  1326. MOD  Module Number
  1327.      MOD XXX
  1328.      XXX=Three Numeric Characters
  1329.  
  1330. MODE Integrated SLC No. 5ESS Mode
  1331.      MODE X
  1332.      1=5 T1 Carrier Channels
  1333.      2=3 T1 Carrier Channels
  1334.  
  1335. MPN  Master Work Package Number
  1336.      MPN XXXX
  1337.      XXXX=1-9999
  1338.  
  1339. MR   Message Register
  1340.      MR XXXXXX
  1341.      XXXXXX=Maximum of 6 Alphanumeric Characters
  1342.  
  1343. MRO  Message Register Option
  1344.      MRO XXX
  1345.      XXX=YES or NO
  1346.  
  1347. MT   Master Record Tape Unit Number or Tape Drive to Write
  1348.      MT X
  1349.      X=Numeric
  1350.  
  1351. MTR  Tape Drive to Read
  1352.      MTR X
  1353.      X=Numeric
  1354.  
  1355. MTW  Tape Drive to Write
  1356.      MTW X
  1357.      X=Numeric
  1358.  
  1359. NAR  NAC Assignment Review
  1360.      NAR XXX
  1361.      XXX=Maximum of 3 Numeric Characters
  1362.  
  1363. NGF  Number Group Frame for 5XB
  1364.      NGF XXX
  1365.      XXX=Three Numeric Characters
  1366.  
  1367. NNX  Telephone Exchange Code
  1368.      NNX XXX
  1369.      XXX=THree Numeric Characters
  1370.  
  1371. NOE  Number of OEs to be Assigned
  1372.      NOE X
  1373.      X=0 or 1
  1374.  
  1375. NPA  Area Code and Exchange Number
  1376.      NPA XXXXXX
  1377.      XXXXXX=Six Alphanumeric Characters
  1378.  
  1379. NRM  Normalizing CCS VAlue
  1380.      NRM XX
  1381.      XX=0-99
  1382.  
  1383. NTN  Number of TNs to be Assigned
  1384.      NTN X
  1385.      X=0 or 1
  1386.  
  1387. OA   Line Equipment Assignment Option
  1388.      OA X
  1389.      Y=Yes
  1390.      N=No
  1391.  
  1392. OC   Order Category
  1393.      OC XXX
  1394.      ACT=Assignment Change Ticket
  1395.      ALL=All OE Load Factors
  1396.      CPC=Special Service
  1397.      FM=Count Since OE Input Features Occurrences
  1398.      FO=Count All OE Input Feature Occurrences
  1399.      HOT=Frame Ouput-urgent
  1400.      JR=Jeopardy Reason
  1401.  
  1402. OCS  Old Class of Service
  1403.      OCS XXXXXX
  1404.      XXXXXX=Maximum of 6 Alphanumeric Characters
  1405.  
  1406. OD   Output Device
  1407.      OD XXXX
  1408.      TT=Send Output to Current Terminal
  1409.      TTXX=Send Output to Specified Terminal XX
  1410.      MTX=Send Output to Magnetic Tape X
  1411.  
  1412. OE   Office Equpiment Number
  1413.      OE ID
  1414.      (See MASK)
  1415.  
  1416. OGO  Outgoing Only Trunk
  1417.      OGO XXX
  1418.      XXX=Maximum of 4 Numeric Characters
  1419.  
  1420. OPT  Party Assignment Option
  1421.      OPT X
  1422.      1=Assign Multi-party Customers to Spare Party Equipment
  1423.      2=Assign Multi-party Customer to Partially Equipped Party Equipment
  1424.      3=Assign Only One Multi-Party Customer to each Single Party Equipment
  1425.  
  1426. ORD  Service or Work Order
  1427.      ORD XX...XX
  1428.      XX...XX=Maximum of 20 Alphanumeric Characters
  1429.  
  1430. OT   Service or Work Order Type
  1431.      OT XXX
  1432.      BT=Background Transfer
  1433.      CD=Complete Disconnect
  1434.      CH=Changed
  1435.      CIO=Company Initiated Orders
  1436.      F="FROM"
  1437.      LET=Line Equipment Transfers
  1438.      LST=Line and Station Transfers
  1439.      MCE=Maintenance Change by LAC
  1440.      MCR=Maintenance Change by Repair
  1441.      MCT=All Maintenance Changes
  1442.      NC=New Connect
  1443.      R=Remarks
  1444.      REA=Pending Reassociation
  1445.      SW=Swap
  1446.      T="TO"
  1447.  
  1448. PBX  Private Branch Exchange
  1449.      PBX XXXX
  1450.      XXXX=Maximum of 4 Numeric Characters
  1451.  
  1452. PCID Primary Circuit Identification
  1453.      PCID XX...XX
  1454.      XX...XX=Maximum of 61 Alphanumeric Characters
  1455.  
  1456. PKT  Picket Fence Values
  1457.      PKT XXX.X,...,XXX.X
  1458.      XXX.X,...,XXX.X=Nine sets of Four Numeric Characters or
  1459.      N=No New Values
  1460.  
  1461. PL   Private line Circuit Number
  1462.      PL XX...XX
  1463.      XX...XX=Maximum of 61 Alphanumeric Characters
  1464.  
  1465. PNL  PREMIS Number List for TN
  1466.      PNL XX...XX
  1467.      XX...XX=Maximum of 12 Alphanumeric Characters
  1468.  
  1469. POP  Line Equipment Print Option
  1470.      POP XXX
  1471.      CNC=Concentrator-1ESS, 2ESS, 3ESS, RSS
  1472.      CNG=Concentrator Group-2ESS, 3ESS
  1473.      HG=Horizontal Group-5XBAR
  1474.      IM=Interface Module-5ESS
  1475.      LFG=Line Finder Group-SXS
  1476.      LLF=Line Link Frame-5XBAR
  1477.      LLN=Line Link Net-1ESS
  1478.      LTN=Line Trunk Net-2ESS
  1479.      LU=Link Unit Module-5ESS
  1480.      QC=Quarter Choice-1XBAR
  1481.      SW=Switch-1XBAR
  1482.      VF=Vertical FIle-5XBAR
  1483.  
  1484. PR   Cable Pair ID
  1485.      PR YXXX
  1486.      Y=Alphanumeric
  1487.      XXX=Numeric
  1488.  
  1489. PRI  Frame Priority
  1490.      PRI XX
  1491.      XX=Two Numeric Characters
  1492.  
  1493. PRP  Permanent Cable Pair Remarks
  1494.      PRP XX...XX
  1495.      XX...XX=Maximum of 14 Alphanumeric Characters
  1496.  
  1497. PRZ  Preferred Rate Zone
  1498.      PRT X
  1499.      X=Numeric
  1500.  
  1501. PS   Previously Published/Non-published Facility Indicator
  1502.      PS X
  1503.      N=Non-Published
  1504.      !=Published
  1505.  
  1506. PT   Package Time
  1507.      PT XXX
  1508.      XXX=Three Numeric Characters
  1509.  
  1510. PTY  Party Number or Position
  1511.      PTY X
  1512.      X=1-4
  1513.  
  1514. PTY  Party Indicator
  1515.      PTY X
  1516.      R=Reserved
  1517.      O=Open
  1518.  
  1519. PWC  PREMIS Wire Center
  1520.      PWC XX...XX
  1521.      XX...XX=Maximum of 8 Alphanumeric Characters
  1522.  
  1523. PWC  Print Work Code
  1524.      PWC XXX
  1525.      NBT=No Back Tap
  1526.      COM=Frame Complete
  1527.      PBT=Print Back Tap
  1528.      RCT=Place Heat Coils on "TO" Pair
  1529.      RBT=Remove Back Tap
  1530.      RCF=Remove Heat Coils on "FROM" Pair
  1531.      VBT=Verify Back Tap
  1532.      USX=Locally Defined Codes (X=1-4)
  1533.  
  1534. RAP  Rotary Assignment Priority
  1535.      RAP X
  1536.      X=Numeric
  1537.  
  1538. RCT  Recent Change Type
  1539.      RCT XX
  1540.      1=1ESS Office
  1541.      1A=1AESS Office
  1542.      2=2ESS (LO1)
  1543.      2E=2ESS (EF1 and EF2)
  1544.      3=3ESS
  1545.      5T=5ESS
  1546.  
  1547. RCW  Recent Change Keyword
  1548.      RCW XX...XX
  1549.      XX...XX=Maximum of 20 Alphanumeric Characters
  1550.  
  1551. RD   Release Date
  1552.      RD MM-DD-YY
  1553.      MM=Month
  1554.      DD=Day
  1555.      YY=Year
  1556.  
  1557. RDG  Message Register Reading
  1558.      RDG XXXX
  1559.      XXXX=Four Numeric Characters
  1560.  
  1561. REC  Record File Name and Number
  1562.      REC FFXXXXXX
  1563.      FF=File Name (Alphanumeric)
  1564.      XXXXXX=Record Number (Maximum of 6 Numeric Characters)
  1565.  
  1566. REP  Reprint Option
  1567.      REP X
  1568.      Y=Yes
  1569.      N=No
  1570.  
  1571. RESP Send a Solicited Response
  1572.      RESP X
  1573.      S=Solicited Response
  1574.  
  1575. REW  Rework Status
  1576.      REW X
  1577.      Y=Yes
  1578.      N=No
  1579.  
  1580. RLF  Re-using DIPs Upper Bound Load Factor
  1581.      RLF X
  1582.      X=1-9
  1583.  
  1584. RLO  Automatic Relay Assignment Present
  1585.      RLO X
  1586.      Y=Yes
  1587.      N=No
  1588.  
  1589. RLY  Miscellaneous Relay
  1590.      RLY XX...XX
  1591.      XX...XX=Maximum of 10 Alphanumeric Characters
  1592.  
  1593. RMK  Remarks on Orders
  1594.      RMK XX...XX
  1595.      XX...XX=Maximum of 28 Alphanumeric Characters
  1596.  
  1597. RMKG Hunt Group Remarks
  1598.      RMKG XX...XX
  1599.      XX...XX=Maximum of 30 Alphanumeric Characters
  1600.  
  1601. RMKO Remarks on Office Equipment
  1602.      RMKO XX...XX
  1603.      XX...XX=Maximum of 12 Alphanumeric Characters
  1604.  
  1605. RMKP Remarks on Cable Pair
  1606.      RMKP XX...XX
  1607.      XX...XX=Maximum of 14 Alphanumeric Characters
  1608.  
  1609. RMKT Remarks on Telephone Number
  1610.      RMKT XX...XX
  1611.      XX...XX=Maximum of 14 Alphanumeric Characters
  1612.  
  1613. RNO  RSS Subentity Number
  1614.      RNO XX
  1615.      XX=01-63
  1616.  
  1617. RTI  Route Index
  1618.      RTI XXXX
  1619.      XXXX=Maximum of 4 Numeric Characters
  1620.  
  1621. RTYP Relay Type
  1622.      RTYP XXX
  1623.      TBA=Tens Block Auxiliary
  1624.      SC=Sleeve Connect
  1625.      AR=Advance
  1626.  
  1627. RTZ  Rate Zone
  1628.      RTZ X
  1629.      X=Numeric
  1630.  
  1631. RW   Recent Change Work
  1632.      RW X
  1633.      N=Recent Change Message not Required
  1634.      C=Recent Change Coordination Required
  1635.  
  1636. RZ   Resistance Zone
  1637.      RZ XX
  1638.      XX=Two Numeric Characters
  1639.  
  1640. SBS  Sub-status
  1641.      SBS X
  1642.      A=Area Transfer
  1643.      C=Cut Through
  1644.      D=Dedicated
  1645.      L=Cut Through and Dedicated
  1646.      !=Blank
  1647.  
  1648. SC   Sleeve Connect Relay
  1649.      SC SYY-ZZZ
  1650.      S=Marker Group (Numeric)
  1651.      YY=Number Group Frame (Numeric)
  1652.      ZZZ=Relay Number (Numeric)
  1653.  
  1654. SE   Special Service Equipment Number
  1655.      SE XX...XX
  1656.      XX...XX=Maximum of 52 Alphanumeric Characters
  1657.  
  1658. SET  Single Entity Tag
  1659.      SET X
  1660.      Y=CP is Served by a Single Entity on a Single Frame
  1661.      !=CP Can be Served by More Than One Entity
  1662.  
  1663. SG   Service Segment
  1664.      SG X
  1665.      B=Business
  1666.      C=Coin
  1667.      D=Data
  1668.      R=Residence
  1669.      S=Special
  1670.  
  1671. SGN  Common Language Segment Number
  1672.      SGN XXX
  1673.      XXX=Maximum of 3 Alphanumeric Characters
  1674.  
  1675. SIS  Special Identifying Telephone Number Supplement
  1676.      SIS XXXX
  1677.      XXXX=Maximum of 4 Numeric Characters
  1678.  
  1679. SIT  Special Identifying Telephone Number
  1680.      SIT XXX-YYY-XXXX
  1681.      X=Numeric
  1682.      Y=Numeric
  1683.  
  1684. SK   Skip Option
  1685.      SK X
  1686.      X=0 or 2-9
  1687.  
  1688. SN   Sequence Number
  1689.      SN XXX
  1690.      XXX=1-999
  1691.  
  1692. SOB  Service Observing Tag
  1693.      SOB XXX
  1694.      XXX=YES or NO
  1695.  
  1696. SS   Suspension Status
  1697.      SS XX
  1698.      DB=Deny Both Ways
  1699.      DI=Deny Incoming
  1700.      DO=Deny Outgoing
  1701.      RS=Restore Suspended Circuit
  1702.      SB=Suspend Both Ways
  1703.      SD=Season Disconnect
  1704.      SI=Suspend Incoming
  1705.      SO=Suspend Outgoing
  1706.      DX=Deny Toll Access Tervice
  1707.  
  1708. SSV  Suspend Service Type
  1709.      SSV XX
  1710.      DO=Deny Outward Service
  1711.      DB=Deny Both Outward and Inward Service
  1712.      DX=Deny Toll Access Service
  1713.      RS=Restore Denied Service
  1714.  
  1715. STAT Order Status
  1716.      STAT XX
  1717.      AC=Pending With no Framd or Installation Completion
  1718.      FC=Pending With Frame Completion but no Installation Completion
  1719.      IC=Pending with Installation Complation but no Frame Completion
  1720.      CC=Completed Orders
  1721.      CA=Canceled Orders
  1722.  
  1723. STAT Facility Status
  1724.      STAT XX
  1725.      AS=All Spare
  1726.      EX=Excluded
  1727.      PC=Pending Connect
  1728.      RS=Reserved
  1729.      SF=Spare Facility
  1730.      UK=Unknown
  1731.      WK=Working
  1732.  
  1733. STAT Load Group Status
  1734.      STAT XX
  1735.      EX=Blocked from all Assignments
  1736.      FU=Open for Dial Transfer Assignments Only
  1737.      PS=Pseudo LEN Assignments Only
  1738.      SO=Open for Service Orders and Work Orders Only
  1739.      WK=Open for All Assignments
  1740.  
  1741. STO  Line Equipment Status
  1742.      STO XX
  1743.      AW=All Working
  1744.      MS=Miscellaneous
  1745.      OF=Official
  1746.      TJ=Trunk and Junctor
  1747.      TS=Test
  1748.      WK=Working
  1749.      PD=Pending Disconnect
  1750.      PK Pending Disconnect/Pending New Connect
  1751.      AS=All Spare
  1752.      EX=Excluded
  1753.      LI=Left-in Disconnect
  1754.      RS=Reserved
  1755.      SF=Spare
  1756.      UK=Unknown
  1757.      PC=Pending Connect
  1758.  
  1759. STP  Cable and Pair Status
  1760.      STP XX
  1761.      AL=All Pairs
  1762.      AD=All Defective
  1763.      AP=All Provisioned
  1764.      AW=All Working
  1765.      DC=Designed Circuit
  1766.      DI=Defective (I=1-9)
  1767.      DM=Designed + SSM
  1768.      DP=Designed + SSP
  1769.      SM=Special Safeguard Measures
  1770.      SP=Special Safeguard Protection
  1771.      SS=Special Status
  1772.      WK=Working
  1773.      AS=All Spare
  1774.      EX=Excluded
  1775.      LI=Left-in Disconnect
  1776.      RS=Reserved
  1777.      SF=Spare
  1778.      UK=Unknown
  1779.      PC=Pending Connect
  1780.      PD=Pending Disconnect
  1781.  
  1782. STT  Telephone Number Status
  1783.      STT XX
  1784.      AU=Auxiliary
  1785.      AW=All Working
  1786.      MS=Miscellaneous
  1787.      NP=Non-published
  1788.      OF=Official
  1789.      TJ=Trunk and Junctor
  1790.      TS=Test
  1791.      WK=Working
  1792.      AS=All Spare
  1793.      AV=Available
  1794.      CM=Changed-Machine Intercept
  1795.      CO=Changed-Operator Intercept
  1796.      DM=Disconnected-Machine Intercept
  1797.      DO=Disconnected-Operator Intercept
  1798.      EX=Excluded
  1799.      RS=Reserved
  1800.      SF=Spare
  1801.      UK=Unknown
  1802.      PC=Pending Connect
  1803.      PD=Pending Disconnect
  1804.      PK=Pending Disconnect/Pending New Connect
  1805.  
  1806. SUBL Sublet Service
  1807.      SUBL XXX-XXXX
  1808.      XXX-XXXX=Telephone Number
  1809.  
  1810. SWC  Set Work Code
  1811.      SWC XXX
  1812.      (See Print Work Code)
  1813.  
  1814. SWG  Switch Group
  1815.      SWG X
  1816.      X=0-2
  1817.  
  1818. SYS  Machine Number
  1819.      SYS XX...XX
  1820.      XX...XX=Maximum of 12 Alphanumeric Characters
  1821.  
  1822. TA   Transfer Assembly
  1823.      TA X
  1824.      Y=Yes
  1825.      N=No
  1826.  
  1827. TAP  Touchtone Assignment Priority Number
  1828.      TAP X
  1829.      X=Numeric
  1830.  
  1831. TBA  TBA Relay
  1832.      TBA XYY-ZZZ
  1833.      X=Marker Group Number (Numeric)
  1834.      YY=Number Group Frame (Numeric)
  1835.      ZZZ=Relay Number (Numeric)
  1836.  
  1837. TBS  TBS Relay
  1838.      TBS XZ-NN
  1839.      X=Marker Group Number (0-9)
  1840.      Z=Relay Number (0-3)
  1841.      NN=Ringing Combination (01-16)
  1842.  
  1843. TC   TO Cable
  1844.      TX XX...XX
  1845.      XX...XX=Maximum of 10 Alphanumeric Characters
  1846.  
  1847. TER  Terminal
  1848.      TER XXXX
  1849.      XXXX=Maximum of 4 Numeric Characters
  1850.  
  1851. TER  Terminal Number
  1852.      TER Y-XXXX-ZZZZ
  1853.      Y=Control Group (Alphanumeric)
  1854.      XXXX=Group Number (Numeric)
  1855.      ZZZZ=Terminal Number (Numeric)
  1856.  
  1857. THG  Thousands Group
  1858.      THG X or
  1859.      THG XXXX
  1860.      X=0-9
  1861.      XXXX=0000,1000,...,9000
  1862.  
  1863. TK   Trunk Cable and Pair Number
  1864.      TK YYYYYY-XXXX
  1865.      YYYYYY=Cable ID (Maximum of 6 Alphanumeric Characters)
  1866.      XXXX=Cable Pair ID (Maximum of 4 Numeric Characters)
  1867.  
  1868. TLI  Telephone Line Identifier
  1869.      TLI XXX-YYY-XXXX
  1870.      X=Numeric
  1871.      Y=Alphanumeric
  1872.  
  1873. TN   Telephone Number
  1874.      TN XXX-XXXX
  1875.      XXX-XXXX=Telephone Number
  1876.  
  1877. TOM  Two or More Non-pending, Non-party Filtered Circuit Facilities
  1878.      TOM XX
  1879.      CP=Cable Pair
  1880.      TN=Telephone Number
  1881.      OE=Office Equipment
  1882.  
  1883. TP   Tie Pair
  1884.      TP YY...YY-XXXX
  1885.      YY...YY=Cable ID (Maximum of 10 Alphanumeric Characters)
  1886.      XXXX=Tie Pair ID (Maximum of 4 Numeric Characters)
  1887.  
  1888. TPR  Taper Code
  1889.      TPR XXXXXX
  1890.      XXXXXX=Maximum of 6 Alphanumeric Characters
  1891.  
  1892. TRE  Transmission Equipment
  1893.      TRE XX...XX
  1894.      XX...XX=Maximum of 17 Alphanumeric Characters
  1895.  
  1896. TT   Telephone Number Type
  1897.      TT X
  1898.      B=POTs Hunting
  1899.      C=Coin
  1900.      G=Complex Service (Direct Inward Dialing, Radio Common Carrier, etc)
  1901.      O=Official
  1902.      Q=Centrex
  1903.      X=POTx Non-hunting
  1904.  
  1905. TTA  Terminating Traffic Area
  1906.      TTA XXX
  1907.      XXX=Maximum of 3 Alphanumeric Characters
  1908.  
  1909. TYP  Switching Type
  1910.      TYP XXX
  1911.      1ES=Number 1ESS
  1912.      2ES=Number 2ESS
  1913.      3ES=Number 3ESS
  1914.      5ES=Number 5ESS
  1915.      RSS=Remote Switching System
  1916.      1XB=Number 1 Cross-bar
  1917.      5XB=Number 5 Cross-bar
  1918.      SXS=Step-by-step
  1919.      DMX=DMS-10
  1920.      DMC=DMS-100
  1921.  
  1922. US   USOC
  1923.      US XXXXX
  1924.      XXXXX=Maximum of 5 Alphanumeric Characters
  1925.  
  1926. USE  Entity Usage
  1927.      USE X
  1928.      G=Growth
  1929.      S=Stable
  1930.  
  1931. VAL  Minimum Valid Hours for Entity Data
  1932.      VAL XX
  1933.      XX=1-99
  1934.  
  1935. WC   Wire Center
  1936.      WC XX
  1937.      XX=Alphanumeric
  1938.  
  1939. WL   Work Location
  1940.      WL Y
  1941.      Y=1-8    or
  1942.      WL XXX
  1943.      ADM=Administrative
  1944.      ACT=Assignment Change Ticket
  1945.      CPC=Special Service Circuits
  1946.      MCT=Maintenance Change Tickets
  1947.  
  1948. WPN  Work Package Number
  1949.      WPN XXXX
  1950.      XXXX=1-9999
  1951.  
  1952. WPT  Work Package Type
  1953.      WPT XXX
  1954.      XXX=Maximum of 3 Alphanumeric Characters
  1955.  
  1956. XN   "X" Number
  1957.      XN XXX-YYXX  or
  1958.      XN XXX-YXX
  1959.      X=Numeric
  1960.      Y=Alphanumeric
  1961.  
  1962. ZN   Zone Location
  1963.      ZN XXX
  1964.      XXX=001-999
  1965.  
  1966. =============================================================================
  1967.  
  1968. ACKNOWLEDGEMENTS
  1969.  
  1970. Skinny Puppy for refreshing my memory
  1971. The Urvile for the "$*" file and further usage of echo
  1972. Bell Laboratories OPA-1Y600-01
  1973.  
  1974.  
  1975.  
  1976. _______________________________________________________________________________
  1977.  
  1978. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  1979.