Two typo corrections, for which I apologize: o RTETURN ==> RETURN
o IF ARG = NULL then RETURN(SYSNULL) ELSE RETURN (ARG) ; ==> IF ARG = NULL then RETURN(SYSNULL) ; ELSE RETURN (ARG) ; John Gilmore, Ashland, MA 01721 - USA ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
