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 |
What do you mean by linkage section?
Expalin about Ibm frameworkinh working & is it platform independant & open source?
How much memory does variable of 6 decimal (15, 2) take in PL/1?
How to find all duplicate records?
Explain foreign keys?
1) What is ONCODE (Return code) in PL/1? 2) How to handle the ONCODE in PL/1? Please give me some examples?
Name the versions of ibm mainframes have introduced in the market?
Explain database descriptor in brief?
is it possible to write array elements to pf
How to compile PL/1 DB2 program? Please provide me details on this process?
Is it possible to move the alphanumeric variables to a numeric variable?
Which is the difference between delimited by size and delimited by space?