Hi,
I got a question when i face one interview what type of output will come while submit same job twice.
If it gives abend what type of abend come?
What output will come while submit same job twice?
-
- Posts: 32
- Joined: Mon Jun 07, 2010 3:58 pm
- Skillset: JCL COBOL VSAM DB2
- Referer: MY Faculty
- Location: Hyderabad
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: What output will come while submit same job twice?
what kind of silly question is that ....
we might argue about final overall logic result vs. byte by byte equality
i.e.
submitting twice the compilation for the SAME source will produce
the same overall logic result, a load module ready for execution
the byte by byte result will be different because of
for example timestamps ( look at the sysout and any compiler will write into the title line the date/time of execution )
any output(*) produced by a job will depend ONLY on the program being executed
nothing more, nothing less
abends/return codes will depend ONLY on the program being executed
nothing more, nothing less
(*) extended meaning ... <objects> being written or updated
we might argue about final overall logic result vs. byte by byte equality
i.e.
submitting twice the compilation for the SAME source will produce
the same overall logic result, a load module ready for execution
the byte by byte result will be different because of
for example timestamps ( look at the sysout and any compiler will write into the title line the date/time of execution )
any output(*) produced by a job will depend ONLY on the program being executed
nothing more, nothing less
abends/return codes will depend ONLY on the program being executed
nothing more, nothing less
(*) extended meaning ... <objects> being written or updated
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: What output will come while submit same job twice?
There are too many variables to be able to answer the question:
- does the program check for rerun?
- does the program update a file or database?
- does the job clear out the input file after processing?
- does the job FTP data to a server somewhere?
- does the job do a compile / link?
- how many steps does the job have?
- is the job running under scheduler control?
etc
etc
etc
Another example of a stupid interview question -- no thought went into the question, so no thought needs to go into the answer.
- does the program check for rerun?
- does the program update a file or database?
- does the job clear out the input file after processing?
- does the job FTP data to a server somewhere?
- does the job do a compile / link?
- how many steps does the job have?
- is the job running under scheduler control?
etc
etc
etc
Another example of a stupid interview question -- no thought went into the question, so no thought needs to go into the answer.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: What output will come while submit same job twice?
Hello,
If this is the actual question asked (not a restatement/rephrasing of the question), the only answer i would give is "It depends".I got a question when i face one interview what type of output will come while submit same job twice.
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 3
- 2785
-
by willy jensen
View the latest post
Tue Jun 29, 2021 1:36 pm
-
- 11
- 3692
-
by willy jensen
View the latest post
Thu Oct 15, 2020 1:25 am
-
- 2
- 2276
-
by Pedro
View the latest post
Tue Feb 27, 2024 4:44 am
-
-
CICS program output different when ran using CEDF.
by rogerstrycova » Sun Oct 03, 2021 4:52 pm » in CICS - 2
- 1563
-
by Robert Sample
View the latest post
Sun Oct 03, 2021 8:22 pm
-
-
-
Can i read output file created after SORTing in the same pgm
by savitha_y » Sat Feb 06, 2021 1:17 am » in IBM Cobol - 4
- 1624
-
by savitha_y
View the latest post
Tue Feb 09, 2021 7:11 pm
-