Job Control Language Reference?

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
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

Job Control Language Reference?

Post by krystlecsy »

Hi all,

I have always wonder how does people know what are the syntax and detailed description of all the commands in the Job Control tab. Eg. DMGetParam, DSLogInfo, DSLogFatal. There has to be some reference somewhere. Even for all programming languages, there has been references online on the syntax and what it does. I tried looking at the Help in DataStage but no such thing.

Can someone please share this document? Thanks a lot!!
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Re: Job Control Language Reference?

Post by Klaus Schaefer »

Job Control is actually DS Server functionality. You find a detailed description partly in online help and full description in the "Server Job Developer's Guide", chapter "BASIC Programming".

This guide is part of your standard DS docu automatically installed when you install DS clients.

All functions described there starting with DS.... are DS specific BASIC functions most usefull in job control coding.

Best regards
Klaus
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

They also exist in on-line help. Open the Index and type in DSG and you'll be right where you need to be.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

There are lots of examples on this site and on my tips page or on the other link below my signature.
Mamu Kim
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

Post by krystlecsy »

Thank you all..... :D
Post Reply