Free software training Videos

Free software training Videos
https://www.youtube.com/user/VLRTraining

List Of Best WebSites

Friday 30 November 2012

Built-in-functions in rpgle

  1.  %ABS - Absolute Value of Expression
  2.   %ADDR - Get Address of Variable
  3.   %ALLOC - Allocate Storage
  4.   %CHAR - Convert to Character Data
  5.   %CHECK - Check Characters
  6.   %CHECKR - Check Reverse
  7.   %DATE - Convert to Date
  8.   %DAYS - Number of Days
  9.   %DEC - Convert to Packed Decimal Format
  10.   %DECH - Convert to Packed Decimal Format with Half Adjust
  11.   %DECPOS - Get Number of Decimal Positions
  12.   %DIFF - Difference Between Two Date, Time, or Timestamp Values
  13.   %DIV - Return Integer Portion of Quotient
  14.   %EDITC - Edit Value Using an Editcode
  15.   %EDITFLT - Convert to Float External Representation
  16.   %EDITW - Edit Value Using an Editword
  17.   %ELEM - Get Number of Elements
  18.   %EOF - Return End or Beginning of File Condition
  19.   %EQUAL - Return Exact Match Condition
  20.   %ERROR - Return Error Condition
  21.   %FLOAT - Convert to Floating Format
  22.   %FOUND - Return Found Condition
  23.   %GRAPH - Convert to Graphic Value
  24.   %HOURS - Number of Hours
  25.   %INT - Convert to Integer Format
  26.   %INTH - Convert to Integer Format with Half Adjust
  27.   %LEN - Get or Set Length
  28.   %LOOKUPxx - Look Up an Array Element
  29.   %MINUTES - Number of Minutes
  30.   %MONTHS - Number of Months
  31.   %MSECONDS - Number of Microseconds
  32.   %NULLIND - Query or Set Null Indicator
  33.   %OCCUR - Set/Get Occurrence of a Data Structure
  34.   %OPEN - Return File Open Condition
  35.   %PADDR - Get Procedure Address
  36.   %PARMS - Return Number of Parameters
  37.   %REALLOC - Reallocate Storage
  38.   %REM - Return Integer Remainder
  39.   %REPLACE - Replace Character String
  40.   %SCAN - Scan for Characters
  41.   %SECONDS - Number of Seconds
  42.   %SHTDN - Shut Down
  43.   %SIZE - Get Size in Bytes
  44.   %SQRT - Square Root of Expression
  45.   %STATUS - Return File or Program Status
  46.   %STR - Get or Store Null-Terminated String
  47.   %SUBDT - Extract a Portion of a Date, Time, or Timestamp
  48.   %SUBST - Get Substring
  49.   %THIS - Return Class Instance for Native Method
  50.   %TIME - Convert to Time
  51.   %TIMESTAMP - Convert to Timestamp
  52.   %TLOOKUPxx - Look Up a Table Element
  53.   %TRIM - Trim Blanks at Edges
  54.   %TRIML - Trim Leading Blanks
  55.   %TRIMR - Trim Trailing Blanks
  56.   %UCS2 - Convert to UCS-2 Value
  57.   %UNS - Convert to Unsigned Format
  58.   %UNSH - Convert to Unsigned Format with Half Adjust
  59.   %XFOOT - Sum Array Expression Elements
  60.   %XLATE - Translate
  61.   %YEARS - Number of Years

No comments:

Post a Comment