1 05/05/86 enter_abs_request_
2
3
4 This subroutine is used to request the creation of an absentee process.
5
6
7 Entry points in enter_abs_request_:
8 List is generated by the help command
9
10
11 :Entry: enter_abs_request_: 05/05/86 enter_abs_request_
12
13
14 Function:
15 The enter_abs_request_ entry point adds a request to create an absentee
16 process.
17
18
19 Syntax:
20 dcl enter_abs_request_ entry ptr ptr fixed bin35;
21 call enter_abs_request_ abs_request_info_ptr abs_return_info_ptr
22 code;
23
24
25 Arguments:
26 abs_request_info_ptr
27 is a pointer to the abs_request_info structure described in system
28 include file abs_request_dcls.incl.pl1 that defines the options for
29 this request. Input
30 abs_return_info_ptr
31 is a pointer to the abs_return_info structure described in system
32 include file abs_request_dcls.incl.pl1 that gives information
33 pertaining to the request's status in the queue. Output
34 code
35 is a standard status code. Output