1

How to export a Datastage job in Unix Machine,

I have tried using the following tools.

istool used only for the .isx format.

dsexport is used for windows client.

Is there any possibility to export a job to .dsx in UNIX machine

chintuyadavsara
  • 1,509
  • 1
  • 12
  • 23
  • Possible duplicate of [How to export/import a Datastage Job using Execute Command Stage in Datastage 11](https://stackoverflow.com/questions/54435292/how-to-export-import-a-datastage-job-using-execute-command-stage-in-datastage-11) – MichaelTiefenbacher Jan 30 '19 at 19:02
  • @MichaelTiefenbacher Can you please answer for the question please sir – chintuyadavsara Jan 31 '19 at 05:18

1 Answers1

1

DSX is a format on the client and isx the format on the server. Check out this technote - there is no export to dsx on the server.

There are lots of options with isx so it would be interesting what youa re intending to do with is and why you think you need a dsx format.

MichaelTiefenbacher
  • 3,805
  • 2
  • 11
  • 17