Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: DataRep2.cbl

$
0
0

Hi Mike,

You are correct. I will pass this onto the author of the course.

Thanks.

DataRep2.cbl contains the following:

01  EMPLOYEE-RECORD.
          03  EMPLOYEE-NAME.
              05  EMPLOYEE-TITLE          PIC X(3).
              05  EMPLOYEE-INITIALS       PIC X(4).
              05  EMPLOYEE-SURNAME        PIC X(30).
          05  EMPLOYEE-GENDER             PIC X.
          05  EMPLOYEE-ADDRESS.
              07  EMPLOYEE-ADDRESS-LINE   PIC X(30) OCCURS 4.
          05  EMPLOYEE-POSTAL-CODE        PIC X(8).
          05  EMPLOYEE-SALARY             PIC 9(5)V99.

and it should be:

01  EMPLOYEE-RECORD.
           03  EMPLOYEE-NAME.
               05  EMPLOYEE-TITLE          PIC X(3).
               05  EMPLOYEE-INITIALS       PIC X(4).
               05  EMPLOYEE-SURNAME        PIC X(30).
           03  EMPLOYEE-GENDER             PIC X.
           03  EMPLOYEE-ADDRESS.
               05  EMPLOYEE-ADDRESS-LINE   PIC X(30) OCCURS 4.
           03  EMPLOYEE-POSTAL-CODE        PIC X(8).
           03  EMPLOYEE-SALARY             PIC 9(5)V99.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>