+ Reply to Thread
Results 1 to 3 of 3

Thread: Retrieve User Space API (QUSRTVUS)

  1. #1
    Guest.Visitor Guest

    Default Retrieve User Space API (QUSRTVUS)

    JR, The problem most everyone has when beginning to program with the API's is that they define the integer fields incorrectly. Most make the mistake of defining the field like this: From To Dec FieldName 4b 0 myField Do either one of these: From To Dec FieldName 1 4b 0 myField 10u 0 myField Bill > Can anyone tell me this: If I want to send a Starting Position of 1 and a Length of Data 4 to this API, what do I have to put in the Parmaeters? It seems to translate it to Hex (maybe, not sure) cause I get an error when calling this API. The Size Value is outrageous. Thanks in advance.

  2. #2
    jrhoads@cdsgroup.com Guest

    Default Retrieve User Space API (QUSRTVUS)

    Can anyone tell me this: If I want to send a Starting Position of 1 and a Length of Data 4 to this API, what do I have to put in the Parmaeters? It seems to translate it to Hex (maybe, not sure) cause I get an error when calling this API. The Size Value is outrageous. Thanks in advance. JR

  3. #3
    Guest.Visitor Guest

    Default Retrieve User Space API (QUSRTVUS)

    JR, You can always compare your code to the user space support found in the iSeries-toolkit. The USRSPC module contains an example of the prototypes necessary to call the user space APIs. The Storage Toolkit documentation gives some examples that store data in user spaces. David Morris

+ Reply to Thread

Similar Threads

  1. User Space
    By BVining in forum RPG
    Replies: 7
    Last Post: 01-07-2005, 05:58 PM
  2. MQGet into a User Space
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 04-24-2001, 05:30 AM
  3. User space ??
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 01-22-2001, 06:06 AM
  4. ILE Pointers & User Space
    By Guest.Visitor in forum Application Software
    Replies: 1
    Last Post: 08-19-1999, 10:44 AM
  5. User Space - Retrieve Header Infor
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 01-27-1999, 10:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts