what is JOBCONTROL.H file?and where this file available?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

what is JOBCONTROL.H file?and where this file available?

Post by mallikharjuna »

Hi All,

what are JOBCONTROL.H and UNIVERSE.INCLUDE ODBC.H

files?and where these file available?

Thanks in Advance.
MALLI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

They are 'header' files, also known as 'include files' for the compiler, much like copy books in a COBOL world if that means anything to you. They live in the $DSHOME/include directory from what I recall.

Take a peek, they're just text files and are good to look at. Just don't move them or think about editing them! :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

It is in "dsinclude" directory under project folder. It is more like the string.h in C. Jobcontol.h is a support routine to write the job control. It has has most generic functions and its error codes. As suggested, you can view that.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When's the interview?
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