DCL:MATH1:SYSLIB : Internal Variable Management and Message Output: Explanation of Subroutines
Gets an internal variable from runtime option.
CALL RTPGET(CPFIX,CP,IPARA,N)
CALL RTCGET(CPFIX,CP,CPARA,N)
CPFIX (C*(*)) Prefix for a variable name CP (C(*)*8) Name of a variable IPARA (I,R,L(*)) Value of a variable. CPARA (C(*)*80) Value of a variable N (I) Number of internal variables
RTPENV(CPFIX,CP,IPARA) Gets the value of an environmental variable RTPOPT(CPFIX,CP,IPARA) Gets the value of an command line option RTPXFL(CPFIX,CP,IPARA) Gets the option value from an external file RTCENV(CPFIX,CP,CVAL) Gets the value of an environmental variable (character type) RTCOPT(CPFIX,CP,CVAL) Gets the value of an command line option (character type) RTCXFL(CPFIX,CP,CVAL) Gets the option value (character type) from an external file