How do you submit JCL via a Cobol program?

Answer Posted / guest

Use a file //dd1 DD sysout=(*,intrdr)write your JCL to this
file. Pl some one try this out.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which parameter is used to check the syntax of a jcl without executing it?

794


Explain the purpose of dd dummy statement?

667


how to run batch program without jcl?

10064


Explain dd statement in jcl?

638


what is DSN in JCL and what are the parameters to declare the DSN?

714






Name a few IBM utility programs, and explain its function.

4428


What is the function of the dd mgmtclas keyword in sms datasets?

730


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1483


how do you access an uncataloged dataset in a jcl?

827


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2162


How can the disposition of sysout datasets be set for an entire jobstream?

834


Explain the function of the steplib dd statement?

637


When space is allocated for an output dataset, what units can be used?

740


How can a fb file convert to vb file using sort program?

802


what are the types of abends that occur on job failure? And explain the possible causes of these

1112