In a recent note, Dan said:

> Date:         Thu, 29 Dec 2005 14:45:41 -0500
> 
> The SIOT contains a "Quoted Data Set Indicator", SIOTDSQU...
> change id JBB2223 93/05/13.
> It's been around a while.
> 
And how does this get set/unset in the case of dynamic
allocation?  For example in assembler language, one
might code:

    DSNAME   DC    CL44'MY.DATA.SET'

... which would appear always to be quoted.  Likewise in TSO,
is the fully qualified form:

    ALLOCATE DSN('PREFIX.DATA.SET')

... considered to be quoted while

    PROFILE NOPREFIX
    ALLOCATE DSN(PREFIX.DATA.SET)

... is considered to be unquoted?  Etc.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

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