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

AI status code for a READ NEXT on a GSAM file


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harsha puthraya

New User


Joined: 29 Oct 2008
Posts: 8
Location: Bangalore

PostPosted: Wed May 27, 2009 2:27 pm
Reply with quote

Hi,
I am getting AI status code for a READ NEXT on a GSAM file.

SYSOUT display is as follows
===================
FUNC:GN DBD :BGS0054
STATUS:AI SEGMENT:GSAM
SEGMENT AREA 60064181 5337 3720837 004841634004ÁÊ

Checked in the IBM site and error reads,
AI-There has been a data management OPEN error.

My call for GSAM is

CALL "CBLTDLI" USING GN-FUNC
BGS0054-PCB
CGSLTCRD-INPUT-RECORDS
GSAM-RSA.

01 GSAM-RSA.
05 GSAM-BLOCK-ID PIC 9(8) COMP.
05 GSAM-VOL-SEQ-NO PIC 9(4) COMP.
05 GSAM-RECORD-DISP PIC 9(4) COMP.

I have used PROCOPT as "GS" for the GSAM READ.

Can you please help me out with this error?

Regards
Harsha
Back to top
View user's profile Send private message
bipinpeter

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Wed May 27, 2009 4:38 pm
Reply with quote

Please Check the DD name is properly mentioned in the JCL or not..
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed May 27, 2009 4:41 pm
Reply with quote

harsha puthraya wrote:
Checked in the IBM site and error reads,
AI-There has been a data management OPEN error.
There is a bit more about this status code in Manuals:
Quote:
Programmer Response: These kinds of problems often require the help of a system programmer or system administrator. But before you go to one of these specialists, some things you can do are:

o Check the DD statements. Make sure that the ddname is the same as the name specified on the DATASET statement of the DBD. The segment name area in the DB PCB (call level), or in the DIB (command level) has the ddname of the data set that could not be opened.

o Check the PSB and make sure that the appropriate processing options have been specified for each of the DB PCBs that your program uses.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top