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

Need help on TELON


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sophia

New User


Joined: 30 Jun 2007
Posts: 19
Location: United States

PostPosted: Fri Nov 30, 2007 4:53 pm
Reply with quote

Hello fellow mainframers,
Currently I'm investigating a program involving segment loop. when I try selecting an Item it won't transfer where it suppose to be transferred on the screen. Example if there are three item on the screen and I'll be selecting dog it should transfer on the right side of the screen
initially the screen is displaying the first item in the segment loop if I try to select "bug" it doesn't transfer. But if I hit other function keys that will tranfer it to another program or screen the selected item is trasferred I'm really confused why it is happening. It is my first time handling telon so maybe you can give me things to check. I reviewed the program and base on the code it should really transfer the data on the right side of the screen. looking forward to your advice

I created a sample screen so you can have a better view of my inquiry icon_cry.gif

*******************************************************
SELECT THE ANSWER=======> cat

Which among the animal is man's bestfriend?
_ A. CAT
_ B. DOG
_ C. BUG

f2=View the image of the animal F5 refresh f3=exit F6=info about the animal F7=Next question
*********************************************************

Best Regards,
Sophia Hagia
Back to top
View user's profile Send private message
ashwinreddy

Active User


Joined: 16 Sep 2004
Posts: 106
Location: Hyderabad

PostPosted: Fri Nov 30, 2007 7:25 pm
Reply with quote

Hi

In the Interm after all sucessful validation of the selction option use the following code

IF ENTER-KEY

MOVE 'Screen Name' TO NEXT-PROGRAM-NAME
Move 'saved Value' TO XFER-AREA
SET DO-WRITE TO TRUE

END-IF

And also bit confused on your query,

1) As you have said you got only 1 item in your segloop and also said 3 items.

2) And do you want to transfer the program control to another program when the option dog is selected or want to position the cursor after selecting the option.


If you can explain me clearly i will try to help you.

Hope this helps

Cheers
Ashwin
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts TELON WITH DB2 DEBUGGING SETUP REQUIRED ABENDS & Debugging 1
No new posts Telon IMS DB to Telon DB2 conversion All Other Mainframe Topics 1
No new posts Telon output segloop issue CA Products 2
No new posts Negative value in Screen - TELON CA Products 5
No new posts Error compiling online Telon Program CICS 1
Search our Forums:

Back to Top