I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
No Answer is Posted For this Question
Be the First to Post Answer
For how long a job can be executed continuously in a mainframe ?
How can a jobs execution priority be modified?
what is DD statement is used in JCL?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
How can we increment subscript and index?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
What are three parameters you can specify on Job statement as well as on exec stmt ?
How to get the last but one duplicate record of the file using Sort?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
Max. No of DD statements in a job ?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?