Can we find specific member without knowing the name of PDS
or can we search a member to which PDS it belongs to? if so how?

Answer Posted / rajesh

hi,

As the pavan said is correct,

more information we can also give mem 'dname' in 3.4 panel.

dname = ps name you want to find.

Thanks & Rgd's
rajesh

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to submit a jcl from cics?

670


what operation is performed by job statement?

663


Explain dfsort utility?

675


Explain about ISPF/TSO Commands

1315


how you will the direct the data to spool using sysout option?

1769






How can unused space allocation be returned to the system when a dataset is closed?

812


In job processing, what happens in execution stage?

700


How is the record format of an output dataset specified?

747


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

637


what happens in conversion stage in job processing?

733


which utility is used to run a cobol-db2 program?

810


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

916


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2111


how you can access an uncataloged dataset in a JCL?

656


How to submit jcl through a cobol program?

681