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 |
What is comp-1 and comp-2?
can we use reference modification an arry.
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
Write a cobol program making use of the redefine clause.
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
why we are using picture clause in the cobol programs?
How to read a 100 record from a file through cobol?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What is the difference between a subscript and an index in a table definition?
what is soc7 abend?how u can trace it?
what is internal sort and external sort ? which is preferable ?