COBOL Lab- Course Plan-2011

Embed Size (px)

Citation preview

  • 8/6/2019 COBOL Lab- Course Plan-2011

    1/2

    CHRIST UNIVERSITY, BANGALOREDEPARTMENT OF MCA

    COBOL Programming Lab Schedule

    Faculty In Charge: Anita H.B.

    Week Date Sl.No Program

    1 22/06/11 23/06/11 1 1.Demonstration of simple statements in COBOL

    - Program should include all the DIVISIONS,

    SECTIONS and PARAGRAPHS

    - Should include at least one group item- Should include Numeric, Alphabetic and Alphanume

    data items

    The following programs should include valid and sensible computations pertaining to your domain. All inp

    fields should be properly validated. Outputs should be appropriately formatted.

    2 24/06/11 30/06/11 2

    3

    2. Implementation of MOVE & Arithmetic verbs (ADD , SUB, MU

    and DIV).- Data given as input should be properly validated and th

    output of the program should be properly formatted (us

    editing characters)

    - In case of truncation, output should be rounded and

    displayed- The Sign of numeric items should be explicitly displayed

    3. Implementation of ADD & SUBTRACT verbs us

    CORRESPONDING option.

    3 01/07/11 07/07/11 4

    5

    4. Implementation of COMPUTE verb

    5. Demonstration of MOVE verb with CORRESPONDING option

    4 08/07/11 14/07/11 6

    7

    6. Implementation of REDEFINES clause

    7. Implementation of RENAMES clause

    5 15/07/11 21/07/11 89

    8. Implementation of GO TO with DEPENDING phrase9. Demonstration of CONDITION NAME condition10. Demonstration of Table Handling

    6 22/07/11 28/07/11 1011

    11. Demonstration of Linear search12. Demonstration of Binary Search

    7 29/07/11 04/08/11 12

    13

    13. Create a Sequential file. Read and display records in the file.

    14. Implementation of SORT verb with Input & Output procedure

    8 05/08/11 11/08/11 14

    15

    15. Implementation of MERGE verb with Input & Output procedure16. Create a Relative file. Read and display records in the file

    - Use PERFORM with UNTIL option in the program

    9 12/08/11 18/08/11 16

    17

    17.Write a program to UPDATE a Sequential file.

    18. Write a program to update a relative file in the random mode

    10 19/08/11 25/08/11 18 19. Write a menu driven program to perform the following operatio

    on an Indexed Sequential file Write, Read, Update and Delete recor

    11 26/08/11 1/09/11 19 20. Implementation of Subroutines

  • 8/6/2019 COBOL Lab- Course Plan-2011

    2/2

    Note:

    All programs must be designed and coded with respect to the particular domain chosen

    by the student.

    The data items appearing in the program must be drawn from the domain, chosen by thestudent

    A particular program must be completed on or before the specified date.

    Please ensure that the input data of all the programs are validated and the output are

    properly formatted

    Evaluation Criteria:Each program is evaluated for 5 marks on the basis of the following parameters:

    1) Complexity / Domain Concept (1 Mark)

    2) Timely Completion (1 Mark)3) Input Validation/ Output formatting (1 Mark)

    4) Accuracy of the result (1 Mark)

    5) Observation Note (1 Mark)