Simple tool to work with IBM DataStage DSX files
- dsxutl grep search a substring into a dsx file.
- When found, display the job name the substring where found and the line number into the DSX file.
Usage: dsxutl grep -substr <SUBSTRING> [-ignoreCase] -dsxfile <DSXFILE>
-dsxfile string
The DSX file to search in
-ignoreCase
Search the substring in case sensitive (false/default) or not (true)
-substr string
The substring to find in the DSX file
- Display the job designs contained in the DSX file on the standard output
- Display the DSX header on the standard output
dsxutl
use a simple Makefile designs to run under Windows