sql - How to use page-cursor concept in cobol? -
i have database of large details displayed in single cics map. thought of using page-cursor concept in fethcing every few rows , display in cics map. dont know syntax page-cursor in cobol. can me providing snippets?
you can set curson , use "optimize x rows" hint on declare curson statemen db2. somewhere around 20 rows 3270 screen.
Comments
Post a Comment