Answer Posted / nagaraj ramamoorthy
The purpose of the SYNC clause (when it was introduced) was
to align the data names to the natural machine word
boundaries so that it will be efficient to retrieve data.
This was introduced when the processing speed was very slow
and system was built on word architecture. Modern systems
are quite fast and this does not make significant
difference.
It can be used to numeric and alphanumeric data items. you
can also specify how to align RIGHT/LEFT. if you do not
specify, complier will take the best one that is efficient.
It should be used with 01 and 77 levels and it should not
be used with group items, because compiler will add
bits/bytes in between group items so finding the exact size
will be difficult for the programmer.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules of SORT operation?
How do u write test cases?
) how do u code after getting data?
how do you define single dimensional array and multidimensional array in your cobol?
For rewrite, why is it mandatory that file needs to be opened?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is static and dynamic call in cobol?
what is difference between cobol and cobol/400
how to convert the recors form vsam file to db2 table tru file aid
What are the pertinent COBOL
What type of SDLC u followed? Why?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is Pic 9v99 Indicates in COBOL?
What is the difference between Call and a Link?