1 :Info: shcs_: 1983-03-31 shcs_
2
3
4 Entry points in shcs_:
5 List is generated by the help command
6
7
8 :Entry: set_force_write_limit: 1983-02-09 shcs_$set_force_write_limit
9
10
11 Function: sets the write limit of the calling process. This limit
12 specifies the maximum number of pages that may be queued for I/O at
13 the same time by calls to hcs_$force_write. The default for this
14 limit is 1.
15
16
17 Syntax:
18 declare shcs_$set_force_write_limit entry fixed bin fixed bin 35;
19 call shcs_$set_force_write_limit npages code;
20
21
22 Arguments:
23 npages
24 is the maximum number of pages that will be allowed to be queued for
25 I/O at the same time. Input
26 code
27 is a standard system status code. Output
28
29
30 :hcom:
31
32
33
34 /****^ HISTORY COMMENTS:
35 1) change2020-05-19GDixon, approve2021-02-22MCR10088,
36 audit2021-05-27Swenson, install2021-05-27MR12.6g-0056:
37 Fix info seg format issues found by verify_info.
38 END HISTORY COMMENTS */
39
40
41