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

Getting DCA006E - Smart/RRSAF found unrecognized keyword


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srkumar422

New User


Joined: 27 Mar 2006
Posts: 16

PostPosted: Fri Mar 21, 2014 10:45 am
Reply with quote

While executing a cobol-db2 program I am getting
DCA006E - Smart/RRSAF found unrecognized keyword.
The program is executing a cursor and the CCEDUMP says SQLCODE at OPEN CURSOR is -9.

The program is running fine in prod region. I have checked out the program in changeman and inserted display's to find out the flow of the data.

Please help me how to resolve the error.
Back to top
View user's profile Send private message
TheMFKid

New User


Joined: 20 Nov 2013
Posts: 91
Location: India

PostPosted: Fri Mar 21, 2014 12:16 pm
Reply with quote

You should have posted this in the CObol Forum..

If the same program is running in production region without an issue, then it can be one of several reasons like unsuccessful bind, columnless table etc..
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 21, 2014 6:55 pm
Reply with quote

Hello,

What was changed between the version running in prod and the test version ofthe code?

You need to determine what is different with the modified code or the test environment.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Fri Mar 21, 2014 7:44 pm
Reply with quote

I think, Smart/RRSAF no more supported by IBM. Still I can only suspect one thing that it did not like the DISPLAY statement that you have added. Try removing them and test again.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 21, 2014 7:57 pm
Reply with quote

Quote:
Smart/RRSAF no more supported by IBM.

evidence please ....

smart is the buzzword
www.relarc.com/product/smartrrsaf


RRSAF is still alive and kicking
at least according to db2 V10 manuals
publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.db2z10.doc.apsg%2Fsrc%2Ftpc%2Fdb2z_programxmprrsaf.htm


Quote:
You should have posted this in the CObol Forum.
.
frankly the db2 section would seem more appropriate
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Mon Mar 24, 2014 12:12 am
Reply with quote

Enrico , Right RRSAF is still supported by V10 .

Unless TS shows where he added the DISPLAY and shows us the SYSOUT ..it is difficult to guess.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 24, 2014 12:32 am
Reply with quote

the TS should start by researching the DCA006E message with the help of his support.

DCA is not a DB2 message prefix

what could be wrong in investigating my suggestion on the Smart/RRSAF product ???
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Routine not found... CLIST & REXX 6
No new posts Panel not found on PF3 with libdef of... TSO/ISPF 2
Search our Forums:

Back to Top