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 |
Can we insert update delete in view?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What are the various locking levels available?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is cursor with hold option in db2?
what is dynamic cursor?gives syntax for this?
Explain correlated sub-queries.
can we update the table by using cursors can anyone post the query?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
How can we define a table? How can we apply SEARCH ALL on it ?