What would be the syntax to find a field stored as COMP binary in a PS?
For ex. if the field is declared as PIC 9(9) USAGE IS COMP. If the value stored is say 123, how do i find that in ISPF Editor.
In the ex if the usage is comp-3 hex, then my i would use F X'000000123C'. Please tell me the equivalent command for COMP usage.