RPGNext
Take Your RPG Development to theNextLevel
Site Links
Home
RPG Programming
xRPG Downloads
xRPG Docs
About This Site
About Me

RPG Gurus
Bob Cozzi
Brad Stone
Scott Klement
Jon Paris

iSeries Links
Alpha Works
Midrange.com
FAQ@Midrange.com
MidrangeServer.com
IBM Docs
iSeries Infocenter
MCPress
Easy400
API Finder

xRPG Core Library Procedures - RNBQUSLFLD: retrieveField()


Populate the service program variables for a particular field.

The service program contains information for both the file and it's individual fields. Use this procedure to point the variables to a specific field. The rest of the documentation refers to this state as the "current field".

Usage:

quslfld_retrieveField( {fieldName} )

Name Type Options Opt/Req Description
FieldName 10A Const Opt The field name for the service program to reference. If not sent, then the program moves to the next field in the list. Used in conjunction with the quslfld_getNumberOfFields in a loop, this could be used to process data for all the fields in a file.
Returns: N n/a n/a Returns *ON if the retrieval was successful, *OFF if it was not.

This site conforms with the following W3C specifications:

Web Essentials

Contact