cics issues.



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

cics issues.

Postby kandrepavan » Fri Jul 13, 2012 4:30 pm

Hi all,

initial screen of mianpgm execution is as follows ie when i initiate the transcation.
DATE: 07/13/2012
TIME: 16:11:46




F1=HOME F2=SIGNUP F3=EXIT F5=LOGIN

When i press f2(at only once) it goes to linked pgm and display the following the screen.

DATE: 07/13/2012
TIME: 16:25:03


USER NAME:
--------------------
PASSWORD :
--------------------
RPASSWORD:
--------------------

MSG: ----------------------------------------
F1=HOME F3=EXIT F2=SUB

In Linked pgm execution i have wrote the code if press F1=home(NEARLY TAKING THREE TIMES) it returns control back to MAINPGM
and displays the aboce screen.
so why it is taking three times to press F1?

Thanx and regards.
kandrepavan
 
Posts: 35
Joined: Wed Mar 21, 2012 11:03 am
Has thanked: 0 time
Been thanked: 1 time

Re: cics issues.

Postby kandrepavan » Fri Jul 13, 2012 4:38 pm

note in the above explanation -------------------- aboce(above) means it displays the first screen
still if any spelling mistakes...excuse..please...sorry
kandrepavan
 
Posts: 35
Joined: Wed Mar 21, 2012 11:03 am
Has thanked: 0 time
Been thanked: 1 time

Re: cics issues.

Postby Robert Sample » Fri Jul 13, 2012 4:56 pm

Have you tried using CEDF to follow the program logic?

Most likely it is taking three presses of the key because your code is not working like you think it is.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: cics issues.

Postby Monitor » Fri Jul 13, 2012 8:40 pm

The first thing a new CICS programmer must learn, is , as Robert said, to use CEDF. Its a simple tool to learn, and helps you solve almost any problem, without any additional debugger.
Of course, you must understand what you have written and also have the basic knowledge how to write CICS pseudoconverational programs.
If you still have any questions or problems after your CEDF debugging, post the code, the real code, and we will tell you where to look for problem(s).
Monitor
 
Posts: 98
Joined: Wed Jan 18, 2012 8:59 pm
Has thanked: 0 time
Been thanked: 7 times


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post