Have you thought about using a TYPE(PS) field that could be clicked to assign a 
value to the input/output field? For example:

Confirm Delete ===> _ _ _     Yes or No


'Yes' and 'No' would be defined as TYPE(PS), and the user would click either of 
these fields to set the contents of the Confirm Delete field.

HTH,
 
Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  






> Date: Mon, 21 Mar 2011 22:00:26 -0400
> From: [email protected]
> Subject: Re: ISPF Point and Shoot
> To: [email protected]
> 
> Type(PS).  Are text type fields I am looking for a field that is input/ 
> output
> 
> Sent from my iPhone
> 
> On Mar 21, 2011, at 9:58 AM, DanD <[email protected]> wrote:
> 
> > How about trying ...
> >
> >   @ TYPE(PS)
> >
> > Dan
> >
> > -----Original Message----- From: michealbutz
> > Sent: Friday, March 18, 2011 6:27 PM Newsgroups: bit.listserv.ibm- 
> > main Subject: ISPF Point and Shoot
> >
> > I can't seem to get Point and shoot right
> >
> > The attribute field that is defined needs to have PAS(ON)
> >
> > So for example
> >
> > @ TYPE(INPUT) PAS(ON) COLOR(WHITE)
> >
> > The )PNTS section defines the value to be placed in the point and  
> > shoot field )BODT
> >                         Point and shoot field ==> @field
> >
> >
> > )PNTS
> > FIELD(ZPS00001) VAR(&VAR1) VAL(1)
> >
> >  So if the user cursor selects the area where field is located a  
> > value of 1 will be
> > placed variable var1
> >
> > Excepts  when I do a say ' var1 = ' var1           var1 value is not 1
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
                                          
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to