datastage

I want to copy job names in datastage designer


I want to copy job names in datastage designer It doesn't work using 'Ctrl+C' and 'Ctrl+V'. How can I copy job names? also In pallete too.

DATASTAGE DESIGNER

Find in DATASTAGE Tutorial


Solution

  • Listing jobs by Name and Category

    You can list jobs (as they appear in design time) using the dssearch command at the command line interface:

    dssearch -ljobs -matches -sub [category] [-oc] [-oj] <project> [job]

    Examples:

    The dssearch command lists all jobs in the project as they appear in design time. If you need to find jobs by runtime status, use the dsjob -ljobs command. Note that the documentation for dssearch disappeared since version 8.5, but from my experience it still exists and works (as of version 11.7).