SDF Public Access TWENEX
[welcome][help][finger][connect][history][sc40][toad][mailing list][song][stats][tops-10][bootcamp][mkacct]

The following were collected from Locke (UW2020) at the University of Washington in 1995

Help is available for the following topics:

1022    4UP     ADUMP   AJ      APLBAS  ARP     ASSIGN  ATTACH  BACKUP  BRACK
CALCOM  CALEND  CANCEL  CDCEOF  CHANGE  COBOL   COMMAN  COMPIL  CONTRO  COSTS
COUNT   CPUNCH  CREATE  DATESW  DDT     DEBUG   DECLAR  DELETE  DEMOS   DETACH
DIRECT  DISK    EBCDIC  ECHO    EMPIRE  FAILSA  FAL     FILES   FORDDT  FORFLO
FORTH   FORTRA  FROM10  GCS     GENCOM  GLIM    GRIPE   GT40    HELP    HLPALL
HLPSQZ  HOLIDA  HPPLOT  IMSL    INDEX   JOB     KDPLDR  KERMIT  KILL    KJOB
LABDMC  LASER   LIBRAR  LINED   LINK    LOGIN   LSTMAI  MAKVIR  MASTER  MCROSS
MONITO  MOUNT   MS      MTA     MTTOPT  MUPPET  NAME    NCP     NETWOR  NFT
NOTICE  NYPLAN  OLDNOT  OMNIGR  OPR     PACMAN  PAL10   PASSWO  PASWRD  PHONES
PLOT    POUT    PUB     QUEUE   REATTA  REDUCE  RENAME  RENBR   RERUN   RSXFMT
RSXRED  SAAM    SAVE    SDPL    SED     SEDONL  SEDOTH  SEE     SEND    SEWER
SIXPRT  SMALL   SORT    SPACIN  SPIKE   STAFF   STATIS  STREK   SUPCAL  SUPSUB
SYSDPY  SYSTEM  TAPCOP  TECMAC  TEK     TEKVEW  TERMIN  TIME    TIP     TO10
TOPS    TREK    TREND   TYPFIL  USERS   USNMRG  VAXTAP  VERIFY  WHO     XVFU

.KJOB
SIXPRT - SIXBIT TO ASCII CONVERSION PROGRAM VER.1.0.1 6/27/72 SIXPRT ALLOWS FOR : -DUMPS OF SIXBIT FILES IN ASCII -NORMAL SIXBIT TO ASCII CONVERSION -MERGING AND CONCATENATION OF SIXBIT FILES INTO SINGLE ASCII FILE -INTERACTIVE TRANSLATION OF SIXBIT FILES (INDIVIDUAL RECORD WINDOWS WITIN RECORDS READING FILES BACKWARDS) -TRANSLATION OF MULTIPLE SINGLE REEL VARIABLE BUFFER OR FIXED BUFFER MAGTAPES File selection: ---- --------- OUTPUT/S=INPUT/S (+ OR ,) INPUT/S (+ OR ,) ... (+ OR ,) INPUT/S Where files seperated by , are processed in parallel files seperated by + are processed in sequence OUTPUT or INPUT is in DEV:NAME.EXT[P,PN] format Switches: Universal switches: /H - Type this text /N - Turn off HEADERS /O - Turn on HEADERS /I - Interactive record translation Input file switches: (# represents a decimal number) /#L - Label record of # words /L - Single record label /#B - Buffers of # words (MTA only) /V - Variable length buffers (MTA only) /#M=MAP - MAP with blocks of # words (512 is default). Map specification is optional (a TMP file will be generated). Map device should be a disk. Interactive record selection: ----------- ------ --------- SIXPRT types [NEXT/START.FINISH/START.FINISH/.../STATUS]: Where NEXT is the next record to be processed START.FINISH are character positions for windows STATUS is /N if HEADERS are off Respond with: FIRST,LAST,INCREMENT/START.FINISH/.../STATUS Where FIRST is the first record to be processed LAST is the last record to be processed INCREMENT indicates how many records to skip START.FINISH are window character positions STATUS may be /N to turn off HEADERS /O to turn on HEADERS /H to type this text /E TO EXIT TO COMMAND LEVEL If FIRST and LAST are entered as signed numbers they are considered as offsets on NEXT as typed by SIXPRT If INCREMENT is negative the file will be read BACKWARDS To clear current window specification type a new specification or /N or /O (note: incorrect specifications will be retained) A word about MAPS - ---- ----- --- SIXPRT permits the user to examine a file under control of a previously created MAP. Therefore all TMP files created by SIXPRT should be deleted or renamed since SIXPRT will attempt to position the next file with a /M with the default MAP. However, SIXPRT will type a warning if the file name, file extension and creation date of a file being read under the default map do not match those of the file orignially mapped. REMARK FOR COMPILATION: COMP SIXPRT.MAC + C.MAC .KJOB .