On Thu, 12 Jul 2007 16:16:11 -0400, Art Brown <[EMAIL PROTECTED]> wrote:
>Help!!
>
>It's been such a long time since working on the mainframe. We are
currently a >Client/Server installation.
>It seems as though I've forgotten how to catalog a dataset on multiple
volume. >I'm getting a syntax
>error on the control statement, but can not, for the life of me, fiqure out
why.
<snip>
I see two problems:
1) your continuation doesn't start in COL 16.
2) The format should look like this:
//SYSIN DD *
CATLG DSNAME=SOME.TAPE.DATA.SET, X
VOL=TAPE=(111111,1,222222,2,333333,3)
I always use IEFBR14:
//STEP1 EXEC PGM=IEFBR14
//SYSPRINT DD SYSOUT=*
//DD1 DD DSN=SOME.TAPE.DATA.SET,
// VOL=SER=(111111,222222,333333),
// UNIT=(TAPE,,DEFER),
//* DCB=DEN=4,
// DCB=TRTCH=COMP,
// DISP=(OLD,CATLG)
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group: G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
----------------------------------------------------------------------
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