Thanks Dave for the nice tip. Anyway, I tried to add in the panel
key = .pfkey
and in the program directly
if key = "pf03" then exit
if key = "pf07" then ..... else ...
This way, I could capture all the keys. Hope this is helpful to all.
Thanks again,
Manish. :-)
I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between the keys. I need PF3 to end the program and enter to Process furthur.
address ispexec "display...
I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between the keys. I need PF3 to end the program and enter to Process furthur.
I converted the comp-3 format data to hex and then displayed it by removing the C(for +ve ) and D(for -ve). But I am unable to find the position of the decimal point in the variable.
Eg:
The data format :
SALARY PIC S9(4)V9(2) USAGE COMP-3 value 12.34
will have 01234C But the...
I too am facing a problem with the data types in Rexx and I want to know the Data type of a variable before converting it to some other format. . . Otherwise I won't know which function I have to use.
I am writing a program that reads a flat file that has DB2 data, converts the data to some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.