Repository functions

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
vinodhraj
Participant
Posts: 53
Joined: Mon Sep 12, 2005 6:51 am

Repository functions

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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,
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

What are you trying to do in SQL?

Post 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.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply