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 the cobol program look like when we r using ksds?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Wed Aug 03, 2005 12:41 pm    Post subject: how the cobol program look like when we r using ksds?
Reply with quote

how the cobol program look alike when we r using Vsam ksds? what r all the necessary action on cobol pgm?
Back to top
View user's profile Send private message
References
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Wed Aug 03, 2005 12:44 pm    Post subject: can we use SELECT * FROM ------; query in Embedded SQL?
Reply with quote

can we use SELECT * FROM ------; query in Embedded SQL? if we can why ? if we can't why?
pls let me know folks?
Back to top
View user's profile Send private message
thanooz

Active User


Joined: 28 Jun 2005
Posts: 105

PostPosted: Wed Aug 03, 2005 3:13 pm    Post subject:
Reply with quote

hi
babum

when you are using ksds

the main consideration on

file control

select filename assign to jcldd
organiztion is indexed
access mode sequential/random/dynamic
record key is file-key-field
alternate key is file-alternate-key field.


if it is sequential access no bother of record key and alternate key.

thanks,
thanooz.
Back to top
View user's profile Send private message
thanooz

Active User


Joined: 28 Jun 2005
Posts: 105

PostPosted: Wed Aug 03, 2005 3:24 pm    Post subject:
Reply with quote

hi babu

we cont in embeded sql. because it gives error.
Back to top
View user's profile Send private message
Ravi Gopal

New User


Joined: 04 Aug 2005
Posts: 3

PostPosted: Thu Aug 04, 2005 12:04 pm    Post subject: can we use SELECT * FROM ------; query in Embedded SQL?
Reply with quote

Hi Babun,

The reason for not using SELECT * FROM query in the program is:

1.If the table structure is changed (a field is added), the program will have to be modified.

2.Program might retrieve the columns which it might not use, leading on I/O over head.


Cheers
Ravi
Back to top
View user's profile Send private message
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Thu Aug 04, 2005 12:32 pm    Post subject: Hi
Reply with quote

Thanks ravi
thank you for your answer..
it's clear
Back to top
View user's profile Send private message
thanooz

Active User


Joined: 28 Jun 2005
Posts: 105

PostPosted: Thu Aug 04, 2005 8:56 pm    Post subject:
Reply with quote

hi babu

For three reasons:
If the table structure is changed (a field is added), the program will have to be modified
Program might retrieve the columns which it might not use, leading on I/O over head.
The chance of an index only scan is lost.

thanks,
thanooz.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1