GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 28 of 44    Print  
Identify the invalid dataname from the following:
(a) SAVINGS-ACCOUNT
(b) ANNUAL-ALLOCATION-FOR-OVERHEAD
(c) SAMOUNT250
(d) 12DEMAND

  
Total Answers and Comments: 1 Last Update: May 07, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 07, 2007 05:13:29   #1  
praddu Member Since: April 2007   Contribution: 6    

RE: Identify the invalid dataname from the following:
its 12demand
 
Is this answer useful? Yes | No

 Related Questions

Consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VALUE 123.45 after the statement MOVE W-A TO W-B what will be W-B value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

Consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size

Consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end

Consider the following:77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING CWhich of the following is true ?(a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.

Identify the invalid dataname from the following: (a) SAVINGS-ACCOUNT (b) ANNUAL-ALLOCATION-FOR-OVERHEAD (c) SAMOUNT250 (d) 12DEMAND

What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC cant be specified for a group item. (d) DD, MM, and YY are invalid datanames.

Given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.


 Sponsored Links

 
Related Articles

Bad Annual Performance Review

Annual performance review is common in small and large scale companies. This review serves as a reminder to different employees on how well do they fare in terms of helping the company advance. This is also an indication if you have chances of advancing in position within the year. A review may no
 

Quality Aspects to Check While Writing COBOL Program

Quality Aspects to Check While Writing COBOL Program This article gives a general list which the programmer must check while delivering programs developed in COBOL This can also be used as a general checklist for checking quality of the COBOL program developed mosgoogle Quality is a vital factor fo
 

The Importance of Task Allocation

The Importance of Task Allocation Before a sports team goes out to play a game a large amount of time is spent deciding which player will play a particular position The position that a player is placed in will often be dependent on their level of skill It will also be dependent on the estimated perf
 

C Programming - Dynamic Memory allocation

C Programming Dynamic Memory allocation In this tutorial you will learn about C Programming Dynamic Memory Allocation Dynamic memory allocation Memory allocations process Allocating a block of memory Allocating multiple blocks of memory Releasing the used space and To alter the size of allocated mem
 

COBOL Interview Questions

COBOL Interview Questions This article provides Mainframe Interview Questions covering Cobol questions For more Interview Questions Answers related to Mainframe click on links provided at the end of each question set mosgoogle COBOL 1 a What is the difference between write and move in COBOL b What i
 

How to Identify Scam Jobs

Scams happen everywhere and they often target people who are not aware of the latest types of scams. As a fresh graduate you could end up being scammed. Not only you will waste your efforts in something not profitable but you will be losing money as well. You should be aware of the many scenarios wh
 

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