sivakanuri
New User
Joined: 07 Jun 2004 Posts: 5 Location: hyderabad
|
|
|
|
hi guys,
please give the answers for follwing questions.
1.how can u track a TICKET? What is the Ticket Tracking mechanism ?
2.What is SCHEDULAR?
3. How can u copy a particular member ,from production region to test region?
4. What is the option in ISPF menu for TOOLS?
5. What will happen when executing an embedded SQL program, without performing BIND?
6. GDG concatenation for FIXED length and Variable length?
7. Why we should not use GOTO statement?
8.A record which was created before 2 years of period has to be deleted from a database table on by checking each and every month?
how u will code that JCL/ while before deleting u have to take a back up copy of that table?
9.What is unit testing?
10. how you will plan a unit testing? how wll finialize that your program has been finished succesfully?
11. what is analysis? Give the description to have?
12. how will place ur program in ENDEVOR?
13.what real time abends that u faced regarding CICS?
14.how will set break point with XPEDITOR?
15. what are the different phases in LIFE CYCLE?
16. how will make work reques plan(WRP) and Quality Reports?
PLEASE SEND THE ANSWERS TO MAIL ID
yrajesh822@yahoo.co.in
rajesh822@rediffmail.com |
|
jz1b0c
Active User
Joined: 25 Jan 2004 Posts: 160 Location: Toronto, Canada
|
|
|
|
sivakanuri wrote: |
hi guys,
please give the answers for follwing questions.
1.how can u track a TICKET? What is the Ticket Tracking mechanism ?
2.What is SCHEDULAR?
3. How can u copy a particular member ,from production region to test region?
4. What is the option in ISPF menu for TOOLS?
5. What will happen when executing an embedded SQL program, without performing BIND?
6. GDG concatenation for FIXED length and Variable length?
7. Why we should not use GOTO statement?
8.A record which was created before 2 years of period has to be deleted from a database table on by checking each and every month?
how u will code that JCL/ while before deleting u have to take a back up copy of that table?
9.What is unit testing?
10. how you will plan a unit testing? how wll finialize that your program has been finished succesfully?
11. what is analysis? Give the description to have?
12. how will place ur program in ENDEVOR?
13.what real time abends that u faced regarding CICS?
14.how will set break point with XPEDITOR?
15. what are the different phases in LIFE CYCLE?
16. how will make work reques plan(WRP) and Quality Reports?
PLEASE SEND THE ANSWERS TO MAIL ID
yrajesh822@yahoo.co.in
rajesh822@rediffmail.com |
==================
hello,
first of all do not put so many questions in one Post.
2.What is SCHEDULAR?
Schedular organized the batch job flow.
/* I can write more about this but there are too many questions */
3. How can u copy a particular member ,from production region to test region?
Using Endevor/ Panvalet ???
5. What will happen when executing an embedded SQL program, without performing BIND?
Job will abend
7. Why we should not use GOTO statement?
You can use GO TO statements, if you can keep track of branching
13.what real time abends that u faced regarding CICS?
what ??????
8.A record which was created before 2 years of period has to be deleted from a database table on by checking each and every month?
Write a Delete Sql
14.how will set break point with XPEDITOR?
Type BR on the line you want a break |
|