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

Maximum value for Adabas parm NISNHQ exceeded. DB/FNR :1:/:2


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
silentarya

New User


Joined: 11 Mar 2007
Posts: 35
Location: Chennai

PostPosted: Fri Apr 10, 2009 7:56 pm
Reply with quote

Hi,

I am running a program which is updating a field in an adabas file.
However, I am getting an S017 abend each and every time with Maximum value for Adabas parm NISNHQ exceeded. DB/FNR :1:/:2: as msg.

JCL :

//STEP020 EXEC NATPROC,NPARM='''ESIZE=120''',
// APPLID=MYRLIB,PROGRAM=TSTSIX
//CMPRINT DD SYSOUT=*

Program :

READ file1
IF TOTVHCST > 99999.99
ESCAPE TOP
ELSE
TOTVHCST := 105000.00
UPDATE
END TRANSACTION
WRITE 'UPDATED'
ESCAPE TOP
END-IF
END-READ

Pls suggest how to go about it.
Back to top
View user's profile Send private message
silentarya

New User


Joined: 11 Mar 2007
Posts: 35
Location: Chennai

PostPosted: Fri Apr 10, 2009 8:22 pm
Reply with quote

Got the answer guyz ... Need to use get statement... Just afunny mistake in the code
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts ISPP330 BDISPMAX exceeded CLIST & REXX 12
No new posts Products/Tools to Optimize Adabas Dat... Compuware & Other Tools 2
Search our Forums:

Back to Top