View previous topic :: View next topic |
Author |
Message |
binoy Beginner
Joined: 03 Oct 2003 Posts: 17 Topics: 7
|
Posted: Sat Oct 04, 2003 3:32 am Post subject: Abend U4039 in IMS Online region. |
|
|
Hi,
While running the Cobol/390 program in Ims Online region I am getting Abend U4039 and REASON CODE = 00000000 in SYSDUMP
and in sysout
IGZ0044S There was an attempt to call the COBOL main program GKT500 that was not
in initial state The traceback information could not be determined.
So also the Initial MFS screens are taking lot of time to display in online
is there any change needed in the program for LE environment
where as in BTS it runs fine
Any help will do,
Thanks,
Brij |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Sat Oct 04, 2003 7:38 am Post subject: |
|
|
binoy,
Try compiling your program with RENT option. You can do that by coding this line as the first line in your program (before ID division)
Hope this helps..
cheers
kolusu |
|
Back to top |
|
|
binoy Beginner
Joined: 03 Oct 2003 Posts: 17 Topics: 7
|
Posted: Sat Oct 04, 2003 8:10 am Post subject: |
|
|
Thanks Kolusu,
The program consists of 12 sub programs, 3 of which are DB2
do i need to add this statement in all the sub programs.
Thanks,
Brij |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Sat Oct 04, 2003 8:17 am Post subject: |
|
|
binoy,
No Just add it on the main calling pgm
Kolusu |
|
Back to top |
|
|
binoy Beginner
Joined: 03 Oct 2003 Posts: 17 Topics: 7
|
Posted: Sat Oct 04, 2003 10:14 am Post subject: |
|
|
Thanks Kolusu,
The problem is fixed,
Could you please tell me the significance of RMODE ,AMODE
and DATA in compilation , since we are using endevour for the same.
Thanks a lot,
Brij |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|