File size: 22,463 Bytes
8ecd256 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 | ==Phrack Classic==
Volume Three, Issue 32, File #9 of 12
/-?!?!?!?!?!?!?!?!?!?!?!-\
/EZ?! ?!AH\
/APE?! ?!ZAP\
/AZHP?! RSTS/E ?!EZHA\
/ ZEAH?! ?!PEAZ \
[*>RSTS PZA?! by ?!HPZ LIVES<*]
\ PHEZ?! ?!AHEE /
\HAPE?! Crimson Death ?!ZAPP/
\ZHP?! ?!EZH/
\AH?! ?!PE/
\-?!?!?!?!?!?!?!?!?!?!?!-/
Ok, ok... Just what you wanted... a file of RSTS!!! Hah...
Well.. One would be suprised on how many RSTS systems are still around
on variuos X.25 networks, not to mention they are soooo much fun!
Here is a little list of some various commands that is good to keep
lying around just to use as a reference of just for you nostaglic type
people like me. So enjoy, and if you were never involved in hacking
when RSTS was popular, you really missed something.
-------------------------------------------------------------------------------
*ALLOCATE
The ALLOCATE command reserves a physical device for your use during
the current session and optionally establishes a logical name for
the device. Once a device has been allocated, other users cannot access
the device until you specifically deallocate it or log out. You can
allocate a device only when it is not allocated by another job.
Format
ALLOCATE device-name[:] [logical-name[:]]
Prompts
Device: device-name
See also: ASSIGN, DEALLOCATE
*APPEND
The APPEND command adds the contents of one or more files to the end
of the file you specify. APPEND is similar in syntax and function to
the COPY command.
Format
APPEND [node::]input-file-spec[,...] [node::]output-file-spec
Command Qualifiers Defaults
/[NO]LOG /LOG
/[NO]QUERY /NOQUERY
Prompts
From: input-file-spec[,...]
To: output-file-spec
See also: COPY
*ASSIGN
The ASSIGN command lets you relate a logical name to a directory
or to a physical device. The names you ASSIGN stay in effect until
you log out, or log into another account or until you DEASSIGN the name.
Format
ASSIGN device-name:[[ppn]] logical-name[:]
Prompts
Device: device-name:[[ppn]]
Logical name: logical-name[:]
*BASIC
The BASIC command invokes the BASIC-PLUS or BASIC-PLUS-2 programming
environment, depending on the qualifiers you use and the system's
default. It also prepares RSTS/E for the development of BASIC programs.
Format
BASIC
Command Qualifiers Comments
/BP2 Invokes the BASIC-PLUS-2
programming environment
/BPLUS Invokes the BASIC-PLUS
programming environment
All subsequent commands are interpreted as BASIC programming commands,
until you type the following command to return to the DCL keyboard
monitor: DCL <ret>
*CCL
Format
CCL ccl-command
The Concise Command Language (CCL) allows you to enter a command name
rather than type RUN and a program name.
You can type CCL commands directly after DCL's dollar prompt ($).
The format of the CCL command is defined by your system manager.
For details about the use of a CCL command, refer to the
documentation written for your site.
When you are using the DCL Keyboard Monitor, DCL commands take
precedence over CCL commands. If your system manager gives a CCL
command the same name as a DCL command, you must type the prefix
"CCL" a space, and the CCL command itself.
For example, a CCL command name "DIRECTORY" and the DCL command
"DIRECTORY" may produce different results depending on how the CCL
command works at your site. To use the CCL version, type:
$ CCL DIRECTORY <ret>
*COBOL
The COBOL command compiles a COBOL-81 program. (Only one source file at a
time can be compiled with COBOL-81.)
Format:
COBOL file-spec
Qualifiers Defaults
/[NO]ANSI_FORMAT
/[NO]CHECK
/[NO]CROSS_REFERENCE
/LIST[=listfile] /NOLIST
/NOLIST
/[NO]MAP
/NAMES=aa /NAMES=SC
/OBJECT[=objfile] /OBJECT
/NOOBJECT
Prompts
File: file-spec
See also: LINK
*COPY
The COPY command duplicates one or more existing files.
You can use COPY to:
- copy one file to another file
- merge (concatenate) more than one file into a single file
- copy a group of files to another group of files
Format
COPY [node::]input-file-spec[,...] [node::]output-file-spec
Qualifiers Defaults
/ALLOCATION=n
/[NO]CONTIGUOUS (N)
/[NO]LOG (N) /LOG
/[NO]OVERLAY /NOOVERLAY
/PROTECTION=n
/[NO]QUERY (N) /NOQUERY
/[NO]REPLACE (N) /NOREPLACE
(N) denotes a qualifier that you can use in network operations.
Prompts
From: input-file-spec[,...]
To: output-file-spec
*CREATE
The CREATE command allows you to enter text and save it as a file.
Format
CREATE file-spec
Prompts
File: file-spec
Once you have entered the file-spec, press RETURN and you may start
typing text. Press <CTRL/Z> when you have finished entering text.
Command Qualifiers
/ALLOCATION=n
/[NO]CONTIGUOUS
/PROTECTION=n
/[NO]REPLACE
See also: EDIT
*DEALLOCATE
The DEALLOCATE command releases a device that you reserved for private
use, so that other users may have access to it. (However, DEALLOCATE
does not deassign any logical name you may have set up for the device.)
Format
DEALLOCATE device-name[:]
Command Qualifiers Defaults
/ALL none
Prompts
Device: device-name[:]
See also: ALLOCATE
*DEASSIGN
The DEASSIGN command cancels logical name assignments you made with
the ASSIGN or ALLOCATE commands.
Format
DEASSIGN [logical-name[:]]
Command Qualifiers Defaults
/ALL
Prompts
Logical name: logical-name[:]
See also: ASSIGN, DEALLOCATE
*DELETE/ENTRY
The DELETE/ENTRY command deletes jobs from the queue that have not
yet begun processing or jobs that are currently being processed.
Format
DELETE/ENTRY=job-number [queue-name[:]]
Command Qualifiers Defaults
/BATCH
Prompts
Queue: queue-name[:]
If you do not specify a queue name, LP0: is assumed.
See also: PRINT, SUBMIT, DELETE/JOB, SET QUEUE/ENTRY
*DELETE/JOB
The DELETE/JOB command uses the name of a job to cancel a request
to the print or batch queue.
Format
DELETE/JOB=job-name [queue-name[:]]
Command Qualifiers Defaults
/BATCH
For example, if you decide after you make your print request that you
do not want a hard copy of the file after all, you can use the
DELETE/JOB command to withdraw your request. (If the file is printed
before you enter the DELETE/JOB command, your request is too late.
However, it works if your file is in the middle of printing: the file
stops printing.)
See also: PRINT, SUBMIT, DELETE/ENTRY, SET QUEUE/JOB
*DELETE
The DELETE command permanently removes a file from your account.
Format
DELETE [node::]file-spec[,...]
Command Qualifiers Defaults
/BEFORE=date
/CREATED /CREATED
/[NO]LOG /LOG
/MODIFIED
/[NO]QUERY /NOQUERY
/SINCE=date
Prompts
File: [node::]file-spec[,...]
*DIBOL
The DIBOL command compiles a DIBOL-11 program. You can include up to
six source file specifications to be compiled into a single object
file with the DIBOL compiler.
Format
DIBOL filespec[,...]
File Qualifiers Defaults
/LIST[=listfile] /NOLIST
/NOLIST
/OBJECT[=objfile] /OBJECT
/NOOBJECT
/WARNINGS /WARNINGS
/NOWARNINGS
See also: LINK
*DIFFERENCES
The DIFFERENCES command compares two files and lists any sections
of text that differ between the two files.
Format
DIFFERENCES input-file-spec compare-file-spec
Command Qualifiers Defaults
/IGNORE=BLANKLINES
/MATCH=size /MATCH=3
/MAXIMUM_DIFFERENCES=n
/OUTPUT[=file-spec]
Prompts:
File 1: input-file-spec
File 2: compare-file-spec
*DIRECTORY
The DIRECTORY command displays information about files.
Use the TYPE command to display the contents of individual files.
Format
DIRECTORY [node::][file-spec[,...]]
Command Qualifiers Defaults
/BEFORE=date
/BRIEF /BRIEF
/CREATED /CREATED
/DATE[=CREATED] /NODATE
[=MODIFIED]
[=ALL]
/NODATE
/FULL /BRIEF
/MODIFIED /CREATED
/OUTPUT=outfile
/[NO]PROTECTION /PROTECTION
/SINCE=date
/SIZE[=ALLOCATION] /SIZE=USED
[=USED]
/NOSIZE
/TOTAL
*DISMOUNT
Releases a disk or tape previously accessed with a MOUNT command.
You issue this command before you take the drive off line, or before
you physically dismount the tape or disk.
The DISMOUNT command deallocates the device if it was allocated to
you. (On some systems, dismounting a disk requires privileges.)
You cannot DISMOUNT a device if there are open files on it. If you
try, RSTS/E displays the message:
?Account or device in use
Format
DISMOUNT device-name[:] [label]
Prompts
Device: device-name[:]
See also: MOUNT, DEALLOCATE
*EDIT
The EDIT command starts the EDT editor program, which lets
you create and edit text files.
Format
EDIT file-spec
Command Qualifiers Defaults
/COMMAND[=file-spec] /COMMAND=EDTINI.EDT
/NOCOMMAND /COMMAND=EDTINI.EDT
/JOURNAL[=file-spec] /JOURNAL
/NOJOURNAL /JOURNAL
/OUTPUT[=outfile] /OUTPUT
/NOOUTPUT /OUTPUT
/[NO]READ_ONLY /NOREAD_ONLY
/[NO]RECOVER /NORECOVER
/EDT /EDT
Prompts
File: file-spec
*FORTRAN
The FORTRAN command compiles up to six FORTRAN source files into
a single object file.
There are three FORTRAN compilers available on RSTS/E:
Command Invokes
FORTRAN/FOR FORTRAN-IV
FORTRAN/F4P FORTRAN-IV-PLUS
FORTRAN/F77 FORTRAN-77
FORTRAN/F77 is the default, unless your system manager has changed it.
Qualifiers which you may use with FORTRAN-IV are as follows:
Format
FORTRAN/FOR file-spec[,...]
Command Qualifiers
/CODE:EAE
EIS
FIS
THR
/[NO]D_LINES
/[NO]I4
/[NO]LINENUMBERS
/LIST[=listfile]
/NOLIST
/[NO]MACHINE_CODE
/OBJECT[=objfile]
/NOOBJECT
/[NO]OPTIMIZE
/[NO]WARNINGS
Qualifiers which you may use with FORTRAN-IV-PLUS or FORTRAN-77
are as follows:
Format
FORTRAN/F4P file-spec[,...] or FORTRAN/F77 file-spec[,...]
Command Qualifiers Defaults
/[NO]CHECK /CHECK
/CONTINUATIONS=n /CONTINUATIONS=19
/[NO]D_LINES /NOD_LINES
/[NO]I4 /NO14
/LIST[=listfile] /NOLIST
/NOLIST
/[NO]MACHINE_CODE /NOMACHINE_CODE
/OBJECT[=objfile] /OBJECT
/NOOBJECT
/[NO]WARNINGS /WARNINGS
/WORK_FILES=n /WORK_FILES=2
Prompts
File: file-spec[,...]
See also: LINK
*HELP
Help can be obtained on a particular topic by typing:
HELP topic subtopic subsubtopic
A topic can have the following format:
1) An alphanumeric string (e.g. a command name, option, etc.)
2) Same preceded by a "/"
3) The match-all symbol "*"
Example:
HELP COPY
The RSTS/E DCL User's Guide contains a complete description of all
DCL commands supported on RSTS/E.
*INITIALIZE
Deletes any data on a tape and writes a new label.
The INITIALIZE command allocates the tape drive if it is not
already allocated.
Format
INITIALIZE device-name[:] [label]
Qualifiers
/FORMAT=ANSI
/FORMAT=DOS
/DENSITY=nnn
Prompts
Device: magtape[:]
Label: [label]
See also: MOUNT, DISMOUNT
*LINK
The LINK command links together object files to produce an
executable program. You can also specify an overlay structure
for the program.
Format
LINK file-spec[,...]
Language Qualifiers Comments
Only one of the following may be specified:
/BASIC or /BP2 BASIC-PLUS-2
/COBOL or /C81 COBOL-81
/DIBOL
/F4P FORTRAN-IV-PLUS
/F77 FORTRAN-77
/FORTRAN FORTRAN-IV
/RT11 MACRO/RT11
If no language qualifier is specified, /BASIC (for BASIC-PLUS-2)
is assumed, unless your system manager has changed the default.
Additional
Command Qualifiers Defaults
/EXECUTABLE[=file-spec] /EXECUTABLE
/NOEXECUTABLE
/[NO]FMS /NOFMS
/MAP[=file-spec] /NOMAP
/NOMAP
/STRUCTURE
/[NO]DMS /NODMS
Prompts
Files: file-spec
If /STRUCTURE was specified, you will be
prompted for the names of the input files
and overlay structure to use, e.g.,
ROOT files: file-spec[,...]
Root PSECTs: [PSECT-name[,...]]
Overlay: [file-spec[,...][+]]
You can specify /STRUCTURE if the program is written in
BASIC-PLUS-2, DIBOL, FORTRAN-IV-PLUS, or FORTRAN-77. You
cannot specify /STRUCTURE if the program is written in
COBOL, FORTRAN-IV, or MACRO/RT11.
See also: COBOL, DIBOL, BASIC, MACRO, FORTRAN
*LOGOUT
The LOGOUT command ends your session at the terminal.
Format
[LO]GOUT
Command Qualifiers
/BRIEF
/FULL (default)
If you include the /BRIEF qualifier after the LOGOUT command,
RSTS/E ends your session at the terminal without displaying a
message. If you include the /FULL, or simply type LOGOUT, RSTS/E
displays information about the status of your account.
*MACRO
Invokes a MACRO-11 assembler. You can include up to six file
specifications with the MACRO command.
On RSTS/E you can use either MACRO/RT11 or MACRO/RSX11. The default
is MACRO/RSX11 unless your system manager has changed it.
Format
MACRO/RT11 filespec[,...]
OR
MACRO/RSX11 filespec[,...]
Command Qualifiers
/LIST[=listfile]
/NOLIST
/OBJECT[=objfile]
/NOOBJECT
File Qualifiers
/LIBRARY
See also: LINK
*MOUNT
The MOUNT command prepares a tape or disk for processing by system
commands or user programs. (You do not always have to MOUNT a tape
before using it.) On some systems, mounting a disk requires privilege.
Format
MOUNT device-name[:] [label]
Command Qualifiers Defaults
/[NO]WRITE /WRITE
Qualifiers for Tapes Defaults
/FORMAT=ANSI
/FORMAT=DOS
/FORMAT=FOREIGN
/DENSITY=nnn
Prompts
Device: device-name[:]
Label: volume-label
See also: DISMOUNT, INITIALIZE, ALLOCATE
*PRINT
The PRINT command queues a file for printing, either on a default
system printer or on a device you specify. A queue is the list of
files to be printed.
Format
PRINT file-spec[,...]
Command Qualifiers Defaults
/AFTER=date-time
/FORMS=type /FORMS=NORMAL
/JOB_COUNT=n /JOB_COUNT=1
/NAME=job-name
/PRIORITY=n
/QUEUE=queue-name[:] /QUEUE=LP0:
File Qualifiers Defaults
/COPIES=n /COPIES=1
/[NO]DELETE /NODELETE
Prompts
File: file-spec[,...]
See also: DELETE/JOB, SET QUEUE/JOB
*RENAME
The RENAME command changes the file name or file type of an
existing file.
Format
RENAME old-file-spec[,...] new-file-spec
Qualifiers Defaults
/[NO]LOG /LOG
/[NO]QUERY /NOQUERY
/[NO]REPLACE /NOREPLACE
/PROTECTION=n /PROTECTION=60
Prompts
From: input-file-spec[,...]
To: output-file-spec
See also: COPY, DELETE
*REQUEST
The REQUEST command displays a message at a system operator's terminal.
Format
REQUEST message-text
When you use the REQUEST command to send a message to an operator,
the message is displayed at the operator services console.
*RUN
The RUN command runs an executable file.
Format
RUN file-spec
Prompts
Program: file-spec
*SET HOST
The SET HOST command lets you log into another computer from the
system you first logged into.
Format
SET HOST node[::]
Prompts
Node: node-name
*SET PROTECTION
The SET PROTECTION command specifies the protection code of a file.
You assign a protection code to determine who else, if anyone, can
have access to your files.
Format
SET PROTECTION[=n] [file-spec,...]
Qualifiers
/DEFAULT
/[NO]QUERY
/[NO]LOG
Prompts
Protection code: n
Files: file-spec
If you use SET PROTECTION/DEFAULT, RSTS/E assigns the protection
code you specify to all files you create during the current session.
However, do not include a file specification when you use
the /DEFAULT qualifier.
*SET QUEUE/ENTRY
The SET QUEUE/ENTRY command changes the status of a file that is queued
for printing or for batch job execution but is not yet processed by the
system.
Format
SET QUEUE/ENTRY=sequence-number [queue-name[:]]
Additional
Command Qualifiers Defaults
/AFTER=date-time none
/BATCH
/FORMS=type
/HOLD
/JOB_COUNT=n
/PRIORITY=n
/RELEASE
If you do not specify a queue name, LP0: is assumed.
See also: DELETE/ENTRY, SET QUEUE/JOB
*SET QUEUE/JOB
The SET QUEUE/JOB command uses the name of a job to modify the status
of a file that is queued for a printer or batch queue.
Format
SET QUEUE/JOB=job-name [queue-name[:]]
Command Qualifiers Defaults
/AFTER=date-time None.
/BATCH
/FORMS=type
/HOLD
/JOB_COUNT=n
/PRIORITY=n
/RELEASE
When you submit a batch job or issue the PRINT command, the job is
assigned a name, according to the first input file specification or
the name you specify. You can use this name to modify the status of
the job in the queue.
See also: DELETE/JOB, SET QUEUE/ENTRY
*SET TERMINAL
The SET TERMINAL command lets you specify the characteristics of your
terminal. Privileged users can also set the characteristics of other
terminals.
Format
SET TERMINAL [device-name[:]]
Command Qualifiers Defaults
/[NO]BROADCAST /NOBROADCAST
/CRFILL[=n] /CRFILL=0
/[NO]ECHO /ECHO
/[NO]HARDCOPY
/LA34
/LA36
/LA38
/LA120
/[NO]LOWERCASE
/PARITY=EVEN /NOPARITY
ODD
/NOPARITY
/[NO]SCOPE
/SPEED=n
/SPEED=(i,o)
/[NO]TAB /NOTAB
/[NO]TTSYNC /TTSYNC
/[NO]UPPERCASE
/VT05
/VT52
/VT55
/VT100
/WIDTH=n
See also: SHOW TERMINAL
*SHOW DEVICES
The SHOW DEVICES command displays the status of devices
that have disks mounted on them or that are allocated to jobs.
See also: MOUNT, ALLOCATE
*SHOW QUEUE
The SHOW/QUEUE command displays a list of entries in the printer
and/or batch job queues.
Format
SHOW QUEUE [queue-name[:]]
Command Qualifiers
/BATCH
/BRIEF
Queue: queue-name[:]
To display the queue of your system's default printer, type:
$ SHOW QUEUE
If there are no files in the queue, RSTS/E prints a message
similar to:
LP0 queue is empty
*SHOW NETWORK
The SHOW NETWORK command displays the systems you can connect
to by the network. If the network is operational, RSTS/E displays
the names of different nodes that your system can access.
Format
SHOW NETWORK
See also: SET HOST
*SHOW SYSTEM
The SHOW SYSTEM command displays information about use of the
system's resources. Specifically, it displays information about
the status of all jobs, attached and detached, in use on the system.
Format
SHOW SYSTEM
The only difference between SHOW SYSTEM and SHOW USERS is that the
SHOW SYSTEM command includes information about the status of detached
jobs.
See also: SHOW USERS
*SHOW TERMINAL
The SHOW TERMINAL command displays the characteristics of your
terminal. Most of these characteristics can be changed with a
corresponding option of the SET TERMINAL command. (Users with
privileged accounts can display the characteristics of other terminals.)
Format
SHOW TERMINAL [device-name[:]]
See also: SET TERMINAL
*SHOW USERS
The SHOW USERS command displays information about the status of
attached jobs on the system.
Format
SHOW USERS
See also: SHOW SYSTEM
*SUBMIT
The SUBMIT command enters one or more control files for batch processing.
Format
SUBMIT file-spec[,...]
Command Qualifiers Defaults
/AFTER=date-time
/NAME=job-name
/PRIORITY=n /PRIORITY=128
/QUEUE=quename
File Qualifiers Defaults
/[NO]DELETE /NODELETE
Prompts
File: file-spec[,...]
See also: DELETE/JOB, SET QUEUE/JOB
*TYPE
The TYPE command displays the contents of a text file (as opposed
to a binary or temporary file).
Format
TYPE [node::]file-spec[,...]
Command Qualifiers Defaults
/OUTPUT=file-spec /OUTPUT=KB:
/[NO]QUERY /NOQUERY
Prompts
File: file-spec[,...]
To temporarily halt the display of a file, use <CTRL/S>. To resume
output where it was interrupted, use <CTRL/Q>. (On a VT100 terminal
you can also press the NO SCROLL key to stop and restart output.)
To suppress the display but continue command processing, use <CTRL/O>.
If you press <CTRL/O> again before processing is completed, output
resumes at the current point in command processing.
To stop command execution entirely, press <CTRL/C>. The use of
<CTRL/C> returns you to DCL command level.
See also: COPY
------------------------------------------------------------------------------
Hope that this file brought back memories for you guys. It did for me! 8^]
Crimson Death
_______________________________________________________________________________
|