if we give TIME=0 how many sec that job/step
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
if you memtion the JOB statement then the job is termined
abnormally.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / khader
this is a good question fot interview purpose.
if you give time=0 then the job will be terminated
abnormally.
| Is This Answer Correct ? | 1 Yes | 7 No |
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
What parameter directs the output of the job log dataset?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
In job processing, what happens in conversion stage?
How can unused space allocation be returned to the system when a dataset is closed?
restart logic ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are three parameters you can specify on Job statement as well as on exec stmt ?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?