Page 1 of 1

Program Sources in Manager

Posted: Tue Jun 22, 2010 12:42 pm
by Gopinath
Hi,

I am trying to take a dsx from Manager. While selecting i will select the two options "JOB DESIGN" and "JOB EXECUTABLE" alone. We have another option called PROGRAM SOURCES under JOB EXECUTABLES, do we need to check this option.

If Yes, why need to select and if not what will be the impact in the code.
Can anyone help me here..

Posted: Tue Jun 22, 2010 12:55 pm
by chulett
Since the dsx is really just a sequential file, you could always do two exports and examine them for any differences based on your choices. :wink:

As far as I know, if you've included the "designs" then you don't need to include the program sources as they are synonymous. Seems to me that "Program Sources" option gives you the ability to select just executables and then automatically include their design time information without have to make sure you pick the exact same list twice.

Posted: Tue Jun 22, 2010 3:34 pm
by Gopinath
chulett wrote:Since the dsx is really just a sequential file, you could always do two exports and examine them for any differences based on your choices. :wink:

As far as I know, if you've included the "designs" then you don't need to include the program sources as they are synonymous. Seems to me that "Program Sources" option gives you the ability to select just executables and then automatically include their design time information without have to make sure you pick the exact same list twice.

Thanks You so much...