> a convention you may be familiar with in Assembler or JCL What is going on may be clearer (or may not - a matter of style) if you code something like:
litQuote = "'" logStatus = sysdsn(litQuote||CGENC_LOG||litQuote) Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Paul Gilmartin Sent: Friday, August 26, 2005 6:25 AM To: [email protected] Subject: Re: rexx question In a recent note, Jim McAlpine said: > Date: Fri, 26 Aug 2005 12:11:49 +0100 > > Thanks Thomas, that fixed it. Not writing a lot of rexx, the whole > single, double quotes thing catches me out constantly. > Or, a convention you may be familiar with in Assembler or JCL: logStatus = sysdsn(''''CGENC_LOG'''') ... should work equally well. Think: ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

