Tried that doesn't seem to work -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John P Kalinich Sent: Saturday, March 19, 2011 8:30 AM To: [email protected] Subject: Re: ISPF Point and Shoot
Remove the ampersand in the VAR field. )PNTS FIELD(ZPS00001) VAR(VAR1) VAL(1) Regards, John K From: michealbutz <[email protected]> To: [email protected] Date: 03/18/2011 05:26 PM 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

