Give the syntax of job specifying jcl statement.
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by include statement in jcl?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
What is a Dummy Utility and what it does ?
If job is submitted with typerun = hold then how can we submit the same job?
In sms datasets, what is the function of the dd avgrec keyword?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
how to identify a vasam dataset by seeing in 3.4(browse)
In job processing, what happens in conversion stage?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How many instream we can write in single jcl?