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

Dynamic creation of fields in panels


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

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Tue May 06, 2008 10:36 am
Reply with quote

Hi,

can any one let me know the possibilities of creating dynamic fields in panels

i need to get the input in first screen say aaa and search in a file for aaa present and if present take out all its corresponding fileds in the file and throw it in the next panel. The input will be like
aaa bbb ccc

so in the next panels i should throw all these and allow the user to select one of these option bbb or cccc. This may vary like bbb ccc ddd based on the input so i need to optimize the screen accordingly and design a screen like that
how is this possible

Thanks & Regards,
Vidya
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue May 06, 2008 11:37 am
Reply with quote

Use an ISPF table, and build the screen accordingly.

There is a link to the relevent manuals posted as a sticky on the forum.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Tue May 06, 2008 11:41 am
Reply with quote

Create the different panels with required options and call them depends on the input/ retrievals.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue May 06, 2008 1:02 pm
Reply with quote

Also, you can use .ATTR & .ATTRCHAR to dynamically change the attributes of fields (that is - you can define the maximum number of fields as non-displayable, and then show only the fields you need).

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

New User


Joined: 29 May 2007
Posts: 34
Location: chennai

PostPosted: Wed May 07, 2008 10:06 am
Reply with quote

Hi Ofer,

Can you please provide me with an example of using these .ATTR and .ATTRCHAR
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed May 07, 2008 11:09 am
Reply with quote

No. The fine manual, as well as the internet,are full with examples.

O.
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 Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Concatenate 2 fields (usage national)... COBOL Programming 2
No new posts JCL sort card for file creation condi... DFSORT/ICETOOL 4
Search our Forums:

Back to Top