RPG Next Gen
Wiki RSS Feed Bug Reporting
Business picture

Linked List Utilities

This section shows some examples how the linked list can be used to make returning a list of simple data easier than using a userspace.

List File Members

This i5/OS API - QUSLMBR - uses a userspace to return the data to the caller. The creation and handling of a userspace is sometimes rather cumbersome. Using a linked list for just returning the names of the file members gives the caller some advantages:

  • checking if file has members using list_isEmpty
  • checking if file has a specific member using list_indexOf or list_contains
  • getting the number of members using list_size
  • iterating through all members using list_getNext

List Record Formats

This i5/OS API - QUSLRCD - uses a userspace to return the data to the caller. The creation and handling of a userspace is sometimes rather cumbersome. Using a linked list for just returning the names of the record formats is a lot easier than working with userspaces.

List Objects

This procedure is a convience procedure for the i5/OS API QUSLOBJ. It accepts the same parameters for library, object name and object type. It also has the same restrictions.

List Job Library List

This procedure puts the libra

Donations

Collab Sites

Dieter Bender DV
ILEDocs

Projects


rss feed Latest News

  • 2010-07-06 - RPG Next GEn Editor release 0.5.4
  • 2010-06-06 - STDLIB replacement functions - mkstemp
  • 2010-05-24 - RPG Next Gen Editor Dev Snapshot 0.5.3.99
  • 2010-04-02 - RPG Next Gen Editor release 0.5.3
  • 2010-01-28 - JSON service program release 1.2.2
  • 2010-01-05 - First Linked Map release 1.0.0
  • 2009-12-15 - Linked List API Documentation at Sourceforge.net
  • 2009-12-15 - Linked List release 1.2.0
  • 2009-08-27 - RPG Next Gen Editor update site 0.5.1
  • 2009-08-13 - RPG Next Gen Editor release 0.5.1
  • 2009-07-17 - Package Management for System i - concept draft
  • 2009-06-15 - New RPG Next Gen Editor video tutorial - Offline projects
  • 2009-06-04 - RPG Next Gen Editor update site available again
  • 2009-06-01 - RPG Next Gen update site NOT working
  • 2009-05-31 - RPG Next Gen Editor release 0.5.0
  • 2009-05-26 - ILEDocs java client released
  • 2009-05-26 - More documentation available
  • 2009-05-22 - Wiki online
  • 2009-05-01 - ILEDocs released

Last updated

2010-07-06