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
 
select * statement in cobol program

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
krishnakumarramaraj

New User


Joined: 15 Nov 2005
Posts: 15
Location: chennai

PostPosted: Fri Jul 25, 2008 2:39 pm    Post subject: select * statement in cobol program
Reply with quote

What are disadvantages if we use select * statement in cobol program
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8729
Location: 221 B Baker St

PostPosted: Fri Jul 25, 2008 8:46 pm    Post subject:
Reply with quote

Hello,

Why bring data into your program that is not needed?

Many organizations do not permit SELECT * in production code.

It may make impact analysis more time consuming.
Back to top
View user's profile Send private message
priyesh.agrawal

Global Moderator


Joined: 28 Mar 2005
Posts: 1509
Location: Chicago, IL

PostPosted: Fri Jul 25, 2008 9:27 pm    Post subject: Reply to: select * statement in cobol program
Reply with quote

and what if table structure changes later on (like a column addition), you would need to modify all such SELECT * calls then.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1