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: 19243
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 All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
Search our Forums:


Back to Top