If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
You can make use of the DDS keyword CSRLOC and define fields for row and column to allow the program to control the position of the cursor without the use of an indicator.
Position Cursor isn’t a field display attribute. It’s an instruction to the display about an action to take.
There is indeed a hex representation, but that means there is a hex sequence that you can send in the data stream to instruct the display where to position the cursor. I’m pretty sure you’re not trying to program the 5250 data stream itself (otherwise you’d probably already know how to determine the hex representation.) So, you’re probably thinking it might be a field display attribute.
You can make use of the DDS keyword CSRLOC and define fields for row and column to allow the program to control the position of the cursor without the use of an indicator.
Position Cursor isn’t a field display attribute. It’s an instruction to the display about an action to take.
There is indeed a hex representation, but that means there is a hex sequence that you can send in the data stream to instruct the display where to position the cursor. I’m pretty sure you’re not trying to program the 5250 data stream itself (otherwise you’d probably already know how to determine the hex representation.) So, you’re probably thinking it might be a field display attribute.
Sorry. It’s not.
Tom
To me, RTNCSRLOC is far more user friendly and easier to work with than CSRLOC.