1.

How Do You Declare A Host Variable (in Cobol) For An Attribute Named Emp-name Of Type Varchar(25) ?

Answer»

01 EMP-GRP. 49 E-LEN PIC S9(4) COMP. 49 E-NAME PIC X(25).

01 EMP-GRP. 49 E-LEN PIC S9(4) COMP. 49 E-NAME PIC X(25).



Discussion

No Comment Found