FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Mainframe INTERVIEW QUESTION & ANSWERS

Mainframe
Follow Us
 
5. What are the different table spaces?
  There are 3 table spaces.
  • Simple table space
  • Segmented table space
  • Partitioned table space
Your Name Your Email-ID
Your Answer
 
6. List the different data types available in COBOL?
 
  • Alphabetic (A),
  • numeric (9) and
  • alpha-numeric (X).
Your Name Your Email-ID
Your Answer
 
 
7. List the various search techniques in COBOL?
  Serial search
Binary Search
Your Name Your Email-ID
Your Answer
 
8. What is use of COMP-1, COMP-2?
  COMP-1 : Single precision floating point. Uses 4 bytes.
COMP-2 : Double precision floating point. Uses 8 bytes.
Your Name Your Email-ID
Your Answer