IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Interview Questions


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
keerthi

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Mon Sep 26, 2005 8:20 pm
Reply with quote

Please answer the following questions.

1) What are the Max, Min and Min Editable Length of VSAM Record?

2) Assume that a dataset contains millions of records in that thousands of Records Abends with SCO7 Error. How can u find that Particular Records? Is there any way to separate those Records and how can u solve that SOC7 ABEND for all Records?

3) Assume that my Procedure Terminates Abnormally, before Restarting the proc what are the prerequisites we have to take?

4) Can we directly use VSAM dataset or we have to follow any initialization process?

Keerthi.
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Sep 27, 2005 9:26 am
Reply with quote

Hi,

Quote:
2) Assume that a dataset contains millions of records in that thousands of Records Abends with SCO7 Error. How can u find that Particular Records?


You can check the syslog of sysout to check the record.


Quote:
Is there any way to separate those Records

It depends on your database, If you are using VSAM then u have to copy in flat file delete these records and after that again put all these records in VSAM,


Code:
can u solve that SOC7 ABEND for all Records?


This topic already discussed. Make search in forun. You will get how to solve the SOC7.

Quote:
3) Assume that my Procedure Terminates Abnormally, before Restarting the proc what are the prerequisites we have to take?


It depends on your proc and on which step it is abended. Like if a job abended in after creating of GDG then in job you have to make changes the version of GDG and submit from abended step.

Quote:
4) Can we directly use VSAM dataset or we have to follow any initialization process?

You have to go Initialization Process.

Hope this helps

Regards

Rupesh
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Comp interview questions Mainframe Interview Questions 5
No new posts Interview Questions on Cobol DB2 program Mainframe Interview Questions 5
No new posts The Last Two Question For You To Ask ... Mainframe Interview Questions 0
No new posts Mainframe Interview Questions CICS,CO... Mainframe Interview Questions 6
No new posts Viewing executing process in NDM .. q... IBM Tools 0
Search our Forums:

Back to Top