View previous topic :: View next topic |
Author |
Message |
arvibala Beginner

Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Fri Jan 30, 2009 9:23 pm Post subject: Identify a Compiler |
|
|
Hi,
By seeing a compiler Jcl, I need to identify if its a Enterprise Cobol Compiler or Cobol II compiler?
There should be a logic to do the same by viewing the compiler.
Also to identify IDMS-COBOLII and IDMS-COBOL-ENTERPRISE Compilers.
Can you pls help me?
Thx _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Sat Jan 31, 2009 12:29 am Post subject: |
|
|
Since load modules can have alias names, I'm not sure you can tell the difference. Both might have an IGY... program name in the case of COBOL compilers. _________________ ....Terry |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Sun Feb 01, 2009 2:30 pm Post subject: |
|
|
arvibala,
Why cant you just compile a sample 4 line cobol program using the compiler names in question and look at the sysprint which gives you the version of the cobol.
Alternatively you can follow semigeezer's suggestion listed here
http://www.mvsforums.com/helpboards/viewtopic.php?p=38028#38028
Hope this helps...
Cheers
Kolusu |
|
Back to top |
|
 |
arvibala Beginner

Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Mon Feb 02, 2009 8:45 am Post subject: |
|
|
Thanks Kolusu,
Your idea works. I was wondering if we can identify based on the Compile program used, so that a perfect documentation can be done.
Anywas as always Thanks for your help.
Thanks, _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
 |
|
|