How to execute a set of JCL statements from a COBOL program ?
Answer Posted / guest
Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command.
var-name is a COBOL host structure containing JCL statements.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
how to run batch program without jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
a dd statement has 2 types of parameters. Name them?
How can the submitting users racf authority be overridden in a job stream?
Name a few IBM utility programs, and explain its function.
what is “Cond= even” and “Cond=only”?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how you can access an uncataloged dataset in a JCL?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are steplib and joblib? What for they are used?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?