I have a COBOL program that Accepts some input data. How do
you code the JCL statement for this?
( How do you code instream data in a JCL? )
Answer Posted / guest
//SYSIN DD*
input data
input data
/*
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
what happens in execution stage in job processing?
What is the purpose of the dd keylen parameter?
what is use of dsn parameter in dd statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is DSN in JCL and what are the parameters to declare the DSN?
What is use of restart and how to use it?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can the attributes of one sms dataset be copied to another dataset?
Explain the jcl exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Can I share my data with other jobs? How?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain how can the submitting users racf authority be overridden in a job stream?
How can an in-stream dataset be terminated?