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: 10872
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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top