Include this in the table driver string in the dictionary or can be added for a table using SEND()
/AUTOINC=‘SELECT currval(’‘category_sysid_seq’’)’
Obviously, replace category_sysid_seq with your actual sequence name.
Include this in the table driver string in the dictionary or can be added for a table using SEND()
/AUTOINC=‘SELECT currval(’‘category_sysid_seq’’)’
Obviously, replace category_sysid_seq with your actual sequence name.