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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have a File that has duplicate records. I need only those records that occur more than thrice.?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write a program to explain size error.
how to refer the data field?
what is the use of outrecord?
What is the difference between binary search and sequential search?
What is Pic 9v99 Indicates in COBOL?
What is the difference between goback, stop run and exit program in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why occurs cannot be used in 01 level in COBOL?
What is the usage of comp fields in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between external and global variables in COBOL?
How do u write test cases?