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. Here is the JCL:
//STEP1 EXEC PGM=IEHPROGM,REGION=200K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
CATLG DSNAME=FANP.ARCHIVE.ANJ.FROM.Y1999.TO.JUL2004, X
VOL=TAPE=(109400,1)
CATLG DSNAME=FANP.ARCHIVE.ANJ.FROM.Y1999.TO.JUL2004, X
VOL=TAPE=(109393,2)
CATLG DSNAME=FANP.ARCHIVE.ANJ.FROM.Y1999.TO.JUL2004, X
VOL=TAPE=(109420,3)
CATLG DSNAME=FANP.ARCHIVE.ANJ.FROM.Y1999.TO.JUL2004, X
VOL=TAPE=(103979,4)
CATLG DSNAME=FANP.ARCHIVE.ANJ.FROM.Y1999.TO.JUL2004, X
VOL=TAPE=(103972,5)
And the following is the error message I've getting:
IEH202I INVALID KEYWORD OR CONTROL STATEMENT SYNTAX
Can anyone advise me?