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 / mr.perfect
hi Vinothaaa , yours answers wrong.
FB -- We can compress , because i used the my cobol prgm in
this format, whenever space is not enough. i used to compress.
it is allowed me to do this.
U --unformat mode, the data will store in not human readbale
format.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
What is length is cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain what you understand by passing by value.
What guidelines should be followed to write a structured cobol prgm?
what are decleratives in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are literals?
Difference between cobol and cobol-ii?
Name the sections present in data division.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the utilization of copybook in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the rules of the move verb?