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
9(2).99 how many bytes take? Why . consider as a byte?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what happens if we dont close cursor in db2-cobol pgm?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the problem of ordered sequential files access?
What is the file organization clause ?
i want to enter the name 'pandu' into ur table how?
How can we know that cobol program is using report file or simple file....?
How can you get the ksds file records into your cobol program?