| United States-English |
|
|
|
![]() |
HP OpenVMS Systems Documentation |
HP COBOL
|
|||||||||||||||||||||||||||||||||||||||||||||
| Previous | Contents | Index |
The PADDING CHARACTER clause specifies the character to be used to pad blocks in sequential files.
pad-char
is a one-character nonnumeric literal or the data-name of a one-character data item. The data-name can be qualified.
The PADDING CHARACTER clause is for documentation only.
4.2.8 RECORD DELIMITER (OpenVMS)
The RECORD DELIMITER clause indicates the method of determining the length of a variable record on the external medium. It is for documentation only.
On OpenVMS, STANDARD-1 is the I/O system (OpenVMS Record Management System [RMS]) default for tape files. It is the method used for determining the length of a variable-length record. This method is specified in the American National Standard X3.27-1978, "Magnetic Tape Labels and File Structure for Information Interchange," and International Standard 1001 1979, "Magnetic Tape Labels and File Structure for Information Interchange."
For OpenVMS systems, refer to the OpenVMS Record Management Services Reference Manual for more
information. <>
4.2.9 RESERVE
On OpenVMS systems, the RESERVE clause specifies the number of input-output buffers for a file. <>
On Tru64 UNIX systems, RESERVE is for documentation purposes only. <>
reserve-num
is an integer literal from 1 to 127. It specifies the number of input-output areas for the file.
On OpenVMS systems, if there is no RESERVE clause, the number of input-output areas equals the I/O system default.
For OpenVMS systems, two DCL commands change and display the defaults for block count: SET RMS DEFAULT and SHOW RMS DEFAULT. The number of areas is stored in the MBF field of the RAB.
Refer to the RMS documentation for field RAB$B_MBF. <>
4.2.10 I-O-CONTROL
The I-O-CONTROL paragraph specifies the input-output techniques to use for a file.
On Tru64 UNIX systems, a number of the elements in the I-O-CONTROL paragraph are for documentation only. See the Technical Notes for more information. <>
extend-amt
is an integer from 0 to 65,535. It specifies the number of blocks in each extension of a disk file.file-name
is the internal name of a file connector. Each file-name must have a file description (or Sort-Merge File Description) entry in the Data Division. The same file-name cannot appear more than once in the FILE-CONTROL paragraph.preall-amt
is an integer from 0 to 4,294,967,295. It specifies the number of blocks to initially allocate when the program creates a disk file.window-ptrs
is an integer from 0 to 127. Its value can also be 255. It specifies the number of retrieval pointers in the window that maps the disk file.same-area-file
names a file described in a Data Division file description entry to share storage areas with every other same-area-file.rec-count
is an integer specifying the number of records to process before writing the rerun information.clock-count
is an integer specifying an interval of time to elapse before writing the rerun information.condition-name
names a switch status which, when set, causes the rerun information to be written. The switch is defined in the Section 4.1.3 paragraph of Section 4.1, CONFIGURATION Section.multiple-file
is a file described in a Data Division file description. It specifies that the file shares storage on a reel/unit device with other files. No more than 255 files can be specified.pos-integer
is an integer from 1 to 255. It specifies the relative location of a file on a tape that contains multiple files.
| Phrase | File Type |
|---|---|
| EXTENSION | Disk file |
| FILL-SIZE | Indexed organization |
| LOCK-HOLDING | Disk file |
| MASS-INSERT | Indexed organization |
| PREALLOCATION | Disk file |
| PRINT-CONTROL | Sequential organization |
| WINDOW | Disk file |
| Procedure Division Options Required by the Manual Record-Locking Facility (Hewlett-Packard Standard) | ||
|---|---|---|
| I/O Operation |
ALLOWING ... | *REGARDLESS OF LOCK |
| OPEN | X | N/A |
| READ | X | X |
| REWRITE | X | N/A |
| START | X | X |
| WRITE | X | N/A |
X---Required
N/A---Not Applicable
*---If the ALLOWING option is not specified
| Previous | Next | Contents | Index |
| ** About PDF files: The PDF files on this Web site can be read online or printed using Adobe® Acrobat® Reader. If you do not have this software installed on your system, you may download it from the Adobe Web site. | ||
|
|||||||||||||||