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



When we create a physical dataset we specify dcb parameter block size.What is the use of Blocking?..

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

When we create a physical dataset we specify dcb parameter block size.What is the use of Blocking?..

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

When we create a physical dataset we specify dcb parameter block size.What is the use of Blocking?..

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

When we create a physical dataset we specify dcb parameter block size.What is the use of Blocking?..

Answer / sizer

We use Blocking when want increase the read/write speed
with this dataset. Than greater is BLKSIZE, then faster is
IO.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

name the vsam file in which the deletion is not possible.

1 Answers  


What is the meaning of a (new, catalog, keep) disposition mean?

0 Answers  


can alternate index use in ESDS since it does not contain primary index? if yes can you explain?

2 Answers   iGate, Temenos,


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

1 Answers   Accenture,


What is the need to code commits in batch programs?

0 Answers  


What is the distinction amongst include and copy?

0 Answers  


How is data retrieved from multiple tables using a single sql statement?

0 Answers  


How to find all duplicate records?

0 Answers  


What is the contrast between delimited by space and delimited by size?

0 Answers  


what difference exists between control area and control interval?

0 Answers   IBM,


WHAT IS THE PROCESS OF "CLAIM PROCESSING SYSTEM"

0 Answers   IBM,


What do you mean by linkage section?

0 Answers  


Categories