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

can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.

7 Answers   Financial Services,


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,






How do you differentiate between cobol and cobol-ii?

0 Answers  


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


What is the purpose of Identification Division?

1 Answers  


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


how many divisions are there in cobol

3 Answers   ADP,


Categories