Category: Shell Script

  • CONCSUB : submit a concurrent request through shell scripts

    There are mainly two functionalities of the CONCSUB utility: Submit Concurrent Requests and Control Concurrent Managers. In this article we are going to discuss how to submit a concurrent request through the Unix shell script by using the CONCSUB utility. The CONCSUB allows us to submit a concurrent program to the concurrent manager from the…

  • Shell Script Tutorial

    Topics: Steps to Register Shell Script as a concurrent program Sample Shell Script to copy the file from source to destination Basic Shell Script Commands Steps to Register Shell Script as a concurrent program step 1: ======= Place the <name>.prog script under the bin directory for your applications top directory. For example, call the script ERPS_DEMO.prog…