Skip to main content

Hi,

I have created my own "MYIKJEFT" utility but sometimes I need to execute the microfocus IDAEFT01 internally.

From my "MYIKJEFT", I call to a cobol which executes: call 'IDAEFT01' using PARM.

The first time that I execute my "MYIKJEFT", it fails (S00806), but if I execute some jcl with the microfocus IKJEFT01 before, next, when I execute my "MYIKJEFT" in any jcl it works perfectly.

Is there any change in the environment?

Regards.


#EnterpriseDeveloper

Hi,

I have created my own "MYIKJEFT" utility but sometimes I need to execute the microfocus IDAEFT01 internally.

From my "MYIKJEFT", I call to a cobol which executes: call 'IDAEFT01' using PARM.

The first time that I execute my "MYIKJEFT", it fails (S00806), but if I execute some jcl with the microfocus IKJEFT01 before, next, when I execute my "MYIKJEFT" in any jcl it works perfectly.

Is there any change in the environment?

Regards.


#EnterpriseDeveloper

I have seen that the best way to do it, is using the user exit "MFJUXIT"