Page 1 of 1

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

Posted: Wed Mar 14, 2007 12:48 am
by mallikharjuna
Hi All,

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

files?and where these file available?

Thanks in Advance.

Posted: Wed Mar 14, 2007 12:56 am
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:

Posted: Wed Mar 14, 2007 2:49 am
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.

Posted: Wed Mar 14, 2007 6:47 am
by ray.wurlod
When's the interview?