Re: ISPF Point and Shoot

2011-03-22 Thread Robert Birdsall
Just guessing from the manual...
have you tried
)PNTS
 FIELD(field) VAR(VAR1) VAL(1)

Here's the manual info I'm going from:

For point-and-shoot input/output fields, the format is: 

FIELD(field_name) 
where: 

field_name
The name of the field on the panel that this statement controls. 


For point-and-shoot text fields, the format is: 

FIELD(ZPSxxyyy) 
where: 

xx 
00 for a point-and-shoot field defined in the )BODY section and 01 to 99 for 
the number of the scrollable area in which the point-and-shoot text field is 
defined. 
Each scrollable area is assigned a sequential number based on its relative 
position within the panel body. The scrollable area closest to the upper-left 
corner of the panel body is assigned number 01. Each additional scrollable 
area, scanning left to right, top to bottom, is assigned the next sequential 
number. A maximum of 99 scrollable areas in any given panel can contain point-
and-shoot text fields. 

yyy 
001 to 999 for the relative number of the point-and-shoot text field within the 
panel body or within a particular scrollable area. 
A point-and-shoot text field can wrap around multiple terminal lines in panels 
that are not displayed in a window. A point-and-shoot text field that logically 
wraps in a pop-up window requires the beginning of each wrapped line to 
contain a PS field attribute and an entry must exist in the )PNTS section for 
each wrapped line. This is also true for panels containing the WINDOW() 
keyword that are not displayed in a pop-up window. The additional )PNTS 
section entries should result in the same action as the first line of the 
wrapped 
text field. 


On Fri, 18 Mar 2011 18:26:10 -0400, michealbutz 
michealb...@optonline.net wrote:

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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-22 Thread Micheal Butz

The ZPSxxyyy is for text fields only.

So if I have a Rexx variable var1

As a input/output field


FIELD(var1)

Sent from my iPhone

On Mar 22, 2011, at 7:34 AM, Robert Birdsall bsqu...@umich.edu wrote:


Just guessing from the manual...
have you tried
)PNTS
FIELD(field) VAR(VAR1) VAL(1)

Here's the manual info I'm going from:

For point-and-shoot input/output fields, the format is:

FIELD(field_name)
where:

field_name
The name of the field on the panel that this statement controls.


For point-and-shoot text fields, the format is:

FIELD(ZPSxxyyy)
where:

xx
00 for a point-and-shoot field defined in the )BODY section and 01  
to 99 for
the number of the scrollable area in which the point-and-shoot text  
field is

defined.
Each scrollable area is assigned a sequential number based on its  
relative
position within the panel body. The scrollable area closest to the  
upper-left
corner of the panel body is assigned number 01. Each additional  
scrollable
area, scanning left to right, top to bottom, is assigned the next  
sequential
number. A maximum of 99 scrollable areas in any given panel can  
contain point-

and-shoot text fields.

yyy
001 to 999 for the relative number of the point-and-shoot text field  
within the

panel body or within a particular scrollable area.
A point-and-shoot text field can wrap around multiple terminal lines  
in panels
that are not displayed in a window. A point-and-shoot text field  
that logically
wraps in a pop-up window requires the beginning of each wrapped line  
to
contain a PS field attribute and an entry must exist in the )PNTS  
section for
each wrapped line. This is also true for panels containing the WINDOW 
()
keyword that are not displayed in a pop-up window. The additional ) 
PNTS
section entries should result in the same action as the first line  
of the wrapped

text field.


On Fri, 18 Mar 2011 18:26:10 -0400, michealbutz
michealb...@optonline.net wrote:


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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-21 Thread John P Kalinich
or this...

)PROC
VAR1 = ZCMD
...
)PNTS 
  FIELD(ZPS1) VAR(ZCMD) VAL(1)

Regards,
John K



From:
michealbutz michealb...@optonline.net
To:
IBM-MAIN@bama.ua.edu
Date:
03/19/2011 09:45 PM
Subject:
Re: ISPF Point and Shoot



Tried that doesn't seem to work 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On 
Behalf Of John P
Kalinich
Sent: Saturday, March 19, 2011 8:30 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ISPF Point and Shoot

Remove the ampersand in the VAR field.

)PNTS 
  FIELD(ZPS1) VAR(VAR1) VAL(1)

Regards,
John K



From:
michealbutz michealb...@optonline.net
To:
IBM-MAIN@bama.ua.edu
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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-21 Thread DanD

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(ZPS1) 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-21 Thread Micheal Butz
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 mvs-j...@sympatico.ca 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-21 Thread Dave Salt
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: michealb...@optonline.net
 Subject: Re: ISPF Point and Shoot
 To: IBM-MAIN@bama.ua.edu
 
 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 mvs-j...@sympatico.ca 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-21 Thread DanD
You could fake the point  shoot by simply adding code in the )Proc 
section..


   pseudo proc section code (I forget the syntax right now)...

   If .cursor = yourvar
   yourvar = 1

Dan

-Original Message- 
From: Micheal Butz
Sent: Monday, March 21, 2011 10:02 PM Newsgroups: bit.listserv.ibm-main 
Subject: Re: ISPF Point and Shoot


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 mvs-j...@sympatico.ca 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-20 Thread Don Leahy
Is the PAS field in a scrollable area?

*
*
On Sat, Mar 19, 2011 at 22:44, michealbutz michealb...@optonline.netwrote:

 Tried that doesn't seem to work

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of John P
 Kalinich
 Sent: Saturday, March 19, 2011 8:30 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ISPF Point and Shoot

 Remove the ampersand in the VAR field.

 )PNTS
  FIELD(ZPS1) VAR(VAR1) VAL(1)

 Regards,
 John K



 From:
 michealbutz michealb...@optonline.net
 To:
 IBM-MAIN@bama.ua.edu
 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-20 Thread michealbutz
No its not didn't think it needed to be

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Don Leahy
Sent: Sunday, March 20, 2011 12:25 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ISPF Point and Shoot

Is the PAS field in a scrollable area?

*
*
On Sat, Mar 19, 2011 at 22:44, michealbutz michealb...@optonline.netwrote:

 Tried that doesn't seem to work

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of John P
 Kalinich
 Sent: Saturday, March 19, 2011 8:30 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ISPF Point and Shoot

 Remove the ampersand in the VAR field.

 )PNTS
  FIELD(ZPS1) VAR(VAR1) VAL(1)

 Regards,
 John K



 From:
 michealbutz michealb...@optonline.net
 To:
 IBM-MAIN@bama.ua.edu
 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-20 Thread Don Leahy
You're right, it doesn't need to be.   If in a scrollable area the name would 
be ZPS01001.  But if it's not in a scrollable area then ZPS1 is fine. 

Sent from my iPad

On Mar 20, 2011, at 1:03 PM, michealbutz michealb...@optonline.net wrote:

 No its not didn't think it needed to be
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf 
 Of Don Leahy
 Sent: Sunday, March 20, 2011 12:25 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ISPF Point and Shoot
 
 Is the PAS field in a scrollable area?
 
 *
 *
 On Sat, Mar 19, 2011 at 22:44, michealbutz michealb...@optonline.netwrote:
 
 Tried that doesn't seem to work
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of John P
 Kalinich
 Sent: Saturday, March 19, 2011 8:30 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ISPF Point and Shoot
 
 Remove the ampersand in the VAR field.
 
 )PNTS
 FIELD(ZPS1) VAR(VAR1) VAL(1)
 
 Regards,
 John K
 
 
 
 From:
 michealbutz michealb...@optonline.net
 To:
 IBM-MAIN@bama.ua.edu
 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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-19 Thread John P Kalinich
Remove the ampersand in the VAR field.

)PNTS 
  FIELD(ZPS1) VAR(VAR1) VAL(1)

Regards,
John K



From:
michealbutz michealb...@optonline.net
To:
IBM-MAIN@bama.ua.edu
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(ZPS1) 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ISPF Point and Shoot

2011-03-19 Thread michealbutz
Tried that doesn't seem to work 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
John P
Kalinich
Sent: Saturday, March 19, 2011 8:30 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ISPF Point and Shoot

Remove the ampersand in the VAR field.

)PNTS 
  FIELD(ZPS1) VAR(VAR1) VAL(1)

Regards,
John K



From:
michealbutz michealb...@optonline.net
To:
IBM-MAIN@bama.ua.edu
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(ZPS1) 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


ISPF Point and Shoot

2011-03-18 Thread michealbutz
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(ZPS1) 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html