Subsystem Control Point (SCP) Management Programming Manual
Communicating With an SCP Process
Subsystem Control Point (SCP) Management Programming Manual—520619-001
2-8
Starting an SCP Process Using the
PROCESS_CREATE_ Procedure
file-name:len
is a string containing the name of the SCP program object file. The length of the
string follows the colon.
swap-file:len
is an optional string containing the name of the swap file for the SCP process data
area. The length of the string follows the colon.
ext-swap-file:len
is an optional string containing the name of the swap file for the SCP process
extended data segments. The length of the string follows the colon.
priority
specifies the priority of the process.
cpu
specifies the processor in which the primary process runs.
error-detail
contains additional error information relevant to some errors returned by the
procedure.
error := PROCESS_CREATE_(file-name:len
,
,[swap-file:len]
,[ext-swap-file:len]
,[priority]
,[cpu]
,
,[error-detail]
, name-option
, process-name:len
,
,
,
,[hometerm:len]
,[mem-pages]
,[create-options]);
error := FILE_OPEN_(process-name:len,file-number);
CALL WRITE (file-number,startup-message,message-len);
error := FILE_CLOSE_(file-number);