Re: SMS PUZZLE



Barry,

To confirm, the ACS that I posted is the current version. I am still unable to figure out which WHEN condition is kicking in. When I coded the unit & volser, the dsn was allocated on the non-SMS pack. When I coded the only unit=3390, SMS directed the dsn to a SMS managed dasd.

Below is my jcl that I used to test the allocation :

//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DUMMY
//SYSUT2 DD DSN=TEST.TESTING.UNI3390.VOLSER,UNIT=3390,
// VOL=SER=SIPLAB,
// DISP=(,CATLG,DELETE),SPACE=(TRK,(1,1))
//SYSPRINT DD SYSOUT=*

//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DUMMY
//SYSUT2 DD DSN=TEST.TESTING.UNI3390,UNIT=3390,
// DISP=(,CATLG,DELETE),SPACE=(TRK,(1,1))
//SYSPRINT DD SYSOUT=*
//*

If you can think of something that I should try, please let me know.

Thanks again.

"Schwarz, Barry A" <barry.a.schwarz@xxxxxxxxxx> wrote:
...You need to look at the allocation request (probably in the JCL) and
determine which WHEN is the first to evaluate TRUE. That will tell you
why the dataset is or is not SMS managed. It would also be worth
checking if the ACS routine you posted is the one in actual use. If you
still cannot resolve the problem, post the complete DD statement or
other source of the allocation.

________________________________



---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

.



Relevant Pages

  • Re: Jcl
    ... //SYSTSPRT DD DUMMY ... check for those for your JCL logic. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Change DD SPACE-Allocation at runtime
    ... OPEN-J and modifying the JFCB at execution time, ... question really was how to do this without changing the JCL. ... If you do NOT like the allocation you can delete the data set in question and use dynamic allocation to allocate the data set the way you want to. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • RE: IEC151I A13-10
    ... The "ddname" allocation in the message text, likely from the JCL, may also ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: VTS allocation & performance problems
    ... Is the combination of VTS and MIA so rare? ... How do we cause a specific allocation to go to the local VTCs (for ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Another BIG Mainframe Bites the Dust
    ... Back in the early 80s MVS 3.7, I believe the IPS and the dispatcher were not all together good at dispatching certain tasks. ... IIRC allocation was not getting dispatched properly and then got delayed causing allocation to back up, so work could not get through properly. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)