Hi
I have a small requirement in pro*cobol. I want to list entire data from database table using my cobol program.For eg. I have a db table called program table(fields --> prog_no, prog_name) in which it contains around 100 records. Using cobol program I want to display on the screen all these 100 records using function keys(scroll up and scroll down).
Kavitha