Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
36 changes: 18 additions & 18 deletions CMSXGEN.HELPCMD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
CMSXGEN CMS EXEC
CMSXGEN Will generate a CMS segnment containing the OS Simulation
routines, the EXEC processor and the CMS Editor.
+-----------------------------------------------------------------+
| Format:- |
| |
| CMSXGEN LOCATION ( SEGNAME ). |
| |
+------------------------------------------------------------------
Where:-
Location - The HEX address at which the Segment is to be loaded
Segname - The name of the Segment to be saved.
CMSXGEN CMS EXEC

CMSXGEN Will generate a CMS segnment containing the OS Simulation
routines, the EXEC processor and the CMS Editor.

+-----------------------------------------------------------------+
| Format:- |
| |
| CMSXGEN LOCATION ( SEGNAME ). |
| |
+------------------------------------------------------------------

Where:-

Location - The HEX address at which the Segment is to be loaded

Segname - The name of the Segment to be saved.

6 changes: 3 additions & 3 deletions CPEREP.HELPCMD
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CPEREP CMS EXEC
CPEREP loads and runs the EREP program. See the Manual for details.
CPEREP CMS EXEC

CPEREP loads and runs the EREP program. See the Manual for details.
48 changes: 24 additions & 24 deletions DOSPLI.HELPCMD
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
DOSPLI CMS EXEC
Calls the DOS PLI Optinmizing compiler if installed
+------------------------------------------------------------+
| Format:- |
| |
| DOSPL1 <source> |
| |
+------------------------------------------------------------+
Where:-
<Source> is the name of a file of type PLI containing the source
Notes:-
1. The CMSDOS environment must be active.
2. Refer to the manual
SC33-0051 DOS PLI Optimizing Compiler - CMS Users Guide
for details of how to use the compiler.
DOSPLI CMS EXEC

Calls the DOS PLI Optinmizing compiler if installed

+------------------------------------------------------------+
| Format:- |
| |
| DOSPL1 <source> |
| |
+------------------------------------------------------------+

Where:-

<Source> is the name of a file of type PLI containing the source

Notes:-

1. The CMSDOS environment must be active.

2. Refer to the manual

SC33-0051 DOS PLI Optimizing Compiler - CMS Users Guide

for details of how to use the compiler.
34 changes: 17 additions & 17 deletions ESERV.HELPCMD
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ESERV CMS EXEC
Prepares the environment the DOS/VS ESERVE utility
The EXEC will perform some housekeeping needed to run the utility.
It also cleans up at the end of the ESERV run.
+-----------------------------------------------------------------+
| Format:-
| ESERV <filename> |
+-----------------------------------------------------------------+
Where:-
filename - The name of the file containing the name of the
control statements as input. It will also be used
as the name of the listing and output files.
ESERV CMS EXEC

Prepares the environment the DOS/VS ESERVE utility

The EXEC will perform some housekeeping needed to run the utility.
It also cleans up at the end of the ESERV run.

+-----------------------------------------------------------------+
| Format:-
| ESERV <filename> |
+-----------------------------------------------------------------+
Where:-

filename - The name of the file containing the name of the
control statements as input. It will also be used
as the name of the listing and output files.

48 changes: 24 additions & 24 deletions FCOBOL.HELPCMD
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
FCOBOL CMS EXEC
Calls the DOS COBOL compiler if installed
+------------------------------------------------------------+
| Format:- |
| |
| FCOBOL <source> |
| |
+------------------------------------------------------------+
Where:-
<Source> is the name of a file of type COBOL containing the source
Notes:-
1. The CMSDOS environment must be active.
2. Refer to the manual:-
SC28-6469 - IBM CMS Users Guide for Cobol
for more details on using FCOBOL
FCOBOL CMS EXEC

Calls the DOS COBOL compiler if installed

+------------------------------------------------------------+
| Format:- |
| |
| FCOBOL <source> |
| |
+------------------------------------------------------------+

Where:-

<Source> is the name of a file of type COBOL containing the source

Notes:-

1. The CMSDOS environment must be active.

2. Refer to the manual:-

SC28-6469 - IBM CMS Users Guide for Cobol

for more details on using FCOBOL
Loading