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

Only the wisest and stupidest of men never change. --Confucius




    One of the more powerful tools for iSeries programmers is the user space. Many IBM list APIs use a user space to hold the results of these API calls. A user space is similar to a data area, except that it can be much larger (up to 16 Mb, as opposed to only 2 Kb). It also expands in size automatically as more data is added to it, while data areas are fixed in length. User spaces can be accessed only by using APIs. The below three program show a working example of how to create a userspace, write data to this space and then to read back/display this data.
    There are three programs available in the zip file they are:
    1. CRTSPC Create Userspace
    2. WRTSPC Write to the Userspace
    3. DSPSPC Display the UserSpace

    DOWNLOAD
    Download text files


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



Monday May 12, 2008 @ 8:12 AM