dsxutl

command module
v0.0.0-...-b9fc3ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

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

Documentation

Overview

Package main provides the entry point of the 'dsxutl' commands

Directories

Path Synopsis
Package dsx contains code for the dsxutl command
Package dsx contains code for the dsxutl command
Package test contains code for the dsxutl integration test
Package test contains code for the dsxutl integration test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL