Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-145
PROCESS_LAUNCH_ Procedure
Structure Definition for output-list
The output-list parameter provides information on the outcome of the
PROCESS_LAUNCH_ procedure call. The structure returned is the same structure as
the nowait PROCESS_LAUNCH_ and PROCESS_CREATE_ completion message.
In the TAL ZSYSTAL file, the structure for the output
-list parameter is defined as:
STRUCT ZSYS^DDL^SMSG^PROCCREATE^DEF (*)
?IF PTAL
FIELDALIGN (SHARED2)
?ENDIF PTAL
;
BEGIN
INT Z^MSGNUMBER;
INT(32) Z^TAG;
STRUCT Z^PHANDLE;
BEGIN
STRUCT Z^DATA;
BEGIN
STRING ZTYPE;
FILLER 19;
END;
INT Z^WORD[0:9] = Z^DATA;
STRUCT Z^BYTE = Z^DATA;
BEGIN STRING BYTE [0:19]; END;
END;
INT Z^ERROR;
INT Z^ERROR^DETAIL;
INT Z^PROCNAME^LEN;
INT Z^RESERVED[0:3];
STRUCT Z^DATA;
BEGIN
FILLER 50;
END;
STRUCT Z^PROCNAME = Z^DATA;
BEGIN STRING BYTE [0:49]; END;
END;