Is automatic restart possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
how to convert a file form fixed Length to variable length?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
How to pass the parameter in parm using linkage section ? (syntax)?
how JCL works?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
which parameter is use to declare the name of dataset in dd statement?
what is a jcl?
how can we override data definitions in jcl. can any one give detailed example
Differentiate between the joblib and the steplib statements?
What is Cataloged Procedures?