IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How find whether it is VS COBOL-II or OSVS COBOL


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krbabu

New User


Joined: 20 Feb 2004
Posts: 57

PostPosted: Thu Feb 26, 2004 4:14 pm
Reply with quote

Hi all,
How to find whether it is vs cobol-II or os vs cobol without seeing the cobol program?But we have to find from listing? Is it posible or not?
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Thu Feb 26, 2004 6:58 pm
Reply with quote

Dear Babu,

Yes, It's possible. Check your compiler listing after compiling your program. (In Spool Display its named as SYSPRINT).

The first line should be your compiler name, if it's not overrided by your System Admin. (You can see this line before compiler option list).
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Feb 29, 2004 10:30 am
Reply with quote

Hi Ravindra,

If you don't have a listing you can look at the load module to get the compiler info.

For OS/VS modules the 4 bytes beginning at offset X'14' (or pos 21 decimal) will give you the compiler name and release number, e.g. VSR3.

For COBOL2 modules the 10 bytes beginning at offset X'0D' (or pos 14 decimal) will give you the compiler name and version/release/mod number, e.g. ' C2 2.3.0 '.

Regards, Jack.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top