COBOL Manual for TNS and TNS/R Programs

Introduction
HP COBOL Manual for TNS/E Programs520347-003
1-8
Executing Loadfiles
Executing Loadfiles
Guardian Environment
OSS Environment
From ... Use ... For more information, see ...
A terminal TACL command RUN or
RUND
RUN or RUND Command
An executing program TS/MP transaction-
processing software
TS/MP System Management
Manual
An executing COBOL
process (execute the
loadfile as a separate
process)
CREATEPROCESS routine
(to create a low-PIN
process)
CLU_PROCESS_CREATE_
routine (to create a high-PIN
process)
CRE Programmer’s Guide
From ... Use ... For more information, see ...
A terminal Name of the executable file
(type it and press the return
key). The current directory
must be in your search
path.
Running HP COBOL Programs
An executing COBOL
process (execute the
loadfile as a separate
process)
OSS process create
function fork() or
tdm_fork(2)
Open System Services
Programmer’s Guide