RMNLIB

(EXDB)

BASE


INTEGER FUNCTION EXDB (TITLE, VERSION, IOPCODE)


ARGUMENTS

OUT

IN


DESCRIPTION

This function is usually called in the beginning of a program (for research or operations) that would allow the program to obtain the "CMC date time stamp" given a letter code defined in the function IOPDATM.

EXAMPLE

        program try
        external exdb,exfin
        integer exdb,exfin,i,j
c       The code from IOPDATM must be in capital letters
c       ie: 'OUI','NON','OPRUN', etc.
        i=exdb('try','v10.1','OUI')
        do 100 i=1,10000
           j=j+j/i
  100   continue
        i=exfin('try','v10.1','NON')
        end

SEE ALSO

exfin

Return to RPN home page