Brief description of inline procedure of jcl.
No Answer is Posted For this Question
Be the First to Post Answer
What are the parameter we cannot use in procedure?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Explain about Specifying compiler options in the PROCESS (CBL) statement
what is A-MODE and R-MODE?
what is a jcl?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
How many positional parameters are there in job statement?
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?
describe the exec statement,its meaning ,syntax and keywords?
What do you do if you do not want to keep all the space allocated to a dataset?