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 |
What is schema in db2?
How and when does the db2 enforces the unique key?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
What does DML stand for and what are some examples of it?
What are delete-connected tables?
What is the physical storage length of the data types date, time, and timestamp?
What is data manager?
What is an intent lock?
Is it possible using max on a char column?
Where can you declare a cursor in a cobol-db2 program?
Can you tell me how can you find out the # of rows updated after an update statement?
What is db2 plan table?