Can an individual step be restricted from using all the jobs allowed cpu time?
No Answer is Posted For this Question
Be the First to Post Answer
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
jcl is like a complier....?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What are steplib and joblib? What for they are used?
What is Backward Referencing ?
can anyone explain me about sort in jcl with inrec and outrec ?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
Explain in DD statement what is the use of DCB parameter?
what is the meaning of keyword in jcl?what is is opposite?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA