HOME

FORUM

UPLOAD SOURCE

RPGLE/RPG

CLLE

SQLRPGLE

DDS

API

OTHER

JAVA

IFS

HTML

JAVA SCRIPT

PHP

MYSQL

XML

OLE DB



    
Enter keyword to search code examples.


Welcome to Code400.com   

Okay...We all like to get free stuff..Right?!? Well thats what we are offering here....Free Stuff
  1. Free storage for your source code.
    Post Your Source

  2. Free access to code samples. (site search)

  3. Free place to ask questions or just say what you want. 
    Share your thoughts

We are interested in what you have to say. If you can’t find what your’e looking for on this site....   Tell us  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 Quote

Be 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

About Code400.com | resume | Search | Site Map | Suggestions
© Copyright 2003-2008 Code400.com



Thursday Mar 11, 2010 @ 9:26 AM