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
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
What is the significance of 'above the line' and 'below the line'?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between PIC 9.99 and PIC9v99?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is the figurative constant in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is the meaning of pic 9(09)v99-
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)