forked from s390guy/vm370
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COBOL.HELPCMD.D1
29 lines (19 loc) · 1.04 KB
/
COBOL.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
COBOL CMS EXEC
Use the COBOL exec to compile COBOL programs using the OS MVT/MFT Cobol V3
compiler described in GC28-6399 which may be downloaded from www.bitsavers.org.
The format of the COBOL command is
+------------+----------------------------------------------------------------+
| COBOL | filename |
+------------+----------------------------------------------------------------+
where:
filename Is the name of a file with filetype COBOL and fixed length 80 byte
records.
Options:
The command does not accept any options but passes the following options to
the COBOL compiler:
Notes:
1. The compiler outputs two files "filename TEXT" containing the generated
object code, and "filename LISTING" which contains the compiler listing
including diagnostic messages.
2. The COBOL runtime is contained in "COB360 TXTLIB Y". Issue a GLOBAL TXTLIB
referencing this file before loading a cobol program.