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

U3086 Abend on IMS DC Screen


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Kiran Konduru

New User


Joined: 23 Sep 2010
Posts: 1
Location: Hyderabad, INDIA

PostPosted: Sat Nov 26, 2011 3:24 pm
Reply with quote

Hello Mates,

I added a new field (email address) on the existing IMS screen. I have to perform an ISRT/REPL call for a specific customer. I am getting U3086 error code when I am trying to do the same.

The email addr field has to be inserted / updated in a segment of customer DB. The segment has a key of two characters. 'EM' signifies that the occurrence in segment is email address. The email address has to be inserted/updated in the 1st occurrence of 925-NOTE field below.

The structure of the segment is as below

Code:

01  925-MGT.                                               
    05  925-MGTKY           PIC X(02).                     
    05  925-MGT-NOTE.                                       
        10  925-NOTE        PIC X(75)  OCCURS 3 TIMES       
                                       INDEXED BY 925-MNOTE.
    05  925-ACTDT.                                         
        10  925-ACTYR       PIC X(02).                     
        10  925-ACTMO       PIC X(02).                     
        10  925-ACTDA       PIC X(02).                     
    05  FILLER              PIC X(07).                     


Hoping to get some help...

Kindly let me know in case you need any other information.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10902
Location: italy

PostPosted: Sat Nov 26, 2011 4:51 pm
Reply with quote

Quote:
I am getting U3086

what happened when You researched the manuals for the U3086 abend

in the order ...
<IMS> manuals
<the language in which the program is written> manuals
<LE ( Language Environment)> manuals

after that if something is not clear, somebody will be happy to help You understand.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts ABEND 0717 during starting IMS IMS DB/DC 0
No new posts Reflection 3270 screen shows only 23 ... Compuware & Other Tools 6
Search our Forums:


Back to Top