Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Fetch the ;ast record in the current table (by handle).

Parameters
  1. Handle. Handle must be executed with pjs.execute() or pjs.executeDirect() before being passed in.
  2. Each parameter after the first are the different fields that should be bound from the data from fetch.

Return Value

None.

Exception Handling

If there is a problem creating the data area, an Error will be thrown with the following properties:

  • message - The IBM i message text.
  • error - The message id.
  • help - The message help text.
  • No labels