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

Ispf panel queries


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

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Fri Feb 01, 2008 1:49 pm
Reply with quote

Hi
1.In ispf panel is there any option to use "either" (alpha,num) or special characters in the verify statement.

2.in my program if field1:___________ (is in ispf panel's body section).during one turn i want to enter alpha or numeric value to it and in another turn if i send special character(say *) to field1 from my rexx code and if i about to enter alpha or numeric values it should not accept and should show invalid entry.to ge this wat command i should give.

3.how to use if.. else statement in ispf panel(im getting the error "Invalid IF logical expression (not a dialog or control variable or ver
statement construct).")
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 01, 2008 1:55 pm
Reply with quote

What does the manual say ??
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 01, 2008 1:57 pm
Reply with quote

I looked it up for You ...

VER statement syntax and operands
Code:
                VER (&vara,NB,INCLUDE,IMBLK,ALPHAB,NUM,MSG=.....)
                VER (&varb,NB,INCLUDE,IMBLK,NUM,MSG=.....)
                VER (&varc,NB,INCLUDE,ALPHA,NUM,MSG=.....)


http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPDGD03/6.2.9?SHELF=ISPBKM08&DT=19990720104842
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Call program, directly from panel CLIST & REXX 9
Search our Forums:

Back to Top