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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is NOTCAT ?

740


What are steplib and joblib?

725


What dd statement is used to supply the name of a dataset?

779


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


Name what parameter directs the output of the job log dataset?

563






what is the compile process of cobol program expalin with code

2002


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

912


How to submit jcl through a cobol program?

679


How gdg are concatenated?

672


What do you know about jcl?

650


Explain the function of dd disp parameter?

595


what is the purpose of coding notify parameter in job statement?

686


What does a disposition of (new,catlg,keep) for a dsn mean?

617


What are the difference between jcl and jes?

1050


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2172