Answer Posted / 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 |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
in ways data can be passed to a COBOL program from JCL?
what is the use of IEBGENER utility?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can an individual step be restricted from using all the jobs allowed cpu time?
which utility is used to sort a file in jcl?
Is there any command to check wether the ps file is in sorted order?
What is the purpose of the dd keylen parameter?
Explain the jcl exec statement?
Are there any set of rules for the names of the steps used in a job? What are they?
a dd statement has 2 types of parameters. Name them?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?