DCL:MATH1:SYSLIB : Internal Variable Management and Message Output: Explanation of Subroutines
Gets an internal variable from runtime option.
rpara = NumRu::DCL.rtpget(cpfix,cps)
cpara = NumRu::DCL.rtcget(cpfix,cps)
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
lpara = NumRu::DCL.rtpenv(cpfix,cp) Gets the value of an environmental variable rpara = NumRu::DCL.rtpopt(cpfix,cp) Gets the value of an command line option lpara = NumRu::DCL.rtpxfl(cpfix,cp) Gets the option value from an external file cpara = NumRu::DCL.rtcenv(cpfix,cp) Gets the value of an environmental variable (character type) cpara = NumRu::DCL.rtcopt(cpfix,cp) Gets the value of an command line option (character type) cval = NumRu::DCL.rtcxfl(cpfix,cp) Gets the option value (character type) from an external file