GeekInterview.com
Series: Subject: Topic:

Mainframe Interview Questions

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
24
61
Feb
18th,
2012
226
902
May
25th,
2012
206
414
May
7th,
2012
42
29
Jan
6th,
2012
149
504
May
8th,
2012
44
119
Jan
8th,
2012
Showing Questions 1 - 20 of 68 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is retrofit analysis?

Asked By: taratanaya | Asked On: Nov 5th, 2006

Answered by: vasundara on: May 21st, 2012

Rate analysis of retrofitting

Answered by: biswajeet kumar on: Feb 21st, 2007

Retrofit is nothing but, adding the misiing code when (when version is in producton and the 2nd you are working in development region)2nd case arrises when two differeng region codes are to be merged ...

Vsam related

Asked By: gandikotasiva | Asked On: Apr 27th, 2012

How to change the key field in a vsam file?

Answered by: Prasad on: May 14th, 2012

You cannot change the key in a VSAM file. Key is defined while defining the file, so the starting position and length remain the same and there is no alter command to change the key.

Combining first two rec as one rec in third file.

Asked By: mannurusrinivasulareddy | Asked On: Mar 23rd, 2012

I am having file1 and file2, and result should be as follows in file3 file1 file2 file3 1 11 111 2 12 212 3 13 313 4 14 414 5 15 ...

Answered by: gandikotasiva on: Apr 27th, 2012

Here you need to go for a counter variable assume(ws-count) read FILE-1 count the length of that record and store it in ws-count move the values from FILE-1 to FILE-3(1:) (make use of referen...

Comp variables

Asked By: gandikotasiva | Asked On: Apr 27th, 2012

How to view the value of comp variables?

How can I execute a particular job from no. Of jobs?

Asked By: rohit | Asked On: Aug 30th, 2006

Answered by: praveen_s on: Apr 5th, 2012

Yes.. we can exec a particular job using IKJEFT01 utility. A single job can have any number of jobs and 1 job can trigger another job..

Answered by: Hemantha on: Mar 30th, 2012

//jobname job notify=&sysuid,restart=step3 //step1 exec pgm=sort, //step2 exec pgm=sort //step3 exec pgm=sort //setp4 exec pgm=sort,cond=(4,noteq,step3) or cond=(4,gt,step3) //step5 exec pg...

Based on which scenario , we can prefer static or dynamic call for our program?

Asked By: praveen_s | Asked On: Apr 5th, 2012

Based on which scenario , we can prefer static or dynamic call for our program?

How to use /n , /m , /p infoman tickets ?

Asked By: UNIVERSE | Asked On: Feb 28th, 2012

When navigating in mvs, how and when I need to use /m, /n, /m tickets?

What is fba? For what purpose it is used?

Asked By: its_saru | Asked On: Oct 18th, 2006

Answered by: Jay Walker on: Feb 27th, 2012

I keep seeing FBA defined as "Fixed Block Architecture" all over the internet. Lets think about this for a minute... Times up... F = Fixed = length of each record is identical (e.g., 133 characte...

Answered by: deepalakshmi.s on: Oct 27th, 2006

To my knowledge FBA is Fixed Block Attribute. Whenever you use "After Advancing" in the cobol program for reports,  the mode should be FBA. If it is wrong please let me know.

Which one is the invalid?A. Amode(24) - rmode(31)b. Amode(31) - rmode(24)c. Amode(31) - rmode(31)d. Amode(24) - rmode(24)

Asked By: bashamfs | Asked On: Jul 19th, 2007

Answered by: satish on: Feb 25th, 2012

ans:B,bcoz the addresspace of r-mode must be greater than a-mode

Answered by: samlagman on: Mar 3rd, 2008

A. AMODE(24) - RMode(31)

How to use start keyword in index(ksds) file ? Explain with real time situation where you would use this.

Asked By: naveen | Asked On: Jun 28th, 2007

Answered by: prasadmalleboina on: Feb 19th, 2012

start command is used to dynamic read per pus use in vsam ksds files.

Answered by: kckinney on: Nov 1st, 2010

I'm sorry to answer a question with a question, but what are you referring to?Do you need to simply define a KSDS?  Or do you need to open it in a specific language?  If so, what languag...

Access mode

Asked By: shikhakalia06 | Asked On: Jun 1st, 2009

In which file (sequential, indexed, relative) can all access mode be used (input,output.I-o,extend)?

Answered by: prasadmalleboina on: Feb 4th, 2012

ksds file means keys sequential data set. its takes access is 3 types.
1.sequential
2.random.
3.dynamic
its organization is indexed .

Answered by: darapradeep on: Aug 6th, 2009

All file KSDS, ESDS,RRDS

How to prepare for mainframes to clear interview?

Asked By: vardhan.frd | Asked On: Jan 20th, 2012

Tell me any real time error codes ,file status codes in cobol,jcl db2.It will be useful for me in interviews.

Answered by: kvenkat2010 on: Feb 2nd, 2012

Very simple. You have to prepare all the modules like JCL, COBOL, VSAM and DB2. Most of the companies repeats same questions upto 60%. So prepare well for those 60%. One simple idea is.. Whenever yo...

How to test the given dataset is empty (or) not through jcl in mainframes?

Asked By: ANIL | Asked On: Jun 16th, 2006

Answered by: sunil on: Jan 24th, 2012

what u said is exactly correct vamshi. we can check using outfile dummy and count(1) whether the file is empty or not.

Answered by: jvsamycts on: Oct 10th, 2009

Simply you can use the below sort card,SORT FIELDS=COPY             OUTFIL FILES=1,NULLOFL=RC4   SORTIN    - D...

What is infoman?

Asked By: pratibha.bhat | Asked On: Feb 7th, 2007

Star Read Best Answer

Editorial / Best Answer

Answered by: Nitin Dobhal

Answered On : Feb 14th, 2007

Infoman is a tool, which is used for reporting purposes. Some organizanations use it as a tool to manage all the phases of SDLC, right from the customer's requirements.

Answered by: Marta Cortes on: Jan 13th, 2012

is there a way to reduce email notification from infoman? For example, get notifiy without receiving a bunch of emails everyday?

Answered by: arjun on: Sep 14th, 2011

It is the one of the ticketing tool

Large file merging with condition

Asked By: mark | Asked On: Oct 7th, 2005

I have 3 files . 2 files have millions of records.These 2 files have one ( empnumber) common record field. I want to put those records in 3rd file , such that which records having same number in key field (empnumber)in these two files ?

Answered by: Jitendra Kumar Rathour on: Oct 17th, 2011

it will be done by the ICETOOL and the DFSORT...............

Answered by: AJAY KUMAR ANDE on: Aug 23rd, 2011

using cobol we can perform TAKE TWO INPUT FILES, AND ONE OUTPUT FILE, READ TWO FILES, APPLY 'IF' CONDITION ,IF IT MATCHES WRITE INTO OUTPUT FILE."cobol fd in-file1 01 rec1 02 s...

Mainframe developer questions

Asked By: Sahasrareddy | Asked On: Aug 28th, 2011

This is sahasra, I am trying for a job as a mainframe developer. I am attending the interview as a 3+ candidate. The real time questions like: 1)tell me about your project 2)tell what is the recent change request you have got? 3)what are the difficulties you faced? 4)what are the abend codes you got...

Answered by: vivekananda on: Sep 10th, 2011

1)Tell me about your project Ans: Explain about your project (client location, business requirement, team size and roles and responsibilities). 2)Tell what is the recent change request you have got? ...

Endeavour tool

Asked By: pranav ji | Asked On: Oct 20th, 2010

How is endeavour tool used in practical scenario?

Answered by: SHASHIKANTH REDDY KATAM on: Aug 30th, 2011

Version control deals with changes made to a file. In mainframe terms, they could be the changes made to an application program, copybook, or JCL. Now these changes should be brought under control suc...

Answered by: davindersingh29 on: Jan 24th, 2011

Go thru the following link:

http://www.geekinterview.com/question_details/30000

and there are tutorials and manuals available online

How you analyze and design requirements in mainframe?

Asked By: rajesh.valuri | Asked On: Aug 26th, 2011

What is soc4 & soc7 errors?

Asked By: sss | Asked On: Mar 7th, 2006

Star Read Best Answer

Editorial / Best Answer

Answered by: VInodReddy

Member Since Feb-2006 | Answered On : Mar 9th, 2006

SOC4 abend may be due to the following reasons.

1.Missing SELECT statement ( During Compile time)

2.Bad Subscript/Index

3.Read/Write attempt to unopened file

4.Move data to/from unopened file

5.Missing parameters in called subprogram

SOC7 abend may be due to the following reasond

1.Numeric Operation on Non-numeric data

2.Coding past the maximum allowed subscript.

3.Un-initialize working storage.

Please let me know if there more reasons for the above mentioned abends.

Answered by: Chinmay on: Aug 10th, 2011

soc4-Protection exception, usually caused by an invalid index and subscript to an array

soc7-Caused due to bad data, in case of numeric data we are moving non-numeric,in case of numeric comparison we are finding space

Answered by: chaitanyanavakoti19 on: Nov 17th, 2008

SOC4 means subscript being out of range. This is because of compiler option.
Default is nossrange we have to change it for ssrange....

SOC7 means uninaialized numeric field. For SOC7 if we are doing numeric opretion which field is defined as non-numeric.

Explain the process of resolving soc4& soc7 errors?

Asked By: satish_j10 | Asked On: Dec 6th, 2005

Answered by: Blackframe on: Jan 14th, 2009

The only simple solution i can think of is, try expediting the code and press F12. Its should abend and stop at the problem statement.This would give you the record details and values you need to iden...

Answered by: haiardhan on: Jul 27th, 2008

If we put non numeric values insted of numeric value then we will get s0c7

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

CICS Interview Questions

COBOL Interview Questions

DB2 Interview Questions

IDMS Interview Questions

JCL Interview Questions

VSAM Interview Questions

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".