How would you print the output of an SQL statement from
SPUFI?
Answer Posted / mehdee
- The above answer is right, but before print check your
output file and see how many bytes of the Record length
being 4092 you need to have, then use FILEAID and copy your
output into a file with the record length you need and the
Record format = FB, then print this new file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is collection in db2 bind?
How do you pull up a query which was previously saved in qmf?
What is db2 optimizer?
What is a db2 cursor?
Which component is responsible for processing sql statements and selecting access paths?
What is explain in db2?
What is null value in db2?
What are the rules for db2 programming?
How can record locking be achieved in those DB2 versions which do not support it?
What is db2 catalog database?
What is innodb buffer pool?
Are view updateable?
Define check constraint.
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How does a cursor work?