Whtz the specialty of 77 level number ?
Answers were Sorted based on User's Feedback
Answer / srinivasa yadav
IT IS INDEPENDENT ELEMENTARY DATA ELEMENT, WHICH DOES NOT
CONTAINS ANY SUB-LEVEL.
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / kiran
77 does not contains sub levels
It takes less memory
Accessing is fast by using 77 for small data
| Is This Answer Correct ? | 6 Yes | 1 No |
Which is not true about evaluate statement
What are the rules of the move verb?
What is the utilization of copybook in cobol?
what is Reentrancy and Quasi-reentrancy?
can internal sort be applied to sort ksds files?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
How do we get current date from system with century in COBOL?
How will you find the currepted records in a file
What is the difference between perform … with test after and perform … with test before?
What is file status 92?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.