In <[EMAIL PROTECTED]>, on 08/26/2005
   at 11:43 AM, Jim McAlpine <[EMAIL PROTECTED]> said:

>How do I code the following where CGENC_LOG is a variable so that the
>userid is not added as the hlq of the dataset if tso profile
>prefix(userid) is specified.

>   logStatus = sysdsn(CGENC_LOG)

   logStatus = sysdsn("'"CGENC_LOG"'")

or

   apost="'"
   logStatus = sysdsn(apost||CGENC_LOG||apost)

-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     Atid/2        <http://patriot.net/~shmuel>
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
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

Reply via email to