How would you print the output of an SQL statement from
SPUFI?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sarath
When you are going to enter into the SPUFI, you need to
specify the output dataset. Then only you can enter into
spufi else you can't enter. so if you want to print the
output then print that output dataset.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between CS and RR isolation levels?
what is the Foreign key? explain?
What is null value in db2?
What is ibm db2 connect?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
What are union and union all?
What is a clustering index?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
max number of columns in a db2 table?
What will the DB2 optimizer do?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.