Write a program to enter and display the names of students in a class using the occurs clause.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

how to display comp3 variables reply soon ?

4 Answers   Patni,


Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

2 Answers   IBM,


What is perform what is varying?

0 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


How many maximum number of procedures can we write in one COBOL program?

6 Answers  






i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


Where the Plan is located in CICS-DB2

2 Answers   IBM,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


Explain how you can characterize tables in cobol?

0 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

12 Answers   TCS,


Categories