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 the size of s9(19)comp3? explain
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are some examples of command terminators?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
What are options have been removed in COBOL 11?
how we can edit records in vsam data set and non vsam data sets
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
SIGN TRAILING SEPARATE field occupy ?
What is 77 level used for ?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.