Answered Questions

  • what is the in stream data ?

    Akash

    • Nov 18th, 2016

    In-stream data in JCL: which come under SYSIN DD * AND /*

    //SYSIN DD *
    HI
    /*

    HI will be in stream data.

    Ishaan

    • Feb 19th, 2016

    We need to use ACCEPT keyword in the COBOL program to read the instream data.