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 |
How to find d key field of a pf that doesn’t have source physical file?
there is any limit to display the members in rpg400?
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 ?
3 members in databasefile .how to read records from all the members??
What is the purpose of FRCDTA keyword?
Difference between RESET and CLEAR
Can you copy the records created by the OPNQRYF to other files and how?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
steps involved in debugging and types of debugging modes?
How to declare the dynamic(run time) array in rpgle? can you please give example
How to write record if no field or the field are different in physical file in rpgle ?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?