When we create a physical dataset we specify dcb parameter
block size.What is the use of Blocking?
Answers were Sorted based on User's Feedback
Answer / saravana
Blocking must be in multiples of LRECL. for eg,
DCB=(REFCM=FB,LRECL=80,BLKSIZE=800) It specifies a group of
record length into one single block field.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ashish
dcb is to specify the nature of the filei.e size, format,
blksize, ps or po.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / neethu
BLOCK SIZE IS USED TO MENTION HOW MANY BLOCKS ALLOCATE TO
STORE MY DATA.IT ALWAYS COME AS MULTIPLES OF RECORD LENGTH.
FOR EXAMPLE DCB=(LRECL=80,RECFM=FB,BLKSIZE=800).
Is This Answer Correct ? | 3 Yes | 2 No |
name the vsam file in which the deletion is not possible.
What is the meaning of a (new, catalog, keep) disposition mean?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division
What is the need to code commits in batch programs?
What is the distinction amongst include and copy?
How is data retrieved from multiple tables using a single sql statement?
How to find all duplicate records?
What is the contrast between delimited by space and delimited by size?
what difference exists between control area and control interval?
WHAT IS THE PROCESS OF "CLAIM PROCESSING SYSTEM"
What do you mean by linkage section?