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 error do we get in prodution support and questions on production support
write a query to get RRN value from rpg?
Is it possible to move the alphanumeric variables to a numeric variable?
suppose if you added a coloumn to db2 table, How would it be the Impact analysis?
What is the function of iebgener?
what is the difference between the jes2 and jes3
Describe the benefits of drda?
does anybody know about niit technologies ? how is that company ? any body working in that company ? please answer my question.I got selected in NIIT Technologies delhi.
What are the mainframe computing pros and cons?
Can I redefine an x(200) field with a field of x(100) ?
Can min or max be used with alphanumeric data?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?