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 |
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
s9(18) comp-3:: What is the size of memory it takes internally?
What is comp-1 and comp-2?
What is the usage of comp fields in cobol?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
what are the utilities for load and unload the DB2 tables
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
what is the use of outrecord?
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?
What will happen if we generate GDG (+2) version without generating (+1) version?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you reference the fixed block file formats from cobol programs