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
which parameter is use to declare the name of dataset in dd statement?
Does jcl support automatic restart?
how do you access an uncataloged dataset in a jcl?
How would you understand error(execution phase)?
What does a disposition of (new,catlg,keep) for a dsn mean?
what happens in conversion stage in job processing?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the significance of addrspc parameter in the exec statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
List the various advantages of using jcl language?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is DSN in JCL and what are the parameters to declare the DSN?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed