105 pts.
 Cl400
Is it possible to use decimal data types in LDA?

Software/Hardware used:
ASKED: November 18, 2011  5:33 AM
UPDATED: March 6, 2012  6:38 PM

Answer Wiki:
LDA will be CHAR type Data Area. You can move the Decimal data to LDA, But, It will be stored in Character format. When You are retrieving Data you will need to convert it back to Decimal data type. Pradeep.
Last Wiki Answer Submitted:  November 18, 2011  6:06 am  by  deepu9321   3,370 pts.
All Answer Wiki Contributors:  deepu9321   3,370 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The LDA is an unstructured block of bytes. It appears as if it was defined as *CHAR (2000).

As of V5R4, CL can use data structure definitions to define subfields over a LDA of any valid data type.

Tom

 107,995 pts.