ADACMP FOR DECOMPRESS WITH FORMAT : HOW INFORM PERIODIC FIELD ?

Hello,

I try to decompress a record who contains periodic field
I have a return code U0035 on periodic field and i don’t understand the format of this
I have try XXC ; XX1-C; XX* ; XX,14,U (14 = sum of subfield’s length) ; XX nothing works :evil:
----- FILE -----


FDT+008A0 1,DM,PE         
FDT+008B4 2,DN,4,P,NU,PE  
FDT+008C8 2,DO,3,P,NU,PE  
FDT+008DC 2,DP,3,A,NU,PE  
FDT+008F0 2,DQ,4,A,NU,PE  
----- FORMAT CARD -----
ADACMP FORMAT='DM,'           format ?
ADACMP FORMAT='DN,4,P,'    ?   
ADACMP FORMAT='DO,3,P,'     ?  
ADACMP FORMAT='DP,3,A,'      ? 
ADACMP FORMAT='DQ,4,A,'       ?

thank’s for your help
Brgds

Hello Thierry,

the following should work:

ADACMP FORMAT=‘DMC,DM1-N.’

The syntax is described in

http://techcommunity.softwareag.com/ecosystem/documentation/adabas/ada826mfr/adamf/comref/fmtbuf.htm#mupesum

Kind regards,
Marbod Mueller.

Hello,

Thank’s for your response
it’s fine

Brgds