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)



HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now..

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

Post New Answer

More JCL Interview Questions

What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??

14 Answers   L&T,


how you can access an uncataloged dataset in a JCL?

0 Answers  






how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.

6 Answers   Syntel, UHG,


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE

8 Answers   IBM,


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


using cursor how can you fetch more than one record into a variable

3 Answers   Syntel,


Categories