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 |
how could you write a program in a structured format?
Give me example of Ibm framewoek Application?
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???
What is the difference between hdam and hidam databases?
what is difference between file-aid tool and file-aid utility?
how to display the negative numbers?
What is the mainframe testing? Categorize the mainframe manual testing?
List the type of locks and explain each of them.
What is the advantage of defragmentation?
What is mainframe testing?
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
IF a file has 10-members how do you process all of them? using CL& USING RPG?