What methodology can be adapted to transfer data to a program that is coded using the EXEC statement?

devquora
devquora

Posted On: Feb 22, 2018

 

One of the following methodologies can be adapted to transfer data to a program that is coded using the EXEC statement:

  • With the help of utilizing of the PARM in the JCL and coding using the receiving variable in the linkage segment of COBOL. For this situation, the "Technique DIVISION USING" explanation will be utilized.
  • By transferring information as instream in the JCL and coding an ACCEPT proclamation in the COBOL.
  • By transferring the required information in a level document and coding record descriptor and so forth in the COBOL program.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    JCL Interview Questions

    What do you understand by JCL?

    JCL is an acronym popular for Job Control Language, a command language principally owned by Multiple Virtual Storage (MVS). It is utilized by a wide variety of operating systems by the IBM Mainframe e..

    JCL Interview Questions

    List the various advantages of using JCL language.

    Some of the advantages of using JCL language include:..

    JCL Interview Questions

    List the different components of JCL statement

    The different components of the JCL statement include..