Hi All
I have a requirement where I need to know if the field defined in ISPF panle is input or output.
I have 2 fields A and B ..If user enters value in A then I need to do some conversion accordingly and display the value for B
and if the user enters value in B ,I need to do some conversion accordingly and display the value for A.
I will get to know which field he has entered only in REXX pgm,so I need to decide which is o/p based on that and update the o/p value.
Can you pls let me know how can we achieve this.I have searched but could not exaclty get how to do this.
I tried like below ,I got it from one of posts but getting an error.
B = B||(* INP) . Where * is defined as OUTPUT in ISPF Panel and INP is some calculated value.