how to identify a vasam dataset by seeing in 3.4(browse)
Answers were Sorted based on User's Feedback
Answer / p.j.karthikeyan
After entering the file in 3.4 and if it is a VSAM file we
have 3 files totally will be shown VSAM file name followed
by two more file with same name but with extentions INDEX
and DATA
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / mr.perfect
hi P.j.karthikeyan, whatever u r saying that it is correct
for KSDS. what about the ESDS and RRDS files?
how we know these files?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vikas nule
it wil, shows t cluster name on t browser...
along with data name n index name....based on
esds,ksds,rrds...........
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ram
pls dnt mention any url. If you knw the answer then answer
it otherwise leave it.
| Is This Answer Correct ? | 3 Yes | 5 No |
how can u identify the db2 from jcl ?
How to search strings in multiple dataset with conditions 'string1 & string2'?
What is DATACOM db?
How do you find which GDG is using which dataset?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What do you understand by jcl?
Name the system library from which modules are retrieved at execution
what is the Difference between SYSIN and PARM ?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
what are the options in file-aid to edit vsam dataset and to compare data sets.
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.