Error occurred while trying to download a COBOL copybook

Asked By 0 points N/A Posted on -
qa-featured

Hello experts,

I am trying to download a COBOL copybook to read as MVS file. However; I’m getting the Error message:
 
"GDE11, line 2: Warning: No items to translate. Warning: No items to translate.” While trying to import the copybook. Help me in resolving this situation of mine. Thanks in Advance.
SHARE
Answered By 5 points N/A #130621

Error occurred while trying to download a COBOL copybook

qa-featured

 

Hi James,

 

You have a couple of options to solve this problem:

First, ensure that the Copybook aligns correctly for parsing

Or ask for assistance by sending it off.

COBOL copy book, the record should start in column 8 and not beyond 72 columns.

 

If the name of your copy book is “student.cpy” then to convert this to “student.dml” use the below command 

cobol-to-dml student.cpy>student.dml 

 

Hope it will help you a lot.

Related Questions