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

What is mainframe application testing?

1 Answers  


What is the advantage of defragmentation?

1 Answers  


What is the difference between general testing and mainframe testing?

1 Answers  


Total no of bytes in the following 01 rec-1 02 first-group 03 a1 pic x(4). 03 a2 pic 99. 02 second-group redefines first-group. 03 A3 pic999. 03 A4 pic 999. 02 third-group. 03 A5 occurs 5 times pic 99. A)22 B)16 C)12 D)10

3 Answers   Accenture,


Are scope terminators compulsory? If they are, when?

1 Answers  


What is the worst thing that you’ve seen on a day?

1 Answers  


Is there any other debugging tool for expeditor?

2 Answers  


what are the parameter we cannot use in procedure? How many instream we can write in single jcl? Can we call instream to catalog and catalog to instream?

1 Answers   IBM,


Is the order of the when clause significant in an evaluate statement?

1 Answers  


how are start and xctl different?

1 Answers   IBM,


what is unit testing ? on which basis you will write test case ?

1 Answers  


What is the difference between inrec and outrec?

1 Answers  


Categories