Mainframe interview questions I faced.

All sort of Mainframes Interview Questions.
Post Reply
GhuGhu
New Member
Posts: 5
Joined: Tue Dec 22, 2015 10:12 pm

Mainframe interview questions I faced.

Post by GhuGhu »

Hi all,

I faced few interview questions today can anyone help me with the correct answers?

1). One PS file is having 1000 records I want to read the records from last record to first record ?

2). PS file which is having millions of records and there are some duplicate records with word of "abcdef" in that file ...I don't know the length and position I want to delete the duplicate field from the file?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Mainframe interview questions I faced.

Post by Robert Sample »

1. This question comes up fairly frequently. Mainframes do not have any way to read sequential data sets backwards, so without a significant amount of effort it cannot be done. (Sequential data sets can be on magnetic tape, for example, which only can be read in one direction.)

2. The problem description is so vague as to be farcical. You could use DFSORT to pull out the records with "abcdef" without knowing starting position. But what determines a duplicate record -- every byte is duplicated? the key is duplicated? some subset of bytes are duplicated? There's just not enough information available to do much about the question.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Interview Questions.”