what are the types of abends that occur on job failure? And explain the possible causes of these
No Answer is Posted For this Question
Be the First to Post Answer
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of the dd dcb keyword?
Is it possible to code instream data in a PROC?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
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?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
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) ?
What is the DD statement for a output file?
Is it possible to left uncode disp? If yes, how?
What is the difference between sb37,se37,sd37 each?