If I using the following JCL to create a SMS dataset (explicitly but
not ACS
control) , the dataset allocated to non-sms volume.
IEBDG EXEC PGM=IEBDG
SYSPRINT DD SYSOUT=*
OUT DD DSN=SSMD.TESTXX,DISP=(,CATLG),
UNIT=(SYSDA,2),STORCLAS=SC4G,DATACLAS=DC4G,
SPACE=(CYL,(2,10),RLSE),
DCB=(RECFM=FB,LRECL=900,BLKSIZE=0)
That is strange. Any dataset with a STORCLAS will be SMS managed, so
the only way that this could result in a non-SMS dataset is if your ACS
routines are blanking out the STORCLAS. So your storclas ACS routine IS
getting involved with this allocation.
--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com
----------------------------------------------------------------------
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