How to determine COBOL compile version
search cancel

How to determine COBOL compile version

book

Article ID: 254430

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Is there a way to get the cobol version of the source programs from Endevor?

Environment

Release : All Supported Releases

Resolution

Nothing in the source would indicate the version of COBOL until it has been compiled. From the program listing (LL), the version can be obtained. 

NOWORD                                                         
  XMLPARSE(XMLSS)                                              
  XREF(FULL)                                                   
  ZWB                                                          
P 5655-EC6 IBM Enterprise COBOL for z/OS  6.3.0 P211108       F
 LineID  PL SL  ----+-*A-1-B--+----2----+----3----+----4----+--
 000001                IDENTIFICATION DIVISION.                
 000002                PROGRAM-ID. FAPCOB02.                   
 000003               *****************************************