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
Are you comfortable in cobol or jcl?
In which area will you utilize 88 level items in cobol?
How do you reference the fixed block file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
Which mode is used to operate the sequential file?
how do you reference the fixed unblock file formats from cobol programs
Write a program that uses move corresponding.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how to refer the data field?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do you reference the following file formats from cobol programs?
What are the access modes of START statement?
what are decleratives in cobol?