Initializing Data Structures

When writing to the table, the table recognizes these default values:

  • Space-NULL if string is blank

  • 0 value if math numeric is 0

  • 0 JDEDATE if date is blank

  • Space if character is blank

Always memset to NULL on the data structure that is passed to another business function to update a table or fetch a table.