Post #1
0 votes
Omar
Reputation
155
Posts: 12
Joined: Jan 7, 2025, 10:05 AM
Posted: Jul 30, 2026, 10:28 AM
Defined MASK ('ZZZZZZZ.99-') on a packed field. DISPLAY looks nice. PUT to a flat file still writes packed garbage.
Is MASK display-only?
Defined MASK ('ZZZZZZZ.99-') on a packed field. DISPLAY looks nice. PUT to a flat file still writes packed garbage.
Is MASK display-only?
MASK is for printing / DISPLAY / REPORT. It does not unpack the value when you MOVE or PUT to a non-printer file.
Move to a numeric display (N) field first if you need readable bytes on disk.
Moved to W 11 N 2 then PUT. Looks right in the browse now.
You must be signed in to reply to this thread