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

Compile cobol v4.1 using Enterprise cobol v3.4


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

New User


Joined: 06 Sep 2010
Posts: 30
Location: India

PostPosted: Mon Oct 10, 2011 12:50 pm
Reply with quote

Hi,

I have a requirement to compile a Cobol -Db2 program with older compiler version. Currently we have compiler version as Enterprise cobol v4.1 but a Cobol-Db2 program need to be compiled with Enterprise cobol v3.4. So how can I do that?
I have checked for this on the forum but didn't find any answer.On a place,got that need to give the correct loadlibrary with
the needed compiler version by steplib, then it can be done.Is it correct? If it is correct then what will be load library for Enterprise cobol v3.4. Please mention, if it is a standard load library.
Thank in advance...
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Oct 10, 2011 12:58 pm
Reply with quote

Yes. Talk to your technical support staff. They should know where everything is and probably have some JCL.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Oct 10, 2011 1:03 pm
Reply with quote

Quote:
but a Cobol-Db2 program need to be compiled with Enterprise cobol v3.4.

you can start by understanding the above is not true.

then, you should realize that if there is a requirement to use a 'non-standard' / in this case older version of a compiler,
it is up to your management to provide the necessary info as in
what procedures to follow.

none of us work at your site, so we have no idea how the site is set-up.

this kind of info can only be obtained from you management or support staff.
Back to top
View user's profile Send private message
mfguy01

New User


Joined: 06 Sep 2010
Posts: 30
Location: India

PostPosted: Mon Oct 10, 2011 1:22 pm
Reply with quote

Hi,

Thanks a lot for quick response.
I'll get in touch with support team on this.
If any other views are there, then please share.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 10, 2011 1:44 pm
Reply with quote

all depends !
does Your organization have the version You need installed...
if NO ... You are out of luck
if YES ... nobody here can tell HOW because we know nothing about Your organization naming conventions
for both questions the proper way to go is ... ASK YOUR SUPPORT

... no other views needed icon_biggrin.gif
but just curious, why the requirement to use an older version ?
Back to top
View user's profile Send private message
mfguy01

New User


Joined: 06 Sep 2010
Posts: 30
Location: India

PostPosted: Mon Oct 10, 2011 2:02 pm
Reply with quote

Sorry...not a big logic for this but it came like that only to me.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Oct 11, 2011 4:48 pm
Reply with quote

mfguy01 wrote:
I have a requirement to compile a Cobol -Db2 program with older compiler version.
Why do you want to do this? (Possibly something you don't want to hear!?) What purpose does this serve?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Oct 11, 2011 4:54 pm
Reply with quote

Anuj Dhawan wrote:
mfguy01 wrote:
I have a requirement to compile a Cobol -Db2 program with older compiler version.
Why do you want to do this? (Possibly something you don't want to hear!?) What purpose does this serve?


could be part of a legacy system.

could be that whoever gave out the assignment,
does not know that often you can mix new/old versions of COBOL in same run unit.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
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 Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top