X-server hold requests, recall-type
- Article Type: Q&A
- Product: Aleph
- Product Version: 20
Question
When a hold request (z37) is created via the hold_req function of the X-server, it's created with z37_recall_type = 03. We want it to be "01".
For WWW requests there is an environment setting in www_server.conf that can be set:
setenv www_z37_recall_type 01
Is there an analogous setting somewhere for X-server hold requests?
Answer
The tab15.eng, col. 13 (TAB15-RECALL), must be set to "Y" for the item's item-status. (Or, if the item has an item-process-status, for that item-process-status.)
Additional Information
The xml_hold_req program (called by www_x_hold_req) has this:
IF TAB15-RECALL = "Y"
THEN
MOVE "01" TO Z37-RECALL-TYPE
ELSE
MOVE "03" TO Z37-RECALL-TYPE
END-IF.
Category: System Management (500)
- Article last edited: 2/25/2015