SORT.HLP General command format for SORT and MERGE: VERB/GLOBAL-SW... IN.FIL/LOCAL-SW,... OUT.FIL/LOCAL-SW... Shortest command format: S/R:n/K:n,m IN OUT Verbs are: EXIT takes no arguments HELP takes no arguments MERGE see below PUSH (to EXEC) RUN (program) file-spec SORT see below TAKE (commands from) file-spec (logging output on) file-spec SORT and MERGE Switches are: /RECORD: n = record size /KEY:,,.. the first two arguments are mandatory position of first key character length of the key ALPHANUMERIC key data type ASCENDING key collating order COMP1 key data type COMP3 key data type COMPUTATIONAL key data type DESCENDING key collating order FORMAT:a. key data type, a. is FORTRAN format descriptor a = D decimal floating point, double precision E decimal floating point, single precision F decimal fixed point G general = KEY length = number of decimal places Gfloating key data type NUMERIC key data type SIGNED key operational sign is to be used UNSIGNED key operational sign is to be ignored /ASCII recording mode /BINARY recording mode /EBCDIC recording mode /SIXBIT recording mode /AFTER-ADVANCING write ASCII record after /ALIGNED word align all ASCII output records /BEFORE-ADVANCING write ASCII record before /BLOCKED: COBOL blocking factor /FIXED fixed length records /FORTRAN FORTRAN type data file /NOCRLF read and write ASCII records with no /RANDOM same as /FIXED /SEQUENTIAL same as /VARIABLE /VARIABLE variable length records /BUFFER-PAGES: number of pages for IO buffers /CHECK When merging check the sequence of the input records /COLLATE: is one of the following: ASCII collating sequence EBCDIC collating sequence FILE:file-spec LITERAL:/collating-sequence/ first char after colon is delimeter ADDRESS: octal address /ERROR-RETURN: octal address /FATAL-ERROR-CODE: octal address /LEAVES: is the number of records to keep in main memory /MAX-TEMP-FILES: is the max. number of temporary files to use. /PHYSICAL do not use logical names /SUPPRESS-ERROR: is one of the following: ALL FATAL INFORMATION NONE WARNING /TEMPORARY-AREAS:directory-name,... /ANSI-ASCII alias STANDARD ASCII for mag-tape /DENSITY: is one of the following: 800 1600 6250 SYSTEM-DEFAULT /INDUSTRY industry compatible (8 bit) mode for mag-tape /LABEL: is one of the following: ANSI DEC IBM NONSTANDARD OMITTED STANDARD /PARITY: is one of the following: EVEN ODD /POSITION:n position to the n'th file on multi-file tape /REWIND before use /UNLOAD after use /APPEND output to existing file (RMS only) /RMS use RMS to write output file /ORGANIZATION: is one of the following: LINE-SEQUENCE-ASCII RELATIVE SEQUENTIAL STREAM-ASCII [END OF SORT.HLP]