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

EDS Interview Questions


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

New User


Joined: 18 Apr 2005
Posts: 67

PostPosted: Tue Jan 31, 2006 2:33 pm
Reply with quote

PLease Give Me The answers below Questions.

1)How to Read comp3 data?
2)Can i rewrite a sequential file in tape? if yes how?
3)How many procedures can i write in ajob?
4)What is Vsam Reorganization?and how frequently we need to do that?
5)how will u pass data from cobol to jcl?
6)how did u choose control area size in ur application?
7)Few error codes u faced in cicsdevelopment? how did u solve that(tellme two)?
8) what are the abends did u faced in cics? how did u solve that?
9)what is difference between qmf and spufi?which one is best?
10)what is the maximum size of table space?
11)how did u contol row level locking?
12)what is psudo conversion?how did u implement in cics?
13)tell me the steps how will u move the changed program in ur pds to production?
(in endivour)
Back to top
View user's profile Send private message
pa1chandak
Currently Banned

New User


Joined: 31 Jan 2006
Posts: 55

PostPosted: Tue Jan 31, 2006 5:07 pm
Reply with quote

1)How to Read comp3 data?

YOU CAN ACCEPT AND DISPLAY THE COMP-3 VARIABLES


2)Can i rewrite a sequential file in tape? if yes how?

YES. YOU CAN REWRITE. THE FILE YOU ARE TALKING ABOUT IS THE ESDS FILE.
OPEN THE FILE IN I-O MODE.
AND ACCESS MODE RANDOM OR SEQUENCIAL.
READ THE FILE FIRST , DEPENDING ON THE FIELD.
SEARCH THE FIELD WHICH YOU WANT TO REWRITE AND
THEN REWRITE IT.


3)How many procedures can i write in ajob?

YOU CAN UPTO 15 PROCEDURES IN ONE JOB .


4)What is Vsam Reorganization? and how frequently we need to do that?

REORGANISATION, THE TERM ITSELF INDICATES THE MEANING.
WHEN WE ARE USING THE VSAM DATASET AND IT SEEMS THAT IT DOESN'T PERFORM SOME OPERATION
BECAUSE OF WHAT WE DEFIEND WHILE CREATION. SO WE HAVE TO GO FOR REORGANISATION.
YOU NEED TO CHECK THE COMPILER OPTIONS. SOME COPLILER DONT ALLOW TO CHANGE , WHAT YOU HAVE CODED.



6)how did u choose control area size in ur application?

PAY ATTENTION. WE ARE DEFINING ANY CONTROL AREA SIZE IN THE CREATION.
WE ARE ONLY CODING THE CISZ OPTION. THAT IS CONTROL INTERVAL SISE.
CONTROL AREA SIZE IS DECIDED BY THE ADMINISTRATOR,NOT BY THE PROGRAMER.



9)what is difference between qmf and spufi?which one is best?

BOTH HAS ITS OWN IMPORTANCE.
QMF IS QUERY MANAGMENT FACILITY AND
SPUFI IS SQL PROCESSING USING FILE INPUT.
IN SPUFI WHATEVER QUERIES YOU ARE CODING WILL BE AVAILABLE IF YOU LOGOFF AND LOGON AGAIN,
BUT IN QMF , ONCE YOU ARE OUT OF QMF REGION THE QUERY IS GONE.

IN BOTH CASES WHAT EVER OPERATION YOU DID WILL BE REFLECTING IN THE TABLES.



DO SEND ME THE REPLY

PAWAN C.

09822546416
pa1chandak@yahoo.com
Back to top
View user's profile Send private message
Hames

New User


Joined: 03 Oct 2005
Posts: 49

PostPosted: Tue Jan 31, 2006 5:11 pm
Reply with quote

Answers:

5> Using two ways: (i) Using file, (ii) Using RETURN CODE register.
7> AICA - Runaway task -- due to loop problem which causes infinite looping. ASRA -- Bad data in cobol pgm.
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