SAP Replication Server supports replication of the bigdatetime and bigtime datatypes included with SAP ASE.
You can replicate these datatypes to replicate databases and warm standby databases by specifying the datatypes in replication definitions, function replication definitions, and subscriptions.
bigdatetime and bigtime allow SAP ASE to store data and time data up to microsecond precision. bigdatetime corresponds to the TIMESTAMP datatype, and bigtime corresponds to the TIME datatype in SAP IQ.
See Date/time, and date and time Datatypes in the Reference Manual for descriptions of the datatypes.
You can use rs_helprep to display information about bigdatetime and bigtime.
rs_subcmp supports bigdatetime and bigtime.
See the Reference Manual for descriptions of the commands.
These examples show how to use bigdatetime and bigtime in a replication definition, a function replication definition, and a subscription.
create replication definition rep1 with primary at PDS.pdb1 with all tables named tb1 (col1 int, col2 bigdatetime, col3 bigtime) primary key (col1)
create function replication definition func1 with primary at PDS.pdb1 (@par1 int, @par2 bigdatetime, @par3 bigtime) searchable parameters (@par1)
create subscription sub1 for rep1 with replicate at RDS.rdb1 where col3 = ‘14:20:00.010101’ without materialization