CrazyEngineers
  • COBOL Programming Question Bank

    • Explain the Figurative constant with examples.
    • Explain the group and elementary group data items. Give some Examples
    • Explain the COMPUTE and MOVE statement with example.
    • Write a COBOL program to read and display the university address.
    • Write a COBOL program to calculate the Simple Interest from given P (principal amount), N (number of year) and R(Rate of Interest).(or)
    • Explain the IF statement with an example
    • Explain the READ and WRITE statement with an example.
    • A set of values, either positive or negative, terminated by a zero are to be input. Write a COBOL program to count the number of positive and number of negative values available in the input list.
    • How do we define a two dimensional array in COBOL? give an example.
    • Explain the SET and SEARCH verb.
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Ankita Katdare

    AdministratorNov 26, 2011

    • Explain the various DIVISIONS of COBOL.
    • Explain the editing and non-editing picture clause with an example.
    • Explain the ADD and DIVIDE statement with examples.(or)
    • Write a COBOL program to prepare to student mark list for 5 students with fields namely, Regno, name, mark1, mark2, mark3, and calculate the total and average mark from given three marks.
    • Explain the various form of the PERFORM statements with examples.
    • An input file consists of names, register number and marks in 3 subjects of a class students. write a COBOL program to sort the above file on register number in ascending order.
    • Explain the OPEN, CLOSE, and DELETE statements with examples.
    • Write a COBOL program to sort the given numbers in descending order.
    • A LINE SEQUENTIAL file with the following record layout is to be created.
    1. Field Picture
    2. Employee Name x(25)
    3. Employee code x(6)
    4. Employee address
    5. Street x(15)
    6. City x(10)
    7. Pincode x(7)
    • Write a cobol program that will create this file and enable data entry through form-filling. Assume a suitable form layout for this purpose.
    Are you sure? This action cannot be undone.
    Cancel
  • Bhajan Singer Prachi Sharma

    MemberDec 18, 2018

    • Write a COBOL program to prepare to student mark list for 5 students with fields namely, Regno, name, mark1, mark2, mark3, and calculate the total and average mark from given three marks.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register