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

eazytrieve data movement


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krunalbafna
Warnings : 1

Active User


Joined: 18 Jan 2010
Posts: 143
Location: Pune

PostPosted: Mon Sep 20, 2010 5:54 pm
Reply with quote

I have data in following format in input file:
abc-data 8 n 2.

after reading the input data is moved to packed decimal format:
out-data 5 p 2.

When displayed i am getting proper values. The out data is moved to virtual file with same discription as defined above.

When reading the virtual file for variable
out-abc 5 p 2 mask '-99999.99' we are getting data execption error A006.

Kindly provide the suggestions.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Sep 20, 2010 6:42 pm
Reply with quote

A006 PROGRAM INTERRUPT - CODE x
CA-Easytrieve/Plus has intercepted a program interrupt, codes 1 through 11.
Refer to Chapter 15, “System Facilities: Abnormal Termination,” for further information and the associated debugging techniques on this message.

Where is the CODE x?
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: Mon Sep 20, 2010 9:06 pm
Reply with quote

Hello,

You have a data exception (s0c7).

Somewhere there is bad input data or somewhere in the code, good data has been corrupted.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
This topic is locked: you cannot edit posts or make replies. Automation need help in sorting the data DFSORT/ICETOOL 38
Search our Forums:

Back to Top