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 soc7 abend?how u can trace it?
what are the diferences b/w sub-script and index?
At the minimum, which division of COBOL is enough to be coded?
What are different data types in cobol?
What is the LINKAGE SECTION used in COBOL?
How to open and see copy book ?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
can we use COPY statement in w-s section? how?
how to transfer the file from pc to mainframe??