WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED,
FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED.
WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT
SHOULD BE USED WHEN
Answer Posted / vinothaaa
when we use the FB we cant compress it,to free the unused
space ......
but in VB we can compress the PDS to free the unused space
in it ...
when we use U it is used for storing only executable files
.... that is the load module,what we get
when we compile the cobol program
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
What are the different rules for performing sort operation?
What are 77 levels used for?
What is the difference between Global and External Variables?
What is the difference between comp and comp-3 usage?
How are the next sentence and continue different from each other?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is search and searchall?what is the diffrence between them?give an best example?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is a report item?
Give some examples of command terminators?
What is the use of intialize verb?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
) how do u code after getting data?