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

Need __________ in the panel input field.


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

New User


Joined: 19 Nov 2007
Posts: 8
Location: cheanni

PostPosted: Thu Nov 29, 2007 2:44 pm
Reply with quote

Hi, Can any one help me out for my below requirement.

While entering the value in the panel, I want ________ in the input field.

Ex.
Current code:

ENTER SOURCE PDS ==>

Required Code :

ENTER SOURCE PDS ==>__________

and let me to set the default value in that field if I want.

Current COde :

Enter the Place ==>

Required code :

Enter the Place ==> CHENNAI


Thanks,
Muralirajan S.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Nov 29, 2007 2:54 pm
Reply with quote

Use HILITE(USCORE) in the attribute section to underscore a field.

Use panel logic/assignment statements (IF) to set a default value.

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

New User


Joined: 19 Nov 2007
Posts: 8
Location: cheanni

PostPosted: Thu Nov 29, 2007 4:13 pm
Reply with quote

Thanks a lot ofer71.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Nov 29, 2007 4:58 pm
Reply with quote

murali,

Quote:
Enter the Place ==> CHENNAI



Code:
_ TYPE(INPUT) CAPS(ON) HILITE(USCORE)
% TYPE(TEXT) INTENS(HIGH) COLOR(TURQ)


Code:
%ENTER THE PLACE: _CCCCCCC% 


Here the field name is CCCCCCC which is of 7 bytes. Hence there will be 7 underscores in the panel when displayed. Please note the use of "%" after the field name.
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
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 force tablespace using LISTDEF input DB2 1
Search our Forums:

Back to Top