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

Samples for the using Dynamic SQLs in COBOL for OS/390


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

New User


Joined: 23 Oct 2003
Posts: 2

PostPosted: Thu Oct 23, 2003 12:14 pm
Reply with quote

Pls provide references/Samples for the using Dynamic SQLs in COBOL for OS/390.

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

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Fri Oct 24, 2003 8:55 am
Reply with quote

Hello Rani,

Have a look at the link below, this will give you some information about the same.

[url]
Code:
http://sybooks.sybase.com/onlinebooks/group-cnarc/cng1000e/cobguide/@Generic__BookTextView/6015
[/url]Link broken
[url]
Code:
http://www.csis.gvsu.edu/GeneralInfo/Oracle/appdev.920/a96590/adg09dyn.htm
[/url]Link broken

If you want some other resources you can fire a query in Google with the following string 'dynamic sql in cobol'

Hope this helps,

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
yesgokul

New User


Joined: 20 Aug 2003
Posts: 9

PostPosted: Sat Oct 25, 2003 1:20 pm
Reply with quote

The following is the link for a Redbook from IBM.
publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg246418.html?Open

Samples for Dynamic sql are present in www.redbooks.ibm.com/redbooks/sg246418/

Thanks,
Gokul
Back to top
View user's profile Send private message
Rani

New User


Joined: 23 Oct 2003
Posts: 2

PostPosted: Mon Oct 27, 2003 1:59 pm
Reply with quote

Hi mdtendulkar/yesgokul,

ThanX for the Links. Just one clarification. my requirement needs the Table name to be changing. For eg. T1, T2, T3 etc. The number value appended is obtained at runtime. I beleive this can be done in a Procedure. But can I use a host variable for the table name in the embedded dynamic SQL?


Regards
Rani
Back to top
View user's profile Send private message
yesgokul

New User


Joined: 20 Aug 2003
Posts: 9

PostPosted: Mon Nov 03, 2003 9:33 am
Reply with quote

Hi Rani,

Sorry for the late reply. From what i Know, if the table name is changing then you have to prepare the SQL stmt again & continue processing.(maybe there's another way).

Let me know if you need more info.

Thanks,
Gokul
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 Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top