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

BAMAD file IO Error


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

New User


Joined: 23 Apr 2015
Posts: 1
Location: pune

PostPosted: Fri May 25, 2018 11:51 am
Reply with quote

In JCL the command line for BAMAD file is following :

******* EXEC PGM=********,
PARM='MODIFY,********,''DBMT SET FILE(BAMAD) OPE ENA'''

Since the BAMAD file was not opened so I checked in CICS region for the issue.
In CICS region it is showing the following error message :
****** ****** DBMT SET FILE(BAMAD) NOWAIT ENABLESTATUS(ENABLED) OPENSTATUS(OPEN) RESP(IOERR)
RESP2(524,456).

Kindly help with what RESP(IOERR) RESP2(524,456) means and how to solve this issue?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri May 25, 2018 12:28 pm
Reply with quote

the formatting of the RESP2 code is odd ...
/wild guess on
it might be the the decimal representation of the hex RESP2 0800A8
/wild guess off

anyway DBMT is NOT a CICS provided transaction as per
www.ibm.com/support/knowledgecenter/en/SSGMCP_5.3.0/com.ibm.cics.ts.systemprogramming.doc/topics/dfha726.html

so ask Your support how the RESP2 was formatted
and read the manual about the meaning of the RESP2 code
everything is well documented there
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 Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Error when install DB2 DB2 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top