Hi Mark, [Mark Wong wrote]
> Subject: Does repmcli -b interprets files differently in 7.3.0.29? > > > Hi everyone, I was trying to load stored procedures using > repmcli using > the -b option. So far I've found that I cannot load them unless > everything is on a single line. So no leading comments. Has anyone > else run into this? > Obviously not. We've changed the command separator for repmcli files from / at the beginning of a line or simply an empty line to // (double slash) at the beginning of a line. Thus comments in sql-commands (c-style commands /**/) are now possible within repmcli files. In earlier versions RepMan separated commands if the comment was placed at the beginning of a line ( which was clearly a bug). Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
