G'Day,
I am trying to backup several dsns using the STORGRP parm while performing
a dump of dsns for a particular SG. My problem is that I cannot seem to get it
to run. I checked the doc (SC23-6868-01) for an example but I couldn't find
one. However it does show that STORGRP is supported:
"If you specify the DATASET keyword with the LOGINDDNAME, LOGINDYNAM,or
STORGRP keywords, DFSMSdss performs a logical data set dump by
using information in the VTOCs to select data sets......."
Here is my job:
//STEP1 EXEC PGM=ADRDSSU,REGION=4096K,PARM='TYPRUN=NORUN'
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSMAP DD SYSOUT=*
//TAPE DD DSN=SYSD3.DUMP.TEST,DISP=(,CATLG,DELETE),
// UNIT=3490,VOL=(,,,35)
//SYSIN DD *
DUMP DATASET(INCLUDE(**) -
EXCLUDE(SYS1.VVDS.** -
SYS1.VTOCIX.**) -
STORGRP(MVS003) -
OUTDD(TAPE) OPT(4) ALLDATA(*) ALLEXCP -
SPHERE -
TOL(ENQF)
/*
//
The job fails with a "ADR129E (001)-RI01 (01), KEYWORD 'STORGRP ' IS IMPROPER"
Can anybody point out my error?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN