MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to open VSAM file in CICS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Sun May 25, 2008 10:49 am    Post subject: How to open VSAM file in CICS Reply with quote

I can not open VSAM file which has records. I can open other system defined VSAM file. not sure what wrong. Can someone help?

Code:
Fil(CUSTMAS ) Vsa Clo Une Rea Upd Add Bro Del     Sha       OPEN/CLOSE FAILED
        Dsn( SYSPRG1.CICS.CUSTMAS                         )               


Error message:

Code:
  -  CUSTMAS failed. VSAM codes - 8502,0008,0098.                           
  - 10.45.25 DEMOPKG STC01095  +DFHME0116 CICSACB                           
  -  (Module:DFHMEME) CICS symptom string for message DFHFC0964 is         
  -  PIDS/565501800 LVLS/530 MS/DFHFC0964 RIDS/DFHFCFS PTFS/UQ34340         
  -  REGS/GR15 VALU/00008502 PRCS/00000008 PRCS/00000098                   
    10.45.57 DEMOPKG STC01095  ICH408I USER(CICSPRT1) GROUP(SYSPROC )       
     NAME(CICSPROD TOR 1      )                                             
      SYSPRG1.CICS.CUSTMAS CL(DATASET ) VOL(DMTCAT)                         
      INSUFFICIENT ACCESS AUTHORITY                                         
      FROM SYSPRG1.** (G)                                                   
      ACCESS INTENT(UPDATE )  ACCESS ALLOWED(NONE   )                       
  - 10.45.57 DEMOPKG STC01095  IEC161I 040(056,006,IGG0CLFT)-002,CICSPRT1, 
  -  CICSPRT1,CUSTMAS,,,                                                   
  - 10.45.57 DEMOPKG STC01095  IEC161I SYSPRG1.CICS.CUSTMAS                 
00- 10.45.57 DEMOPKG STC01095  +DFHFC0964  CICSACB  Non-RLS OPEN of file   
  -  CUSTMAS failed. VSAM codes - 8502,0008,0098.                           
  - 10.45.57 DEMOPKG STC01095  +DFHME0116 CICSACB                           
  -  (Module:DFHMEME) CICS symptom string for message DFHFC0964 is         
  -  PIDS/565501800 LVLS/530 MS/DFHFC0964 RIDS/DFHFCFS PTFS/UQ34340         
  -  REGS/GR15 VALU/00008502 PRCS/00000008 PRCS/00000098                   

_________________
cheers,
Andy
Back to top
View user's profile Send private message
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Sun May 25, 2008 10:48 pm    Post subject: Reply with quote

I can locate the problem is authorization issue. However, I am not sure how to fix authorization issue. How to let CICS own authorization to VSAM file I defined ?

Thank you
_________________
cheers,
Andy
Back to top
View user's profile Send private message
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Mon May 26, 2008 12:52 am    Post subject: Reply with quote

This is basic Racf stuff. The Message clearly tells you the problem if you know how to read it.
SYSPRG1.CICS.CUSTMAS CL(DATASET ) VOL(DMTCAT)
INSUFFICIENT ACCESS AUTHORITY
FROM SYSPRG1.** (G)
ACCESS INTENT(UPDATE ) ACCESS ALLOWED(NONE )

The Racf Class for Dataset SYSPRG1.** has access none, the program or command wants update access. You need to talk to your RACF people.
Back to top
View user's profile Send private message Visit poster's website
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Mon May 26, 2008 8:13 am    Post subject: Reply with quote

Warp5,

Thank you for your reminder. It fixed by RACF authorization.
_________________
cheers,
Andy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group