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 |
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the meaning of 'Eject' verb in cobol?
How to read a record from bottom of a file which is indexed by 'A'.
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
) how do u code after getting data?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
can i use multiple when statements in search & search all ? justify ur answer?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
How to increase the logical record length of existing PS file?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
Why we need to use redefine clause when we can define the variable seperately... what is actual need....