Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (M)
Guardian Procedure Calls Reference Manual—522629-013
9-69
MYGMOM Procedure
(Superseded by PROCESS_GETINFOLIST_
MYGMOM Procedure
(Superseded by PROCESS_GETINFOLIST_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
The MYGMOM procedure provides a process that is a member of a batch job with the
process ID of its job ancestor (GMOM). See the
NetBatch User’s Guide for information
on batch processing.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
process-id output
INT:ref:4
is a 4-word array where MYGMOM returns the process ID of the job ancestor in
network form.
Considerations
•
A process may not always have a job ancestor. In that case, zeros are returned.
•
The process ID returned from MYGMOM is suitable for passing directly to any file-
system procedure. (If you pad the process ID with blanks before or after the call to
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL MYGMOM (process-id); ! o