Can I pull a Memory ID into a parameter defined as integer using the memory id option of the Parameter statement.
PARAMETER: p_lineno LIKE zsd_oms_orders-line_no MEMORY ID lineno
I have set the memory id to using a type n field, but the parameter is always zero.