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)
Answer / muttaiah
If you are submitting manually using "SUB" Command on CMD
Prompt. Then use USERID, PASSWORD parm's in JOB card.
If the job is triggered by Schedular. Then you have to
request the particular team which is running that job to
run it under your ID.
Does this answer you Question?
| Is This Answer Correct ? | 5 Yes | 2 No |
wht is the d/f between positional parameter n keyword parameter ?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
what do you mean by include statement in jcl?
How do you overcome this limitation ?
Is automatic restart possible in jcl? If yes, how?
Name the system library from which modules are retrieved at execution
When we give TYPERUN = SCAN , what are the syntax errors we get?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
What are the rules employed while naming the steps in a job?
Explain how can a jobs execution priority be modified?