what will happen two jobs have same name are submitted
Answers were Sorted based on User's Feedback
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 ? | 31 Yes | 0 No |
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 |
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 |
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 |
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 |
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
What is the Record Address file. How can we use it in RPG program?
in which journalling which attributes are necessary
difference between CHAIN and READE?
3 members in a databasefile .how to read records from all the members?????????
How to search particular records from the database file in rpg?
what is commitment control?explain about it?
How to read a record from file where there is multiple record occurrence is available?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
Need a sql query: retrieve all duplicate records in table?
What you have to do in the display file when you are using message subfile?
How to declare the pull button in AS/400..