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
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How gdg are concatenated?
what are JCLLIB and STEPLIB in JCL?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the purpose of dd?
how to compare two datasets without using superce because output is limited to 133 bytes
How can values be passed from the job stream to an executable program?
What is the purpose of the dd keylen parameter?
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) ?
Brief description of inline procedure of jcl.
For what purpose steplib and joblib are used ?
List the different components of jcl statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to do automated restart when a job abend?