Page 1 of 1

List all routines in the project

Posted: Fri Jan 29, 2010 3:38 pm
by ramudwhelp
Hi,

Is there any command to list all the routines in a project ?

Thanks in advance

Posted: Fri Jan 29, 2010 3:44 pm
by dspxguy
TCL prompt

LOGTO project
COUNT DS_ROUTINES

Posted: Sat Jan 30, 2010 5:11 am
by ray.wurlod
COUNT does not list them. LIST does. Or you can use SQL.

Code: Select all

SELECT @ID FROM  DS_ROUTINES WHERE @ID NOT LIKE '\\%';