Page 1 of 1

problem With Strorage Group Creation

PostPosted: Mon Dec 01, 2008 6:57 pm
by shaikfayaz
Hi I am using the below JCL to create a Storage group but when i am trying to submit the JCl i am getting one error saying DSN is invalid can anyone help me in resolving this issue..

Error Is:

READY
DSN SYSTEM(DSNS)
DSNE100I DSNS NOT OPERATIONAL, RETRY COUNT IS ZERO
READY
RUN PROGRAM(DSNTEP2) PLAN(DSNTEP2)
IKJ56712I INVALID KEYWORD, PLAN(DSNTEP2)
READY
END


JCL USING:

//IN22790P JOB (1,5300),
// '000000000000C9.5320',NOTIFY=IN22790,MSGCLASS=H,CLASS=3
//JOBLIB DD DSN=SYS1.DSNDSNS.SDSNLOAD,DISP=SHR
// DD DSN=SYS1.DSNDSNS.RUNLIB.LOAD,DISP=SHR
//*--------------------------------------------------------
//*Stogroup=IVA1G001 FOR IVA Project
//*--------------------------------------------------------
//STEP01 EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
DSN SYSTEM(DSNS)
RUN PROGRAM(DSNTEP2) PLAN(DSNTEP2)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SET CURRENT SQLID='FIVAT';
CREATE STOGROUP IVA1G001
VOLUMES("*")
VCAT FIVAT;
COMMIT;

Re: problem With Strorage Group Creation

PostPosted: Mon Dec 01, 2008 11:17 pm
by dick scherrer
Hello,

Suggest you talk with your dba or system support people for the proper setup for your job as your problem appears to be site-specific.