Answered Questions

  • Pass Parameter from JCL to COBOL

    How will you pass a parameter from JCL to COBOL without using param and sysin?

    Mehul

    • Feb 26th, 2016

    You can have the parameters as the contents of a file and then read that file in the Cobol program for the parameters.

    Ishaan Tewari

    • Feb 19th, 2016

    Return code can be set through program and is very useful in handling the step execution based on RC using IF ELSE construct.