How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
Why there is no questions in this column?
How do define dynamic array in cobol.
What is the difference between a DYNAMIC and STATIC call in COBOL?
What is the difference between next sentence and continue in cobol programing language?
What is a scope terminator? Give examples.
what is jcl approach for programming?
what are the utilities for load and unload the DB2 tables
When is inspect verb is used in cobol?
How arrays can be defined in COBOL?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
which one is the best of com and com-3.using of real time ?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?