If you are on z/OS 1.8 you can imbed REXX code in the panel definition
using the *REXX statement. See chapter 7 in the ISPF Dialog Developers
Guide. 

7.2.7 The *REXX Statement


The *REXX statement is used to invoke REXX code in a panel's )INIT,
)REINIT, or )PROC section. The REXX can be coded within the panel source
immediately after the *REXX statement, or the name of a member
containing a REXX program can be supplied. 




   *REXX[([*,]value,value,...[,(>member)])]

 


 


Jon L. Veilleux
[EMAIL PROTECTED]
(860) 636-2683 


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ted MacNEIL
Sent: Tuesday, June 12, 2007 4:29 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ISPF Panel Issue with HEX Data

>I would enter 30FF for a valid UCB Address (not x'30ff' but c'30ff').

Unfortunately, C'30FF' is much different.
You have to convert to HEX to do the comparison.
And, I have not been able to see how to do it in RAW panels.

You need an exit, or a wrapper, to convert to C2X and do the comparison.


-
Too busy driving to stop for gas!

----------------------------------------------------------------------
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
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna

----------------------------------------------------------------------
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