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
Which statement is used to identify the private libraries in job?
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
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How would you understand error(execution phase)?
What parameter of the job statement is used to limit the cpu time consumed by the job?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the difference between jcl and jes?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What do you understand by jcl?
Is condition checking possible in jcl? If yes, how?
Is there any command to check wether the ps file is in sorted order?
Is it possible to left uncode disp?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
which utility is used to sort a file in jcl?