I have a PDS and want to omit few rows of all members of a
PDS. How to do it?

Answers were Sorted based on User's Feedback



I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / nikita

we can do it using REXX

Is This Answer Correct ?    9 Yes 1 No

I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / guest

I'm not sure of the answer but would just like to say that no question is a dumb question. a question may appear dumb to person who is expert in a field but could be a very difficult one for a new learner. instead of making fun of others its better not to reply and waste your time. These forums are meant for all kind of questions related to a topic.

Is This Answer Correct ?    4 Yes 1 No

I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / muttaiah

Hi Tamil Anbu,

If you are mainframe expert then just off from this
site. Don't just dare to say anything about the people who
question in this forum. If you don't like the question just
don't mind in replying to it but never ever try to put
answer in such a way that the person who posted it will get
hurt.

i can see how much you hurt now. Just feel the same about
others before posting. sorry to say the above words just
ignore. try to tell you how they feel.

Cheers Ambu.

Is This Answer Correct ?    3 Yes 0 No

I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / tamil anbu

This is a dumbest mainframe question that i have seen. why
not people ask useful and sensible question. just for the
sake of asking these stupid questions are compiled. sorry
dudes, if i were asked, then my answer would be different
that he would not ask me again.

Is This Answer Correct ?    3 Yes 3 No

I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / squid

Any ideas usin ICETOOL? Pretty powerful that. But I'm a
newbie to it.

Is This Answer Correct ?    0 Yes 1 No

I have a PDS and want to omit few rows of all members of a PDS. How to do it?..

Answer / santy

as a know, we are not storing the data records in members
of PDS.

Records are mostly stored in PS or VSAM file.

Then how come u r going to ask such question?

Is This Answer Correct ?    9 Yes 21 No

Post New Answer

More JCL Interview Questions

What is JCL LIB ?

3 Answers   Xansa,


I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.

4 Answers   TCS,


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


What are the 4 fields in dd statement?

0 Answers  


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,






How to copy one PS file to multiple PS files with same data?

1 Answers  


how to compress the data set

8 Answers   Keane India Ltd,


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


Explain how can return codes be tested before execution of a job step?

0 Answers  


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


wht happens if cond=true ? pls give me with an example ?

2 Answers   Syntel,


How is the record format of an output dataset specified?

0 Answers  


Categories