Page 1 of 1

Repository functions

Posted: Mon Mar 06, 2006 4:37 am
by vinodhraj
Hi DSGurus,

Can any one help me, how to use these functions which exists in repository

mksqlassoc
mksqlcol
mksqlcon
mksqlfile
mksqlprm
mksqlrefer
mksqluniq

Thanks

Vinod

Posted: Mon Mar 06, 2006 7:25 am
by ray.wurlod
They are internal executables used when DataStage/SQL DDL statements (such as CREATE SCHEMA, CREATE TABLE, etc.) are used. They are not for you to use; their syntax is not documented anywhere,

What are you trying to do in SQL?

Posted: Mon Mar 06, 2006 11:23 am
by asorrell
What are you trying to do in SQL? Ray is correct. You shouldn't be trying to use ANY internal routine. Their external interfaces aren't supported, which means IBM might change their calling sequences at any time.

Let us know what you are trying to do and maybe there is an alternative solution.