what is lrec=f,what is difference between f,fb,v,vb?what is
default value?how do we came to know that records are in
f,fb,v,vb?
Answers were Sorted based on User's Feedback
Answer / giri reddy
F-fixed unblocked,fb-fixed blocked
v-variable unblocked,vb-variable blocked
default value is u-undefined
we can see the description of data set.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / arthi
DCB=(RECFM=F,LRECL=80,BLKSIZE=800)
RECFM - to specify the record format
F-Fixed length record
V-Variable length record
FB-Fixed Block
VB-Variable Block
U-Undefined
for fixed length record the BLKSIZE is multiple of LRECL. For variable length records, BLKSIZE is multiple of (largest record+4)
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain about different table spaces.
What is the difference between comp and comp-3 usage?
What is the difference between PIC 9.99 and PIC9v99?
What rules are to be followed while using the corresponding options?
What are subroutines ? and how do we pass data to the sub routines?
What is SSRANGE, NOSSRANGE ?
What is the file organization clause ?
What is Static,Dynamic linking ?
How do u write test cases?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
What are the divisions in a cobol program?