Hi Steffen, Hmm... I'm confused. I should have provided an example the first time. The way I read that in the release notes is that if I were using '/' at the beginning of a line or an empty line I needed to edit my stored procedure. Here's a stored procedure that I've successfully loaded in 7.3.0.25:
CREATE DBPROC t1 AS SUBTRANS BEGIN; SUBTRANS END;; So the way I understand the change, I don't need to edit anything. repmcli says: Error during execution -->-25010 SQL error -5015 = Missing keyword:RETURN,FETCH,CLOSE,WHILE,UPDATE,TRY,SUBTRANS,STOP,SET,SELECT,LOCK,INSERT,IF,EXECUTE,DROP,DO,DELETE,DECLARE,CREATE,CONTINUE,CASE,CALL,BEGIN (error position: 50) Thanks, Mark On Wed, 2002-11-06 at 05:47, Schildberg, Steffen wrote: > 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 -- Mark Wong - - [EMAIL PROTECTED] Open Source Development Lab Inc - A non-profit corporation 15275 SW Koll Parkway - Suite H - Beaverton OR, 97006 (503)-626-2455 x 32 (office) (503)-626-2436 (fax) http://www.osdl.org/archive/markw/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
