Products Downloads


French version


 

 

ADELIA

      

      

      

      

(I/B)

 

 

 

 

 

Section for use

All

 

Syntax

DS *LDA Length SeriesDSFields

DS *LDA(Id)

DS *LDA(Id(FileName))

DS *LDA(Id) Length SeriesDSFields

 

Description

This instruction is used to declare a LDA (Local Data Area).

It can be combined to rename the LDA or to use an external description.

The length specification is not mandatory.

    • In case the LDA is defined with a "File name": to update it, specify a WRITE_DTAARA instruction (DS name) or WRITE_DTAARA *LDA (RPG generation).


Note: In a development environment, Adelia uses the LDA and thus may alter its contents. If an external description is used (file name), it is mandatory to read the data area (READ_DTAARA instruction) to know its contents.

 

Click here for the explanation of the SeriesDSFields element.

 

Restrictions

In a production environment, Adelia reserves the use of the first 10 LDA characters when the Adelia menu manager or the SEU on-line help is used.

 

The name of the external file usable with this instruction cannot exceed 8 characters.

 

Example

DS *LDA V1,1 V2,11 V3,21

- Simple use

DS *LDA(MOVEMT)

- Renamed LDA

DS *LDA(MVT(FDESCRIP))

- Used with external DS

 

See also the list of 4GL instructions by topic

↑ Top of page

  • Aucune étiquette