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

COBOL Interview Questions


COBOL Interview Questions

Questions: 158
Comments: 532
 Showing Questions 31-40 of 158 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 COBOL Interview Questions
Sorting Options :  

Latest Answer: it will not return back to the control. ...
Read Answers (1) | Asked by : Bhairon Singh Rathore

View Question | Asked by : nilesh

Latest Answer: Yes. Compiling a program not only checks for syntax Error but also creates the object code i.e the Load module and we always execute this load module only. ...
Read Answers (1) | Asked by : chandrasekhar

yes when there is online 
Latest Answer: for this u have 2 once again declare the record structure in working-storage section. ...
Read Answers (1) | Asked by : srinivas

In Cobol we may get return code of 4 or 8 or 12 or 16, If this is the case why the picture clause of return code in alphanumeric field? why not numeric?
View Question | Asked by : vRam G

A cursor is opened.After fetching few rows. it is opened again before closing it.What will be the result? 
Latest Answer: If we code the program to open cursor before closing it,  Open cursor will not be successfull, we will get  SQL code other than zero  ...
Read Answers (1) | Asked by : Manish Lalwani

I tried in many ways, but it loops over again and again in the last record and reports me abend error. 
Latest Answer: The above answers are ok; i'm giving it in a simplified way: The complete program follows: ********************************************************************ID DIVISION.PROGRAM-ID. ABC.ENVIRONMENT DIVISION.INPUT-OUTPUT SECTION.FILE-CONTROL.       ...
Read Answers (3) | Asked by : Bhuvaneswari Raman

Stop Run is last command in COBOL program.But if it is missing, will the program abend? 
Latest Answer: "Stop Run" and "Go Back" both indicate to the program to end processing and in the latter case to transfer control to the calling program.If you dont specify either of these in your program the behaviour might be unpredictable. Most ...
Read Answers (1) | Asked by : Manish Lalwani

Latest Answer: Call by content : If we change formal arguments (variables used in sub program), their corresponding actual arguments (variables used in main) will not be changed.ex ) CALL   'subprg' USING BY CONTENT  A, B, C.Call by reference : ...
Read Answers (2) | Asked by : sachin kaushik

How do you use REDEFINE for a group variable which is having arrays in it? 01 VAR-A PIC X(100) 01 VAR-B REDEFINES VAR-A. 05 TEMP-1 OCCURS 0 TO 10 TIMES DEPENDING ON VAR-X. 05 TEMP-2 OCCURS 1 TO 100 TIMES DEPENDING ON VAR-Y.How do you use it in file section?
Read Answers (1) | Asked by : sagar

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

Ask A Question
Go Top
 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
Sponsored Links

 
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