IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IPCS - Interactive Problem Control Facility


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
praveenedward_2009

New User


Joined: 26 Aug 2009
Posts: 21
Location: Chennai

PostPosted: Wed Oct 21, 2009 1:05 pm
Reply with quote

Hi,

I am unable to login to IPCS from TSO ISPF through the options as (IP) already customised.It gives the error as

Dump directory name 'OPRTSG.DDIR' will be used
Dump directory space will be allocated in units of 15000 records
Dump directory space will be allocated on volume Z17RS1
DEFINE CLUSTER(NAME('OPRTSG.DDIR') VOLUME(Z17RS1) INDEXED REUSE SHAREOPTIONS(1,3)) INDEX(NAME('OPRTSG.DDIR.I') RECORDS(150,150) CONTROLINTERVALSIZE(4096)) DATA(NAME'OPRTSG.DDIR.D') RECORDS(15000,15000) KEYS(128,0) RECORDSIZE(2560 3072) BU
FERSPACE(1024000)) /* @L1C*/

IGD01008I HCLACS001E ERROR => VOLUME REQUESTED IS NOT VALID
IGD01001I DATA SET ALLOCATION REQUEST FAILED -
ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 8
IDC0014I LASTCC=12



IGD01008I HCLACS001E ERROR ==> VOLUME REQUESTED IS NOT VALID
IGD01001I DATA SET ALLOCATION REQUEST FAILED -
ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 8
IDC0014I LASTCC=12
BLS21020I FILE(IPCSDDIR) not allocated


And in the main menu its gives the message as " IPCS is not active ".

PLease let me know how to resolve this problem.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Wed Oct 21, 2009 3:22 pm
Reply with quote

modify clist BLSCDDIR to have correct volume or change it to use SMS
Back to top
View user's profile Send private message
praveenedward_2009

New User


Joined: 26 Aug 2009
Posts: 21
Location: Chennai

PostPosted: Wed Oct 21, 2009 4:07 pm
Reply with quote

Thanks Nevil for the post.I will check on the same

I checked that clist BLSCDDIR which is defined in SYS1.SBLSCLI0 and there we have set a rule for the volume as mentioned below

IF &LENGTH(&CLASS)=0 AND &LENGTH(&VOLUME)=0 THEN /*
SET VOLUME=VSAM01

Does it make any impact if we make any changes,
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Oct 21, 2009 4:41 pm
Reply with quote

Quote:
Does it make any impact if we make any changes,

Every change has the capacity of causing impact.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Wed Oct 21, 2009 10:21 pm
Reply with quote

The error message says you are trying to allocate on disk Z17RS1. In SYS1.SBLSCLI0 it is allocating it on VSAM01. So you are probably using a different version. SYS1.SBLSCLI0 is smp controlled so normally the sysprogs don't change it here they copy it to another library and then modify it. Good luck finding it.
Back to top
View user's profile Send private message
praveenedward_2009

New User


Joined: 26 Aug 2009
Posts: 21
Location: Chennai

PostPosted: Thu Oct 22, 2009 10:24 am
Reply with quote

Hi Nevil,

Thanks for the reply.Yesterday the issue was resolved .

We defined and created the DDIR under the user id ( S308525) through a JCL and we specified user volume instead of system volume and the same for the index.

//DEFDDIR EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//AMSDUMP DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER (NAME(S308525.DDIR)
VOLUMES(CUSR01) -
CYLINDERS(2 1) -
BUFFERSPACE(65536) -
KEYS(128 0)) -
DATA( NAME(S308525.DDIR.D) -
CONTROLINTERVALSIZE(4096)) -
INDEX(NAME(S308525.DDIR.I))

//INITDIR EXEC PGM=IKJEFT01,REGION=0M
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
IPCSDDIR 'H189961.DDIR'
END
/*

IPCSDDIR 'S308525.DDIR' was created and it allowed the user to access IPCS from ISPF.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Help Control-R IBM Tools 2
No new posts Job scheduling problem. JCL & VSAM 9
Search our Forums:

Back to Top