i have one file having 100 of records? i want to display it like
20 records in one column and 20 records in another column total
40 records per page ? how ?
Answers were Sorted based on User's Feedback
Answer / lu
you can't do that in Spufi....You could do it in the
program cobol...
you have to create 3 Pages...Each page you define 2 columns,
each columns you define 20 records....
| Is This Answer Correct ? | 0 Yes | 0 No |
You can do it by using SPLICING option of ICETOOL.
| Is This Answer Correct ? | 1 Yes | 1 No |
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What is the cascade rule and how does it relate to deletions made with a subselect?
What is the use of dclgen in db2?
What is the purpose of the WHENEVER statement?
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
What is Call attach facility? How does it work?
Define buffer pool.
What will the COMMIT accomplish?
How to resolve -504 sql code in DB2?
Explain how can you do the explain of a dynamic sql statement?
How does DB2 store NULL physically?
Explain transactions, commits and rollbacks in DB2.