what is SYNCHRONIZATION?
Answers were Sorted based on User's Feedback
Answer / sravani
when sync is used it will start from fresh byte.in mainframe 4bytes is used for a word. it will increase the performance. but it allowes slack bytes(unused bytes)
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prakadeesh
SYNCHRONIZATION IS USED TO SYNCHRONIZE THE MEMORY.IT WILL
INCREASE THE PERFORMANCE LEVEL OF COMPUTERS MANUFACTURES
DIFFER IN STRUCTURE.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jagadish
If we specify comp with synchronize internally data will be
stored in word boundaries.
Is This Answer Correct ? | 0 Yes | 1 No |
1.What is the default print format in cobol?
What care has to be taken to force program to execute above 16 Meg line?
What the difference is between continue and next sentence?
copy 100 records without using ibm utilities
how to display the dataset information?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is the linkage section?
What is the difference between working storage copybook and linkage section copybook?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
COMP field occupy ?
how to check whether the open command of a sequential file is successful? or not?