what is SYNCHRONIZATION?

Answers were Sorted based on User's Feedback



what is SYNCHRONIZATION?..

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

what is SYNCHRONIZATION?..

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

what is SYNCHRONIZATION?..

Answer / jagadish

If we specify comp with synchronize internally data will be
stored in word boundaries.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.

3 Answers   CTS,


What the difference is between continue and next sentence?

0 Answers  


What divisions, sections and paragraphs are mandatory for a COBOL program?

8 Answers   Arigo Infotech,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


how will u code parm parameter and where pls ?

3 Answers   DELL,






how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


what is level 66 means??

7 Answers  


diffrence between renames and redifnes with examples

3 Answers   IBM,


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


is this below syntax correct? CALL 'subprg' using A,B Please help

2 Answers  


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


Categories