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 s000 u4087 error? please give the all error codes in cobol,jcl.
Write down the divisions of cobol program?
What is Pic 9v99 Indicates in COBOL?
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
What the difference is between continue and next sentence?
Write a program that uses move corresponding.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is static and dynamic call in cobol?
how do you reference the variable unblock file formats from cobol programs
What type of SDLC u followed? Why?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is comp-1 and comp-2?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is length is cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?