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

How to pass a field entered in PANEL is passed to program


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
murshad paramba

New User


Joined: 14 Oct 2008
Posts: 12
Location: calicut

PostPosted: Tue Dec 02, 2008 2:47 pm
Reply with quote

Hi,

I need to enter a choice in the screen below,

+|
+| % 1.+ABEND
+| % 2.+ACCRONYM
+| % 3.+FILES
+| % 4.+LIBRARY
+| % 5.+PROGRAMS
+| % 6.+JOBS
+| % 7.+TRANSACTIONS
+| % 8.+NAVIGATE THROUGH SCREENS
+|
+|
+| %ENTER YOUR CHOICE ==> +
+|
+|
+|
+|============== %HIT ENTER TO INITIATE REQUEST (OR PF3 TO EXIT) +=====


How will i pass the choice entered in the panel to program. Also i wish to know how i can recive this field in a program and validate and identify the value entered at choice fields.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Dec 02, 2008 3:29 pm
Reply with quote

It's all in the ISPF Dialog Developer's guide.

O.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Tue Dec 02, 2008 10:04 pm
Reply with quote

Code:
%ENTER YOUR CHOICE ==> +

Your panel definition is missing an attribute character for input and the name of the variable.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top