Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


Examples


 

Code Block
languagejavascript
titleRead 10 bytes from the local data area
try {

  var buffer = pjs.getDataArea("*LDA", 10);

}
catch (error) {

  // Problem! Data not retrieved.

}
 


RPG Equivalent
IN


Requirements

This API requires the Profound.js Connector module.