cancel
Showing results for 
Search instead for 
Did you mean: 

Does Directory Parameter in AL11 effect functional programs?

Former Member
0 Kudos

Hi,

I have a dump when executing a program saying that file is not open when the statement is trying to close the dataset.

Executiong the same program on an other platform is working well.

When compairing the directory parameters in AL11 transaction, I can see that the '/' parameter (where my file is supposed to be /data/../.../<my_file>) is not set (absent) in the first platform where I have the dump but well set on the 2nd platform

Could this be the reason why I am getting this dump?

Thanks.

Amin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amin,

     Certainly , before executig the TRANSFER or CLOSE statement the file need to be opened using

OPEN DATASET statment.

Put break ponit there check the file path coming in the first system & chk the sy-subrc.

Regards,

Monishankar Chatterjee

Answers (0)