forked from s390guy/vm370
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PL360.HELPCMD.D1
37 lines (27 loc) · 1.16 KB
/
PL360.HELPCMD.D1
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
PL360 CMS MODULE
Runs the PL360 Compiler.
+-----------------------------------------------------------------------------+
| PL360 | fn-1 [fn-2 ... fn-n] [( options ] |
| | |
| | Options: |
| | LIst|NOLIst LOad|NoLoad Deck|NODeck Print|Noprint |
| | TErm|NOTErm DIsk|NODIsk |
+-----------------------------------------------------------------------------+
where:
fn-1 [fn-2 ... fn-n]
is the filename of the PL360 file, or files to be compiled.
Options:
LIst|NOLIST
enables or disables a source listing.
LOad|NOLoad
controls loading the compiled program.
Deck|NODeck
controls generating an OBJECT deck.
Print|NoPrint
put the output on DISK.
TErm|NOTErm
write diagnostics to the terminal.
DISK|NODISK
put the listing on DISK.
Notes:
1. The user manual is available as PL360MAN LISTING U