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

Answer Posted / nikita

we can do it using REXX

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of dcb parameter in dd statement?

885


Are there any set of rules for the names of the steps used in a job? What are they?

682


How can a jobs execution priority be modified?

885


Explain the function of job statement in jcl?

734


How would you understand error(execution phase)?

721






what happens in conversion stage in job processing?

821


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1592


can any one plzzzzzz tell the jcl code for creating ps using idcams

10770


which parameter is used to check the syntax of a jcl without executing it?

902


//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 /*

1013


if the submitter of a job wants to inform another user about the job completion, how can it be done?

861


what is SOC4 error?

825


what is DD statement is used in JCL?

764


how do you access an uncataloged dataset in a jcl?

1056


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1903