Hi, I have two questions
1. There is a technique in C, called bit field. Through this we can access bits. Is there anything like this in cobol?
Suppose I want to put an if condition based on the fourth byte of a field. If fourth byte contains 1 than set the flag and if fourth byte contains 0 than put some displays.
2. We have Union datastructure in C. Is there any datastructure like this in cobol?