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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the sections present in data division.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Why occurs cannot be used in 01 level in COBOL?
Name some of the examples of COBOl 11?
What are various search techniques in cobol? Explain.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the pertinent COBOL
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between comp and comp-3?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can a Search can be done on a table with or without Index?
When is inspect verb is used in cobol?