This routine changes the current drive to another drive.
Specification
01 drive PIC X. 01 status-code PIC S9(4) COMP-5.
CALL "PC_SET_DRIVE" USING drive RETURNING status-code.
Interface
Specifies a uppercase or lowercase drive character.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure