When we create a physical dataset we specify dcb parameter
block size.What is the use of Blocking?
Answer Posted / 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 |
Post New Answer View All Answers
What is difference between static call and dynamic call?
what is use of linkage section?
can we describe the results of opening for input empty vsam files in a cobol program?
How to declare host variables?
what is unit testing ? on which basis you will write test case ?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
Give the format of using and giving in sort statement. What are the restrictions with it?
Can I redefine an x(100) field with a field of x(200)?
List the type of locks?
If anyone has latest IBM Certification Dumps can you pls forwards it to me
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
how would find total records in files using sequential?
what is difference between file-aid tool and file-aid utility?
How many bytes does a s9(7) comp-3 field occupy ?
what u mean by csrloc and rtncsrloc in rpgIV in as/400.Give an eg? to do...give some coding...what is row no and column no ???..if possible...give a no of lines coding....please