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

Provide help screen for each field


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Satya786

New User


Joined: 02 Feb 2006
Posts: 7
Location: Denmark

PostPosted: Wed Jun 01, 2011 4:53 pm
Reply with quote

Hi,

I have a screen which is having 5 fields.
I need to provide help screen for each field when the user enters at the field. Is it possible. If so how?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 01, 2011 4:57 pm
Reply with quote

Certainly it can be done. It will not involve popup windows such as a PC has, but there is a mainframe way to do this type of thing. Hint: when the enter key is hit, you can use EIBCPOSN to locate the cursor, which will tell you which field the cursor was on.
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Thu Jun 02, 2011 12:36 am
Reply with quote

Hello

Like Mr. Sample mentioned, yes it could be done but which way you want it to be done. Two ways it could be done is by placing the cursor at the field and pressing PF1 (for help) in this case you will use the HANDLE AID PF1 (LABEL) and the EIBCPOSN or by entering a '?' on the field which will indicate HELP in this case you will compare for '?' at the EIBCPOSN.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Jun 10, 2011 3:29 am
Reply with quote

why not just get a software package that does this for you ?
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top