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

how could you write a program in a structured format?

0 Answers   IBM,


Give me example of Ibm framewoek Application?

1 Answers   IBM,


I would like to know some real time questions.. please any one help me.. If the changes made by you .. lead to system inconsistency how others will know its cause???

0 Answers  


What is the difference between hdam and hidam databases?

0 Answers  


what is difference between file-aid tool and file-aid utility?

0 Answers   IBM,


how to display the negative numbers?

0 Answers  


What is the mainframe testing? Categorize the mainframe manual testing?

0 Answers  


List the type of locks and explain each of them.

0 Answers  


What is the advantage of defragmentation?

0 Answers  


What is mainframe testing?

0 Answers  


in options (main) , what is meaning of main . if u not used main what will happen? After compiling, os will not understand where to load and execute from

0 Answers   AppLabs,


IF a file has 10-members how do you process all of them? using CL& USING RPG?

1 Answers  


Categories