GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 48 of 158    Print  
What is the difference between Working-storage Section & Linkage Section?

  
Total Answers and Comments: 3 Last Update: June 10, 2006     Asked by: sanjit_das 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 03, 2006 07:19:44   #1  
mamata        

RE: What is the difference between Working-storage Sec...

Working storage section is the part of data divsion where you declare your variables you are using in your program.

But Linkage section is the part of data division which is used to 1) Receive Parameters passed from other Cobol program (Calling program).

2) It's used to accept the Paramaters passed from the JCL to the COBOL program.


 
Is this answer useful? Yes | No
May 30, 2006 08:48:37   #2  
kapilvharande        

RE: What is the difference between Working-storage Sec...

In working storage section we declare variables which is used in the same program.

Linkage section is used to pass the variables from one program to another or we can pass variables from jcl to cobol program.Mostly it is used for subprograms which is called by main program.  


 
Is this answer useful? Yes | No
June 09, 2006 12:56:13   #3  
ATUL BANKE        

What is the difference between Working-storage Sec...

(1) WORKING STORAGE SECTION is used to declare internal data items that is used in the same program.

(2) LINKAGE SECTION is used to declare data items that we want to share with other program.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape