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 |
Mention data types used in db2 ?
What is the max length of sqlca?
what are stage one indexable predicates?
What is the size of a data page?
What are column-name qualifiers used?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
When DB2 connection fails, will online program work or give errors.
Name some fields from SQLCA
How do you find the maximum value in a column in db2?
What is catalog database in db2?
What do you mean by storage group (stogroup)?
is it possible to get -811 error when you use cursors. why?