empty GLOSTAB at CBLCNVRT and COBOL 5.x and higher
search cancel

empty GLOSTAB at CBLCNVRT and COBOL 5.x and higher

book

Article ID: 93065

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction

There is no data in the GLOSTAB DD output data set when running CBLCNVRT for COBOL 5.x and higher in order convert COBOL definitions to CA Easytrieve definitions.

Environment

Release:
Component: EZTRVE

Resolution

Please use MAP at COBOL compile time - for instance:
//COMPILE EXEC PGM=IGYCRCTL,REGION=0M,PARM='MAP'
and use I521 here when calling the CA Easytrieve CBLVNVRT macro:
%CBLCNVRT GLOSTAB SYSTEM OS COBOL I521
...

Additional Information

It's recommended to check for PTFs. 
RO84600 should be applied at a minimum.