Advertisement
justin_hanekom

cobol copybook for file status messages

Feb 1st, 2025
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
COBOL 0.21 KB | None | 0 0
  1.        01  PREFIX-file-status          pic x(2)
  2.                                        value all spaces.
  3.        01  PREFIX-file-status-msg      pic x(21)
  4.                                        value all spaces.
  5.  
Tags: cobol copybook
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement