diff bw vsam and normal flat file?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Hi,
One difference is how we process the records.
In flat file we can process records only sequentially where
as in Vsam we can process sequentially(ESDS), random(KSDS)
or dynamic(RRDS).
That's why most of them prefer vsam. since we can access in
all modes.
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / himap
As the name suggest - VSAM - Virtual Storage Access Method - it is the Access Method that is major difference between VSAM and FLAT file.
| Is This Answer Correct ? | 1 Yes | 0 No |
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
How to DEBUG a JCL?
How much space OS allocates when you create a PS or PDS?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
if we give TIME=0 how many sec that job/step
What is COND=ONLY ?
If job is submitted with typerun = hold then how can we submit the same job?