|
 |
 |
 |
Welcome to Code400.com
|
Okay...We all like to get free stuff..Right?!?
Well thats what we are offering here....Free Stuff
- Free storage for your source code.
- Free access to code
samples. (site search)
- Free place to ask questions or just say what you want.
We are interested in what you have to say.
If you can’t find what your’e looking for on this site....
We will add it.
The small print says: We provide the source code on this site as only
a guide. We do not recommend that anyone run any of the code provided
on this site without first testing it.
If you choose to download source from this site directly onto
your production box without testing....Well, YOU are completely to
blame and we don’t want to hear about it.
Random QuoteBe wiser than other people, if you can, but do not tell them so.
Lord Chesterfield
| |
 |
 |
|
Iseries To .CSV
Selected field convert to CSV
This utility will allow you to select specific fields for an Iseries
table and convert the data to csv. It has a few examples of API usage.
(see below) This program takes selections from a display panel and writes
them to a dataqueue. It then submits itself to batch and receives the selected
fields from the dataqueue.
It also creates a source physical file, adds a member, writes field data
to the source then complies itself.
There may or may not be a good use for this example but it can be a building point
for many other applications.
API’s used
- QUSROBJD - Retrieve Object description
- QUSLFLD - List fields
- QUSCRTUS - Create userspace
- QSNDDTAQ - Send data to a dataqueue
DOWNLOAD
Download text files
View some screen shots
|
| |