Differentiate between the joblib and the steplib statements?
No Answer is Posted For this Question
Be the First to Post Answer
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
diff bw vsam and normal flat file?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the difference between perform varying and perform
When output dataset space is required, what quantity categories are used?
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?
Explain the hierarchy levels in jcl?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
Explain the purpose of dd * statement in jcl?
lines(1,cancel)??What is meant by that??Plz explain it....
What is the purpose of the PARM keyword in the EXEC statement?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??