is the answer correct??
Moderator: Moderator Group
-
- Member
- Posts: 4
- Joined: Tue Oct 05, 2010 4:35 pm
is the answer correct??
This question i came across n the interview questions. But i dono how they got this answer. Can i hav an explanations??
What is the function of DD name parameter with a 2 part structure; Audit.Report ?
(1) Override the Audit DD statement in the report
(2) Override the Report DD statement in the Audit procedure
(3) Concatenate a dataset onto a DD statement in a called module
(4) Delete the Audit DD statement in the Report
What is the function of DD name parameter with a 2 part structure; Audit.Report ?
(1) Override the Audit DD statement in the report
(2) Override the Report DD statement in the Audit procedure
(3) Concatenate a dataset onto a DD statement in a called module
(4) Delete the Audit DD statement in the Report
-
- Moderator
- Posts: 1625
- Joined: Sat Aug 09, 2008 9:02 am
- Location: Mumbai, India
I'm sorry - but it does not sound like a "complete question" to me. Can you please rephrase it? Is it the question from some in-house quiz? This
is not some general/universal statement for everyone. Which Audit Report? The part of my application I support these days, does not have any Audit-Report while my previous project was full of Audit-reports and every Audit-report was different but no one, other than me, on this Forum know about them.What is the function of DD name parameter with a 2 part structure; Audit.Report ?
Regards,
Anuj
Anuj
-
- Member
- Posts: 2
- Joined: Sun Aug 26, 2012 10:00 pm
JCL & Cobol question & answer
I need series for JCL & Cobol question & answer for my students, so that they can do well in their interviews.
The original question is an incredibly poor example of a test question. Hopefully whoever posted this has corrupted the question when posting.
Given the "right" answer per the interview, the question appears to ask about overriding a DD statement when executing the job.
Does your post have anything to do with the first post of this topic? If not, you need to start a new topic for your question.
Hopefully, you have taught your students about overrides . . . And most everything else that would be used when they have jobs. If you are being paid to teach JCL, you should already have many questions and answers that you would have used while teaching.
Given the "right" answer per the interview, the question appears to ask about overriding a DD statement when executing the job.
Does your post have anything to do with the first post of this topic? If not, you need to start a new topic for your question.
Hopefully, you have taught your students about overrides . . . And most everything else that would be used when they have jobs. If you are being paid to teach JCL, you should already have many questions and answers that you would have used while teaching.
Have a good one
-
- Member
- Posts: 1
- Joined: Fri Feb 15, 2013 9:19 pm
1st question
1. proc1
proc2
up to proc5 is there if i want to call proc1 and proc5how can u write the code.
-->
I think your job having 5 steps calling 5 Procs
step1 - Proc 1
Step2- Proc2
Step3 - Proc3
Step4 - Proc4
Step5 - Proc5
Here you want to call only Proc1 and Proc5
Using IEBEDIT utility slected step can be executed.
In this case pass STEP1 and STEP5 to jes2/jes3 thru INTR(Internal reader) using IBM untility IEBEDIT
2nd question:-
sysut1, sysut2, upto sysut5 isthere i want to concatinate the 1 one and 5th one how can u concatinate write the code.
-->
This can be done using "REFER BACK"
Example : STEP1 having SYSUT1, SYSUT2, SYSUT3,SYSUT4, SYSUT5 DDNAME
//newdd1 dd *.STEP1.SYSUT1
dd *.STEP1.SYSUT5
Thanks,
Jyothi
1. proc1
proc2
up to proc5 is there if i want to call proc1 and proc5how can u write the code.
-->
I think your job having 5 steps calling 5 Procs
step1 - Proc 1
Step2- Proc2
Step3 - Proc3
Step4 - Proc4
Step5 - Proc5
Here you want to call only Proc1 and Proc5
Using IEBEDIT utility slected step can be executed.
In this case pass STEP1 and STEP5 to jes2/jes3 thru INTR(Internal reader) using IBM untility IEBEDIT
2nd question:-
sysut1, sysut2, upto sysut5 isthere i want to concatinate the 1 one and 5th one how can u concatinate write the code.
-->
This can be done using "REFER BACK"
Example : STEP1 having SYSUT1, SYSUT2, SYSUT3,SYSUT4, SYSUT5 DDNAME
//newdd1 dd *.STEP1.SYSUT1
dd *.STEP1.SYSUT5
Thanks,
Jyothi
-
- Moderator
- Posts: 1625
- Joined: Sat Aug 09, 2008 9:02 am
- Location: Mumbai, India
FREE TUTORIALS
Tutorials
Free tutorials from mainframegurukul
- JCL Tutorial
Covers all important JCL concepts. - Cobol Tutorial
This tutorials covers all Cobol Topics from STRING to COMP-3. - DB2 Tutorial
DB2 Tutorial focuses on DB2 COBOL Programming. - SORT Tutorial
This Tutorial covers all important aspects of DFSORT with examples - CICS Tutorial
This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page