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;
problem With Strorage Group Creation
-
- Posts: 2
- Joined: Wed Nov 26, 2008 7:08 pm
- Skillset: PL/I,DB2.CICS,VSAM,JCL
- Referer: Google Srch
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: problem With Strorage Group Creation
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.
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.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
GROUP ID FOR TTY CANNOT BE OBTAINED.
by aarvalar1 » Sun Oct 20, 2024 11:03 pm » in Mainframe Security - 2
- 1762
-
by aarvalar1
View the latest post
Tue Nov 05, 2024 9:25 pm
-
-
-
Converting universal groups to normal Racf group
by aarvalar1 » Thu May 23, 2024 10:15 pm » in Mainframe Security - 5
- 2769
-
by Robert Hansel
View the latest post
Wed Jul 24, 2024 5:12 pm
-
-
- 0
- 5092
-
by mehi1353
View the latest post
Wed May 11, 2022 2:04 pm
-
-
File def'n-problem with different records layouts
by ralph » Tue Oct 26, 2021 10:47 pm » in IBM Cobol - 2
- 1518
-
by ralph
View the latest post
Wed Oct 27, 2021 1:42 am
-
-
-
Got problem using BPX1PCT to define aggregate
by chong_zhou » Thu Aug 19, 2021 4:45 pm » in Assembler - 1
- 1735
-
by chong_zhou
View the latest post
Thu Aug 19, 2021 6:48 pm
-