No, PNTS doesn't have to be in an AREA section. Dave Salt
SimpList(tm) - try it; you'll get it! http://www.mackinney.com/products/program-development/simplist.html > Date: Tue, 8 Feb 2011 10:38:11 -0500 > From: [email protected] > Subject: Re: Components for ISPF point & shoot > To: [email protected] > > Sorry in )PNTS.section. I had it as VALUE > > > Just looking at the examples in the manuals does point and shoot have > to be in a )AREA section > > > > Sent from my iPhone > > On Feb 8, 2011, at 10:25 AM, Dave Salt <[email protected]> wrote: > > > Instead of this: > > > > FIELD(ZPS00001) VAR(tstfld) VALUE('test') > > > > Try this: > > > > FIELD(ZPS00001) VAR(tstfld) VAL('test') > > > > Hope that helps, > > > > Dave Salt > > > > SimpList(tm) - try it; you'll get it! > > > > http://www.mackinney.com/products/program-development/simplist.html > > > > > > > > > > > > > >> Date: Tue, 8 Feb 2011 10:05:35 -0500 > >> From: [email protected] > >> Subject: Components for ISPF point & shoot > >> To: [email protected] > >> > >> Maybe I am missing something but the two components I need to setup a > >> point and shoot field on a ISPF panel are > >> > >> Attr field in the ) Attr section on the panel > >> > >> E.G. @ TYPE(PS) > >> > >> Then after the panel definition > >> > >> > >> )PNTS > >> > >> FIELD(ZPS00001) VAR(tstfld) VALUE('test') > >> > >> ) > >> > >> In )BODY. Section > >> > >> > >> I have the VAR. Value defined > >> > >> In the following way + TEST FIELD => @tstfld > >> > >> I must be missing something because I am getting a panel error > >> > >> Thankx > >> > >> Sent from my iPhone > >> > >> --- > >> ------------------------------------------------------------------- > >> 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 ---------------------------------------------------------------------- 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

