home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!lll-winken!overload.lbl.gov!zeus.ieee.org!europa.asd.contel.com!paladin.american.edu!auvm!LLUVM.BITNET!SYSPPA
- From: SYSPPA@LLUVM.BITNET (Patricia Parker)
- Newsgroups: bit.listserv.ibm-main
- Subject: VSAM AIX Build with SMS
- Message-ID: <IBM-MAIN%92101510300922@RICEVM1.RICE.EDU>
- Date: 15 Oct 92 16:19:02 GMT
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- Lines: 20
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
-
- When building a VSAM alternate index using an external sort,
- how do I code the IDCUT1 and IDCUT2 DD statements in an SMS
- environment?
-
- In the previously working, non-SMS JCL, the statements were
- coded:
-
- //IDCUT1 DD DISP=OLD,DSN=MGLTV.SORT1.AMP='AMORG',
- // UNIT=3380,VOL=SER=RIDDLE
- //IDCUT1 DD DISP=OLD,DSN=MGLTV.SORT2,AMP='AMORG',
- // UNIT=3380,VOL=SER=RIDDLE
-
- And even tho the sort datasets did not exist, the job ran.
- Now volume RIDDLE is an SMS managed volume and SMS gives a
- dataset not found condition for both datasets.
-
- Thanks for any suggestions.
-
- Patricia Parker
- Loma Linda University
-