The job script examples demonstrate some of the basic Teradata PT functions. Each script is fully documented and describes the Teradata PT features used.
Job Script | Description |
---|---|
PTS00001 | Exports rows from one database table and loads them into an empty database table. |
PTS00002 | Exports rows from one database table to a z/OS dataset. |
PTS00003 | Loads rows into an empty database table from a z/OS dataset. |
PTS00004 | Loads rows into an empty database table from 2 z/OS datasets. |
PTS00005 | Loads rows into 2 empty database tables from a z/OS dataset. |
PTS00006 | Updates a database table from a z/OS dataset. |
PTS00007 | Loads rows into an empty database table via the DDL operator. |
PTS00008 | Exports rows from a database table to a USS file and copies the file via the OS Command operator. |