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

For searching a particular member to which PDS it belongs we
can check it in the workbench option 23...
In TSO Prompt enter > wb;;23 and enter the member name which
helps you find the PDS to which the member belongs too...

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl? If yes, how?

659


How can values be passed from the job stream to an executable program?

879


What is Cataloged Procedures?

715


How does jcl act on a cobol code?

659


What are the difference between jcl and jes?

1050






WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1042


what are the various stages of job processing?

742


What is the function of //jcllib statement?

813


how to do automated restart when a job abends?

854


What are steplib and joblib? What for they are used?

697


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

750


How can a stopped job be started again?

716


what is DSN parameter and DISP parameter is used for?

680


write a jcl to execute a job by 7:00 am on jan 20,1986?

702


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

758