Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How find whether it is VS COBOL-II or OSVS COBOL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
krbabu

Active User


Joined: 20 Feb 2004
Posts: 57

PostPosted: Thu Feb 26, 2004 4:14 pm    Post subject: How find whether it is VS COBOL-II or OSVS COBOL
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
References
PostPosted: Thu Feb 26, 2004 4:14 pm    Post subject: Re: How find whether it is VS COBOL-II or OSVS COBOL Reply with quote

mcmillan

Site Admin


Joined: 18 May 2003
Posts: 903
Location: India

PostPosted: Thu Feb 26, 2004 6:58 pm    Post subject: Re
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: 1493

PostPosted: Sun Feb 29, 2004 10:30 am    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1