1.

What Are The Built In Function In Rpgle ?

Answer»
  • SIZE - Gives the size of the variable or literal
  • PARM – Gives the number of parameter passed to parameter
  • IPADDR - Gives the address of the procedure
  • ADDR - Gives address of the variable
  • TRIM - Trims the right BLANKS of the string
  • TRIM - Trims the Left blanks of the string
  • REPLACE - Replaces the specified number of CHARACTERS from the specified position.
  • SUBST - gives a SUB string from a variable (%SUBST(X:Y:Z)
  • ELEM - Gives number of elements or occurrences
  • INDEX - CHANGE the index of a table or multiple-occurrence data- structure.
  • LEN – Returns the length of value from a field.
  • CHAR – Converts a Numeric filed to character.
  • EOF – End of File.
  • FOUND – If record is Found.



Discussion

No Comment Found