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 |
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
what do you mean by include statement in jcl?
Max. No of DD statements in a job ?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
can we give instream data in procedure
what is the compile process of cobol program expalin with code
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
A job has 150 steps i want to execute only 57th step
Which dd parameters are required?
difference between internal sort and external sort
there are 10 steps in jcl how to execute the steps from step2 to step8 only