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


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

925


What are the different rules for performing sort operation?

949


What are 77 levels used for?

844


What is the difference between Global and External Variables?

917


What is the difference between comp and comp-3 usage?

862


How are the next sentence and continue different from each other?

1007


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.

6085


what is search and searchall?what is the diffrence between them?give an best example?

6156


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

862


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

905


What is a report item?

899


Give some examples of command terminators?

944


What is the use of intialize verb?

966


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?

936


) how do u code after getting data?

1786