How do I make variable case sensitive. I would like to make policyNumber and PolicyNumber different variables. How is that done?
working-storage section.
01 policyNumber type String property no set.
method-id New.
procedure division using by value policyNumber as type String.
Set PolicyNumber to policyNumber.
end method.
#VisualCOBOL



