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

how the cobol program look like when we r using ksds?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Wed Aug 03, 2005 12:41 pm
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
babun

New User


Joined: 03 Aug 2005
Posts: 9
Location: bangalore

PostPosted: Wed Aug 03, 2005 12:44 pm
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

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Wed Aug 03, 2005 3:13 pm
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

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Wed Aug 03, 2005 3:24 pm
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
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
Reply with quote

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

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Thu Aug 04, 2005 8:56 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
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
Search our Forums:

Back to Top