what will happen two jobs have same name are submitted

Answers were Sorted based on User's Feedback



what will happen two jobs have same name are submitted..

Answer / samul

Dear,

We can submit as many josb wiht the same name.
system will generate unique job number for each job...?

Hope it's enough....

Is This Answer Correct ?    30 Yes 0 No

what will happen two jobs have same name are submitted..

Answer / santy

Buddy,

samul says is right.
we can submit many jobs at a time with smae name, b'cos
system will generate unique job number for each job.

Is This Answer Correct ?    16 Yes 0 No

what will happen two jobs have same name are submitted..

Answer / mahalakshmi

Jobs having same name but username will be different right. tell me if i am wrong

Is This Answer Correct ?    0 Yes 2 No

what will happen two jobs have same name are submitted..

Answer / ld123q44

Two jobs CANNOT have the same name. The job name and the job
ID are assigned by the OS and they are unique.

If you are talking about SBMJOB, you can call the same
program multiple times. The system will queue them and run
them one by one, but if you do your submissions to different
job queues they will run concurrently, unless the system is
out of resources.

Is This Answer Correct ?    1 Yes 5 No

what will happen two jobs have same name are submitted..

Answer / sathya

yes. you can have many jobs with the same name, but only one
job will be executing with same name, others will say DUP on
the status column.

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More RPG400 Interview Questions

This is my Physical file 'EMPS' existing in library "TAMIL1" and its record format is 'EMPRCD" a)its source is R EMPRCD ENO 4 0 ENAME 10 EADD 10 b)The records present in EMPS are as follows ENO ENAME EADD 0001 tamil coimbatore 0002 kumar bangalore 0003 sunder bangalore 0004 arunkumar chennai 0005 pandi hyderabad 0006 santhosh hyderabad 0007 sasi salem 0008 kalai chennai 0009 suresh hyderabad 0010 vijay bangalore 0011 Arul chennai 0012 velu chennai 0013 khan bangalore 0014 praba chennai 0015 praba.p coimbatore 0016 anand ooty 0017 raja erode 0018 sankar erode 0019 vadivel namakkal 0020 anbu chennai 0021 Ajith mumabi c)now i want to select the 'ENAME' field records starting with 'S' for that i have created a RPG program its source code is PGM DCLF FILE(TAMIL1/EMPS) DCL VAR(&MYENO) TYPE(*CHAR) LEN(4) OVRDBF FILE(EMPS) SHARE(*YES) OPNQRYF FILE((TAMIL1/EMPS)) QRYSLT('ENAME *EQ %WLDCRD("S *")') READ: RCVF RCDFMT(EMPRCD) MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(END)) CHGVAR VAR(&MYENO) VALUE(&ENO) SNDUSRMSG MSG(&MYENO) SNDUSRMSG MSG(&ENAME) SNDUSRMSG MSG(&EADD) GOTO READ END: CLOF OPNID(EMPS) DLTOVR FILE(EMPS) ENDPGM Is this coding correct sir,the program gets compiled,and if i call it it says query running but records are not displayed.please help me out

4 Answers   Virtusa,


ESCAPE message sent by child program can be handled by parent program using which keyword?

2 Answers  


What is the significance of UDATE?

5 Answers   IBM,


Can AnyOne tell me how to read join logical file in rpg from starting to end?

2 Answers  


Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????

1 Answers  






How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??

1 Answers  


what is an online rpg?

0 Answers   IBM,


can you debug ile rpg program using isdb?

0 Answers   IBM,


How many program bind in one module....

0 Answers  


wat is the difference between array and multiple occurence data structure?

4 Answers   Four soft,


what is ment by "MDT"

2 Answers   TCS,


How to sort an array in descending in RPG

3 Answers   Google, TCS,


Categories