Elementary cobol ws variables

DATA DIVISION. WORKING-STORAGE SECTION. 77 WS-NUMBER PIC 9. 77 WS-NUMBERS PIC 9(#). 77 WS-LETTER PIC A. 77 WS-WORD PIC A(#). 77 WS-ALPHANUMERIC PIC X. 77 WS-SENTENCE PIC X(#).

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.