I am currently working on ODM 8.0.1. I am working on a project where I am required to add a ruleset variable of date type.We need to integrate brms with mainframe.So we need to generate cobol code for it.So when we assign a ruleset variable of type Date and generate cobol code it throws error saying"need to initialize it".Then When we initialize it in the i itial value tab as java.util.Date(),then too its placing error while generating code.
Please help on how to set a ruleset variable to Date() type.
thanks in advance
The initialization code should be "new java.util.Date()" if the type of the object being created is a java.util.Date. That should be fine and should work.