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 / guest
go to 3.4 option.
in the command line type the following.
command ==> MEMBER 'Member_name' (hit enter)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What do you know about jcl?
how can the same proc be re-used and called by many jobs?
which utility is used to run a cobol-db2 program?
List in order the hierarchical levels of jcl?
What are the 4 fields in dd statement?
what is DD statement is used in JCL?
Why block size is multiple of lrecl in jcl?
Explain the purpose of the dd keylen parameter?
Is it possible to define dd statements as you want?
Is it possible to code instream data in a PROC?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
In job processing, what happens in execution stage?
how to run batch program without jcl?
What is NOTCAT ?