td.call.sp: Locate and call stored procedure

Description Usage Details Value Examples

View source: R/td.call.sp.R

Description

Function searches the Teradata system for stored procedures.

Usage

1

Details

This function allows you to find stored procedures on your Teradata system and run them via a console menu. You first search for the stored procedure you are looking for, select it, enter input parameters if any, and then it is called for you.

Value

No output results

Examples

1
2
3
4
## Not run: 
td.call.sp()  #interactive console menu and data entry

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.