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
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 |
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 |
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 |
Answer / squid
Any ideas usin ICETOOL? Pretty powerful that. But I'm a
newbie to it.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to convert fb to vb in jcl ?
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)
how many members can be created inside a single pds?
how to allocate a dynamic dataset in jcl ?
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 ?
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?
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?
wht happens if blksize = 0 and lrec = 0 ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
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 ?
Explain the hierarchy levels in jcl?
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