Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


how many members can be created inside a single pds?

8 Answers  


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

4 Answers   HCL,


is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?

4 Answers   Accenture,


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Explain the hierarchy levels in jcl?

0 Answers  


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

2 Answers  


Categories