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

Unable to test in IMS DC U40 region


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

New User


Joined: 21 Feb 2007
Posts: 5
Location: hyderabad

PostPosted: Wed Feb 28, 2007 6:54 pm
Reply with quote

Hi,

I coded a cobol program which invokes a inquiry screen ( IMS DC ) and this program accesses DB2 table to get back the values on to the screen.I tried testing throug Xpeditor using BTS and it is working as expected .

But when I tried in the region U40 ( endevor ) and when I give the values on the screen and press enter , there is no reaction on the screen.It is neither throwing any message nor abending . I am not sure how to process further as I am not knowing if it is DB2 connectivity problem or the problem with the Cobol code.

Please suggest .
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Feb 28, 2007 8:21 pm
Reply with quote

Did you hit the right enter (depending on your keyboard). If you have connectivity to the region there should be a little clock in your bottom line. I sometimes also hit the wrong key icon_wink.gif
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Feb 28, 2007 8:27 pm
Reply with quote

If you do have continious connectivity (like system hangs) it might be your transaction / program isn't active or one of the accessed databases is offline.
Back to top
View user's profile Send private message
sharmila agnihotri

New User


Joined: 21 Feb 2007
Posts: 5
Location: hyderabad

PostPosted: Wed Feb 28, 2007 10:10 pm
Reply with quote

The system doesnt get hanged nor display the values.
Back to top
View user's profile Send private message
sharmila agnihotri

New User


Joined: 21 Feb 2007
Posts: 5
Location: hyderabad

PostPosted: Wed Feb 28, 2007 10:12 pm
Reply with quote

Does it mean that there can be a chance of connectivity problem to DB2
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Mar 01, 2007 3:10 pm
Reply with quote

In order to find out if your application is scheduled at all bring in a display at the start of your program and check the SYSPRINT in the region; that is if displays are allowed in your shop. Did you already check the status of your transaction (/DIS TRAN transactioncode) and your program and PBS (/DIS PROG programname). Is your transaction assigned to a class supported by an active region; /DIS TRAN transactioncode displays the class under CL. To check the active region for this class: /DIS REG A. and find your class in the regions. Using SDSF you can investigate the SYSPRINT in order to check the display.
Back to top
View user's profile Send private message
sharmila agnihotri

New User


Joined: 21 Feb 2007
Posts: 5
Location: hyderabad

PostPosted: Fri Mar 02, 2007 4:52 pm
Reply with quote

Thanks for the suggestions they are very helpful.

I am getting the initial screen but when i enter values it is doing nothing . icon_sad.gif . Is it possible that there is a possibility of region set up problem . because screen is getting displayed but no validations are being accepted
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Mar 05, 2007 12:25 am
Reply with quote

Does your application get any control? Did you put in the display to find out whether or not your application was scheduled?
Back to top
View user's profile Send private message
sharmila agnihotri

New User


Joined: 21 Feb 2007
Posts: 5
Location: hyderabad

PostPosted: Wed Mar 07, 2007 10:06 pm
Reply with quote

Thanks george , I am able to get the values on to the region now but I the PFkey validation is not working . I checked with displays and logic is fine but it is not recognizing my Pfkey value .
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Mar 09, 2007 8:52 pm
Reply with quote

Keyboard settings?
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 How to 'Ping' a CICS region in JCL CICS 2
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
No new posts Zunit Test case editor error Testing & Performance 4
No new posts CICS region is terminated abnormally ... CICS 2
No new posts Infosphere Optim - unable to save Col... IBM Tools 0
Search our Forums:

Back to Top