• 1. 
    Which of the following is valid COBOL word?

  • –GROSS
  • OVER TIME
  • GROSS_SALARY
  • B12-4
  • 2. 
    A COBOL word can contain a blank?

  • True
  • False
  • 3. 
    On which column position we can write continuation

  • 8-11
  • 73-80.
  • 7
  • None
  • 4. 
    Where does AREA B in COBOL start from?

  • 01 to 07 columns
  • 12 to 72 columns
  • 08 to 11 columns
  • 73 to 80 columnsShow Answer
  • 5. 
    The____ statement release the resources which are assigned to that file

  • STOP RUN
  • EXIT
  • WRITE
  • END
  • 6. 
    Which is the mandatory division in COBOL program?

  • PROCEDURE DIVISION.
  • IDENTIFICATION DIVISION
  • DATA DIVISION
  • ENVIRONMENT DIVISION
  • 7. 
    The Logical Name of the File will be assigned to

  • DD Name
  • Step Name
  • Job Name
  • Joblib
  • 8. 
    What does COBOL stands for?

  • Common Object Business Language
  • Common Business Object Language
  • Common Business Oriented Language
  • Common Object Business Language
  • 9. 
    Which division is used to specify the computer used by the program

  • Identification Division
  • Environment Division
  • Data Division
  • Procedure Division
  • 10. 
    Select variable which is accessible only to the batch program

  • Local
  • Global
  • External
  • Internal
  • 11. 
    How many bytes does a S9(7) SIGN TRAILING SEPARATE field occupy?

  • 7 bytes
  • 8 bytes
  • 4 bytes
  • 10 bytes
  • 12. 
    In which division, Input-Output section?

  • Identification Division
  • Environment Division
  • Data Division
  • Procedure Division
  • 13. 
    How many bytes S9(6) USAGE IS COMP will take?

  • 6
  • 4
  • 3
  • 2
Report Question
warning
access_time
  Time