The following RM/COBOL routines are available in this COBOL system.
C$Century Updates your COBOL programs to handle the year 2000 issue.
C$ConvertAnsiToOem Converts a buffer containing ANSI characters to a buffer containing the corresponding OEM characters.
C$ConvertOemToAnsi Converts a buffer containing OEM characters to a buffer containing the corresponding ANSI characters.
C$DARG Returns information about a parameter passed in the USING or GIVING phrases of the CALL statement that called a subprogram.
C$Delay Relinquishes the CPU for a length of time specified in seconds.
C$GetEnv Returns the value of an environment variable.
C$GetLastFileName Retrieves the last filename used in a COBOL I/O statement (including OPEN and CLOSE).
C$GetLastFileOp Retrieves the last COBOL I/O operation performed.
C$GetNativeCharset Retrieves information about the native character set in effect for the current run unit.
C$LogicalAnd Performs a bitwise logical AND operation on two or more non-numeric or numeric operands.
C$LogicalComplement Performs a bitwise logical One's Complement operation on a non-numeric or numeric operand.
C$LogicalOr Performs a bitwise logical OR operation on two or more non-numeric or numeric operands.
C$LogicalXor Performs a bitwise logical exclusive OR operation on two or more non-numeric or numeric operands.
C$LogicalShiftLeft Performs a logical shift left operation on a non-numeric or numeric operand.
C$LogicalShiftRight Performs a logical shift right operation on a non-numeric or numeric operand.
C$NARG Returns the number of parameters passed in the USING phrase of a CALL statement to the subprogram that contains the call to
C$NARG.
C$OSLockInfo Returns the process ID of the process that has the record locked when a lock request fails. This routine should be called
immediately after a lock request has failed.
C$SecureHash Produces a 20-byte message digest from an input text string using the secure hash algorithm (SHA-1).
C$SetEnv Sets or clears the value of an environment variable.
C$RERR Returns the expanded I/O completion status, based on an error code received at run-time.