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

Error while trying to open an AIX in CICS


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

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Sep 04, 2018 12:15 pm
Reply with quote

Hi Friends

I am creating a new CICS region for one of our requirements. For this I have copied all the CICS files from one of the existing CICS regions. I have a VSAM KSDS File and created 6 Alternate Indexes on this file (Base copied from existing region). Also created Paths and Built the AIXs.

However one of them AIX5 is not opening in CICS while I try to open with command CEMT. All others are perfectly fine. I retried, deleted the Base, AIXs etc. but still the same.

Code:
  SET FI(XXBAPT*) OPE ENA                                                       
  STATUS:  RESULTS - OVERTYPE TO MODIFY                                         
   Fil(XXBAPT1 ) Vsa Ope Ena Rea         Bro         Sha       NORMAL           
          Dsn( XXX.XXXX.XXBAPT1                           )                   
   Fil(XXBAPT2 ) Vsa Ope Ena Rea         Bro         Sha       NORMAL           
          Dsn( XXX.XXXX.XXBAPT2                           )                   
   Fil(XXBAPT3 ) Vsa Ope Ena Rea         Bro         Sha       NORMAL           
          Dsn( XXX.XXXX.XXBAPT3                           )                   
   Fil(XXBAPT4 ) Vsa Ope Ena Rea         Bro         Sha       NORMAL           
          Dsn( XXX.XXXX.XXBAPT4                           )                   
   Fil(XXBAPT5 ) Vsa Clo Une Rea         Bro         Sha       OPEN/CLOSE FAILED
          Dsn( XXX.XXXX.XXBAPT5                           )                   
   Fil(XXBAPT6 ) Vsa Ope Ena Rea         Bro         Sha       NORMAL           
          Dsn( XXX.XXXX.XXBAPT6                           )                   




Code:
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT1 has been allocated t
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT1) N
           RESP(NORMAL) RESP2(0).                                               
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT2 has been allocated t
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT2) N
           RESP(NORMAL) RESP2(0).                                               
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT3 has been allocated t
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT3) N
           RESP(NORMAL) RESP2(0).                                               
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT4 has been allocated t
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT4) N
           RESP(NORMAL) RESP2(0).                                               
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT5 has been allocated t
DFHFC0201 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT5 has been deallocated
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT5) N
           RESP(IOERR) RESP2(0).                                               
DFHFC0200 09/04/2018 01:40:44 XXXXXX01 Non-RLS file XXBAPT6 has been allocated t
DFHAP1900 09/04/2018 01:40:44 XXXXXX01 S52GR000 XXXXXX CEMT SET FILE(XXBAPT6) N
           RESP(NORMAL) RESP2(0).           



All but XXBAPT5 above are ok. I am getting IOERR while trying to open XXBAPT5.

Thanks
Amit
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Sep 04, 2018 12:39 pm
Reply with quote

post the FULL message as displayed on the console
the reason for the open failure can be found looking at the reason/return codes displayed in the error message
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Sep 04, 2018 12:48 pm
Reply with quote

Hi enrico

Where should I search for the error message (on CEMT screen ???) . I checked the CICS region job and above is all the messages i got

Thanks
Amit
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Sep 04, 2018 1:06 pm
Reply with quote

my guess is that something went wrong in the AIX/PATH definition and build

to check use idcams to print a couple of records from the AIX and the path
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Sep 04, 2018 5:00 pm
Reply with quote

Hi enrico

Thanks for help. It has been resolved now. some files in this particular region were defined as NSR which is not supported in CICS regions with transaction isolation active. The “fix” is to put the files in LSRPOOLs.

Thanks
Amit
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top