GeekInterview.com
  I am new, Sign me up!
 

COBOL Interview Questions


COBOL Interview Questions

Questions: 162
Comments: 603
 Showing Questions 11-20 of 162 Questions
<< Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 COBOL Interview Questions
Sorting Options :  

What is difference between RM COBOL & MF-COBOL & Pro COBOL & VS-COBOL or Do we have any other type of COBOL ?
can you please explain how these differences? 
View Question | Asked by : gilbat82

have idea about How the flow. But i wanted to know this code and explanation. 
Latest Answer: From Microfocus COBOL you cannot connect to database. You need to 'CALL' any Pro-Cobol program which is coded with EXEC-SQL, END-EXEC statement within it by giving the appropriate Call-Code's(read, write etc), Table name etc. ...
Read Answers (1) | Asked by : gilbat82

Your program should take two triple digit numbers from the user(input), Add,Multiplie, Subtract,Divide them together and displays the result. Result of subtraction should be positive, If it is '-' 

what is the in-line PERFORM and out-line PERFORM? 
Latest Answer: In-line PERFORM have explicit scope terminator END-PERFORM where as Out-line PERFORM does not. Out-line perform have paragraphs.If you want to perform certain amount of code only one time in the program then we use in-line PERFORM.If you want to perform ...
Read Answers (2) | Asked by : gowrinag

In real time in which situations we can use comp-3 and comp. What is the major difference between these two? 
Latest Answer: Whwn USAGE is specified as COMP,the numeric data item is represented in pure binary.The item must be an integer.no assumed decimal point is allowed.COMP item should not contain any characters other than 9,Ssize:half word,full word,binary word. e.g 02 ...
Read Answers (2) | Asked by : ajy_vjy

Consider the follwing snippet:01 WS-VAR USAGE IS INDEXIs this a valid working storage definition?Justify your answer 
Latest Answer: 01 WS-VAR USAGE IS INDEX.it is a valid working storage definition. We can use this variable to store displacement value of another table index. Like normal table index it cannot be used in any computataions and terminal control statements.Thanks,Narender ...

i want delete one record from the file that is50 th record how can we delete ...? 
Latest Answer: If VSAM file, you can use IDCAMS to copy by count (49)....don't write a program. ...
Read Answers (4) | Asked by : raju_68

what is comp-3 and advantage with examples? 
Latest Answer: COMP-3 is a computational method used in COBOL. COMP-3 is represented in Packed Decimail format. Decimails are alloed to this COMP-3 Field. Each digit occupies 1/2 bite of memory, so this declaration is useful and it conserves the memory.Ex: 01 A  ...
Read Answers (1) | Asked by : raju_68

what is difference between dynamic call and static call with examples ..? 
Latest Answer: Calling With in the program is called static call. Calling out side the program (other program) is called Dynamic call. Main and sub-programs are stored in single load module in static call. Main and sub-programs are stored in different load module ...
Read Answers (3) | Asked by : raju_68

Latest Answer: Its basically a loop to execute a group of statements without jumping any where else in the program. ...

View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape