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 / pavan
We can find the dataset which is having the perticular member.
But you have list out all the datasets using 3.4.
EX: Suppose if your ID is starting with UCS5..then give
UCS5.** in 3.4......You will get the list of the datasets.
Then use command like below. Here member is "MAIN"
Command ==> M MAIN
"M" is the command to find the member in the datasets.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How can unused space allocation be returned to the system when a dataset is closed?
Is condition checking possible in jcl?
How jcl work to handle various input output file operations?
Explain how can values be passed from the job stream to an executable program?
Explain the jcl exec statement?
What is the difference between run mode and addressing mode?
Where & How Do You Code Identifier In Jcl?
Give the syntax of job specifying jcl statement.
What is jcl in mainframe?
how do you code a null statement?
How do you submit a job for execution?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How gdg are concatenated?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.