Darius Kiuberis
I'm a software developer
IDENTIFICATION DIVISION.
PROGRAM-ID. VERBS.
DATA DIVISION.
WORKING-STORAGE SECTION.
> numbers we will perform operations on
> of operations we do
01 NUMC PIC 9(9).
01 RES-DIV PIC 9(9).
01 RES-SUB PIC 9(9).
01 RES-ADD PIC 9(9).
01 RES-MOV PIC X(9).
PROCEDURE DIVISION.
Location
Where I'm based