Skip to content

jdelvign/dsxutl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Version

dsxutl

Simple tool to work with IBM DataStage DSX files

dsxutil grep command

  • 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

dsxutl ljobs command

  • Display the job designs contained in the DSX file on the standard output

dsxutl header command

  • Display the DSX header on the standard output

How to Build

dsxutl use a simple Makefile designs to run under Windows

About

Tools to work with DataStage DSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published