APT_String and other PX types

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ppalka
Participant
Posts: 118
Joined: Thu Feb 10, 2005 7:25 am
Contact:

APT_String and other PX types

Post by ppalka »

Where can I find some info about APT_String type and other PX types used in Build OP stage? Some reference about methods which can I use on such type of data.
How to convert C++ string type to APT_String?
Thanks a lot.

Piotrek
gbusson
Participant
Posts: 98
Joined: Fri Oct 07, 2005 2:50 am
Location: France
Contact:

Post by gbusson »

you can find info on the Datastage Directory on the path :$PX_HOME/apt_util

there are many header files which describe every PX types.

For the PAT_STRING consult :

$PX_HOME/apt_util/string.h
ppalka
Participant
Posts: 118
Joined: Thu Feb 10, 2005 7:25 am
Contact:

Post by ppalka »

OK, I will check it. But isn't there a documentation about that?
gbusson
Participant
Posts: 98
Joined: Fri Oct 07, 2005 2:50 am
Location: France
Contact:

Post by gbusson »

there are many comments int he .h files.

the existing information on the datastage documentation is very poor.

i don' t know any other source. :cry:
ppalka
Participant
Posts: 118
Joined: Thu Feb 10, 2005 7:25 am
Contact:

Post by ppalka »

to be more precise:
$PX_HOME/include/apt_util ;)
track_star
Participant
Posts: 60
Joined: Sat Jan 24, 2004 12:52 pm
Location: Mount Carmel, IL

Post by track_star »

Much of that information is covered in the Advanced Parallel Job Dev Guide that came out at version 7.5.1. Prior to that, you would have to be using an OEM version of Orchestrate to get those docs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Even with version 7.5 I find it useful at times to refer to the Orchestrate manuals, because I've been burned in the past by errors in the Parallel Job Developer's Guide. It's good to have a cross-check available.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
track_star
Participant
Posts: 60
Joined: Sat Jan 24, 2004 12:52 pm
Location: Mount Carmel, IL

Post by track_star »

Good point Ray. Unfortunately, you can't get those unless you know someone that has them or unless you purchased Orchestrate OEM.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

They're also given out when you attend any Ascential/IBM PX class.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply