Tommy Why assume - we all know what that does.
The test cases you specify can be built and tested using the ISMF panels and or the Naviquest (where did that name come from??) dialogs...... Build and run your own test cases James F. Smith Skype jamesfs1 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Tsui Sent: 21 August 2006 09:08 To: [email protected] Subject: Re: How can the ACS routine to bypass checking the storage volume datasets? Hi Tom, Thanks your advice again. I still have a little question on SMS. I have three JCL to allocate 3 types datasets s /* case 1 allocate temporary file //BACKUP1 EXEC PGM=ICEGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=0) //SYSUT2 DD DSN=&&TEMP,DISP=(,PASS),UNIT=SYSDA, // SPACE=(CYL,(1,1),RLSE) //SYSIN DD DUMMY /* case 2 allocate a dataset with volume assigned it will allocate to "PRIVATE" volume TSMD12 under NON-SMS managed //BACKUP1 EXEC PGM=ICEGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=0) //SYSUT2 DD DSN=TSMD.TEST.FILE1,DISP=(,PASS),UNIT=SYSDA, // SPACE=(CYL,(1,1),RLSE),VOL=SER=TSMD12 //SYSIN DD DUMMY /* case 3 allocate a dataset without volume assinged it will allocate to "STORAGE" volume under NON-SMS managed //BACKUP1 EXEC PGM=ICEGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=0) //SYSUT2 DD DSN=TSMD.TEST.FILE1,DISP=(,PASS),UNIT=SYSDA, // SPACE=(CYL,(1,1),RLSE) //SYSIN DD DUMMY ---------------------------------------------------------------------- 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

