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

Pl/I - Oracle or Datastage ETL


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Lamrin

New User


Joined: 09 Dec 2007
Posts: 2
Location: chennai

PostPosted: Thu Mar 01, 2012 11:59 pm
Reply with quote

Hi,

Could we able to use oracle database or Datastage ETL tool by using PL/I code in Cobol program.

Thanks in advance for your help
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: Fri Mar 02, 2012 12:05 am
Reply with quote

PL/I and Cobol are different languages. Although you can CALL PL/I programs from Cobol (and vice versa) if you put PL/I code in your Cobol program it will either not compile or, if it does compile it will be Cobol code.

Do you have any colleagues? Talk to one. Or more. Find some programs they have written. Copy them. Amend the logic to do your stuff. Etc.
Back to top
View user's profile Send private message
Lamrin

New User


Joined: 09 Dec 2007
Posts: 2
Location: chennai

PostPosted: Wed Mar 07, 2012 11:25 pm
Reply with quote

Thanks for the reply,

I want to get the data from orcale database using cobol program in Z/OS.

I could see there is the way to achieve this by pro.cobol, but i would like know can we do this in Z/OS in cobol program.

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Mar 07, 2012 11:33 pm
Reply with quote

Unless there is an interface between Oracle and the z/OS system, what you are asking will not be possible. If there IS an interface, then you will need to consult people AT YOUR SITE to access the documentation and find out how to use the interface. Such interfaces can be customized at each site, so what someone tells you to do based on what works at their site may very well do nothing -- or worse, break something -- at your site.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Need help with Oracle Dynamic SQL: Me... COBOL Programming 1
No new posts Oracle Gateway software for Download ... COBOL Programming 2
This topic is locked: you cannot edit posts or make replies. Referral Walk-In For Oracle Solutions... Mainframe Jobs 0
No new posts moving date from host variable to ora... DB2 5
This topic is locked: you cannot edit posts or make replies. Referral Walk In at Cognizant - Oracle Mainframe Jobs 0
Search our Forums:

Back to Top