Top
NetCOBOL V11.0 CBL Subroutines User's Guide
FUJITSU Software

4.18 PC_FIND_DRIVES

This routine returns information about usable disk drives.

Specification

Parameter data definition
01  drive-information:  PIC 9(9) BINARY.
Calling format
CALL "PC_FIND_DRIVES"
    USING drive-information.

Interface

drive-information

Specifies the area to store the disk drive information. Bits 0 to 25 correspond to disk drives A: to Z:.

Return code

None