This document covers the following topics:
Display the contents of a specific bulletin board in chronological order.
This subprogram should be invoked iteratively until the return code 77 indicates the end of the list. The Number parameter can be modified between iterative calls.
Note:
This subprogram can be used in conjunction with
Z-GET04.
Parameter | Format | In | Out | Remarks |
---|---|---|---|---|
Return-code | N2 | O | X | Input -1: no ET. |
Bulletin-name | A15 | R | The name of the bulletin board for which you want to display the contents. | |
Start-date | A8 | O | Format yyyymmdd. When you enter an invalid format, it is set to 0. | |
Sequence | N1 | O | 1 (ascending) or 2 (descending). Default: 1. | |
All-objects | A1 | O | If marked, all objects are returned. If blank, only documents are returned. | |
Number | N2 | O | The maximum number of objects that are returned with each call. When you do not specify a value, or when you specify a value greater than 20, the default value 20 is used. | |
Occurrence | N2 | X | Number of objects returned with this call. | |
Bulletin-table (20) | ||||
ISN | P8 | X | The ISN of the object which has been sent to the bulletin board. | |
Subject | A60 | X | The subject of the object which has been sent to the bulletin board. | |
Date-delivered | N8 | X | Format yyyymmdd. The date when the object was delivered to the bulletin board. | |
Sent-by-name | A20 | X | The name of the user who sent the object to the bulletin board. | |
Document-format | A1 | X | Any value other than 0 to 9 indicates that the object is not a document. See Document Formats. | |
Work-parameter | A34 | For internal use. See The Work Parameter. |
00 | Success |
77 | End of list |
90 | Bulletin board name required |
91 | Bulletin board does not exist |
None