problem With Strorage Group Creation



IBM's flagship relational database management system

problem With Strorage Group Creation

Postby shaikfayaz » Mon Dec 01, 2008 6:57 pm

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;
shaikfayaz
 
Posts: 2
Joined: Wed Nov 26, 2008 7:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: problem With Strorage Group Creation

Postby dick scherrer » Mon Dec 01, 2008 11:17 pm

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.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post