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

What are various search techniques in cobol? Explain.

881


What is the difference between next sentence and continue in cobol programing language?

968


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.

1896


) How do u handle errors in BMS macro

1716


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

872


What are the different rules of SORT operation?

914


How do you reference the fixed block file formats from cobol programs

928


How do get the result of your program directly on your pc?

2078


How you can read the file from bottom?

887


) what is the difference between AID and HANDLE AID?

1898


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?

1089


What is the difference between external and global variables in COBOL?

1056


Why would you use find and get rather than to obtain?

914


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2193


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2328