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 |
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
How do you do indexing in a physical file?
3 members in a databasefile .how to read records from all the members?????????
how do I do concatenation in rpg iv, like I do in cl?
in which journalling which attributes are necessary??/
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
can I touch the array during treatments?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.