Author |
Message |
Topic: CICS abend ADCA |
sharss
Replies: 1
Views: 11993
|
Forum: IMS Posted: Wed May 31, 2017 1:32 pm Subject: CICS abend ADCA |
Hi All,
We have online screens designed using PROIV functions over CICS.From PROIV function we have used new cobol program to call IMS DB so that it shows one indiactor on the screen.
For that we ... |
Topic: U4083 abend in cics |
sharss
Replies: 7
Views: 28198
|
Forum: Problem Determination Posted: Sun Mar 12, 2017 9:15 am Subject: U4083 abend in cics |
Hi William,
Thanks...I will figure out the reason code.
Regarding PRO4,they are functions to generate screens.I think it is build on top of CICS..I think it is obsolete and very few clients use ... |
Topic: U4083 abend in cics |
sharss
Replies: 7
Views: 28198
|
Forum: Problem Determination Posted: Sun Mar 12, 2017 12:15 am Subject: U4083 abend in cics |
Hi All,
Details of my analysis. PRO4 screen functions saves the data into IMS work files using userid and then the calling COBOL program reads this work file using userid as key.As per abendaid,readi ... |
Topic: U4083 abend in cics |
sharss
Replies: 7
Views: 28198
|
Forum: Problem Determination Posted: Sat Mar 11, 2017 8:27 am Subject: U4083 abend in cics |
Hi kolusu,
I couldn't find the reason code with that abend.Today we have noticed that the paragraph where it shows failure is updating/inserting a table is in deadlock..SQL error -911..not sure wh ... |
Topic: U4083 abend in cics |
sharss
Replies: 7
Views: 28198
|
Forum: Problem Determination Posted: Fri Mar 10, 2017 2:45 pm Subject: U4083 abend in cics |
Hi kolusu,
I will check that and let you know.As per abendaid abend happens at a paragraph which updates db2 table.this program uses ims db ,ims db workfiles,db2 .Is there any way where I can see t ... |
Topic: U4083 abend in cics |
sharss
Replies: 7
Views: 28198
|
Forum: Problem Determination Posted: Fri Mar 10, 2017 2:03 pm Subject: U4083 abend in cics |
Hi Team,
I have modified a COBOL program which is being called from pro4 function... It comes out of the screen itself.Strange thing is it works OK most of the times and it fails when more users us ... |
Topic: Adding new index on db2 and cobol recompilation |
sharss
Replies: 2
Views: 4560
|
Forum: Application Programming Posted: Sat Feb 04, 2017 12:13 am Subject: Adding new index on db2 and cobol recompilation |
Adding new index on db2 and cobol recompilation
Hi Team,
I am planning to modify the DB2 table by adding a new index on two existing coloumns.Do i need to recompile and bind all the cobol progra ... |
Topic: Dynamically called CICs program not trapping in debugging |
sharss
Replies: 6
Views: 18684
|
Forum: Problem Determination Posted: Sun Aug 28, 2016 1:29 am Subject: Dynamically called CICs program not trapping in debugging |
Hi Team,
Current compiler option for both program is NOTEST(NODWARF).Does it creates the problem? |
Topic: Dynamically called CICs program not trapping in debugging |
sharss
Replies: 6
Views: 18684
|
Forum: Problem Determination Posted: Sun Aug 28, 2016 1:27 am Subject: Dynamically called CICs program not trapping in debugging |
Hi Team,
Just to update before the upgrade it was working fine |
Topic: Dynamically called CICs program not trapping in debugging |
sharss
Replies: 6
Views: 18684
|
Forum: Problem Determination Posted: Sun Aug 28, 2016 12:34 am Subject: Dynamically called CICs program not trapping in debugging |
Hi Team,
I have checked the changes.Couldn't find any thing unusual as the called program has logic just to execute.Both the program are compiled in 5.1.What puzzles is Calling program is going in ... |
Topic: Dynamically called CICs program not trapping in debugging |
sharss
Replies: 6
Views: 18684
|
Forum: Problem Determination Posted: Sat Aug 27, 2016 11:03 pm Subject: Dynamically called CICs program not trapping in debugging |
Hi Team,
After COBOL version 5.1 upgrade,dynamically called CICs program failed to go into debugging mode even though it is executing.
We are using Interst tool to debug
Eg:Main program A is go ... |
|