how to submit a jcl by cobol program.
clear me with an example.
Answer Posted / leena_kulkarni
You just write out your JCL syntax to a file and assign it
to the internal reader to be automatically fired off when
you close the file.
SYNTAX:
When you close file, write down the below line.
//SYSUT2 DD SYSOUT=(*,INTRDR)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Name the divisions, which are available in a cobol program?
Explain the configuration section of a cobol program with examples of syntax.
Write a program that uses move corresponding.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Why would you use find and get rather than to obtain?
how to convert the recors form vsam file to db2 table tru file aid
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Write some characteristics of cobol as means of business language.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
IF I mention stop run in CICS what happens?
Explain about different table spaces.
How many sections are there in data division in COBOL?