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
What is the use of intialize verb?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to print 10 to 1 if the input have only 10 digit number?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do define dynamic array in cobol.
how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the problem of ordered sequential files access?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Name some of the examples of COBOl 11?
how do you reference the esds vsam file formats from cobol programs
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is the difference between COBOL2 AND COBOL390?
What kind of error is trapped by on size error option?
What is difference between static and dynamic call in cobol?