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 the use of reorg in db2?
Discuss about db2 bind?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
What are the two types of logging in the db2 database? Explain them.
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What is difference between rollback and commit?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
What is isolation level in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Explain about rct.
How many databases can be created inside an instance in db2 ?