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


Please Help Members By Posting Answers For Below Questions

How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1000


Name the sections present in data division.

943


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.

3974


What is the Purpose of POINTER Phrase in STRING command in COBOL?

1004


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1883


Why occurs cannot be used in 01 level in COBOL?

944


Name some of the examples of COBOl 11?

2908


What are various search techniques in cobol? Explain.

891


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

891


What are the pertinent COBOL

2266


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

2386


What is the difference between comp and comp-3?

930


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

891


Can a Search can be done on a table with or without Index?

1080


When is inspect verb is used in cobol?

955