ADABAS Trnsfer of Data and Files

I am having difficulty transferring FDT information from the Mainframe environment to the PC Environment.

I am using SYSTRANS

I haven’t used SYSTRANS for quite a while, so I can’t help you there, but if you have access to Object Handler, then here are some examples.

The output goes to CMWKF01. Set LRECL=102 and RECFM=FB.

To transfer all FDTs:

SYSOBJH                                             
UNLOAD FDT DBID 123 FMFNR 1 TOFNR 999 WHERE TRANSFER

To select individual FDTs:

SYSOBJH                                   
UNLOAD FDT DBID 123 FNR  30 WHERE TRANSFER
UNLOAD FDT DBID 123 FNR  50 WHERE TRANSFER