cancel
Showing results for 
Search instead for 
Did you mean: 

APYR3FIX R3INLPGM

Former Member
0 Kudos

Hi experts,

I apply new version of the kernel in my kernel 640.; all work fine, and i can start sap perfect.

Now, I´m trying to do this:

APYR3FIX SID(P01) SAVF(QGPL/R3INLPGM) SAVLIB(R3P01AOPT)

But, appear an error, that say: can not find /QSYS.LIB/R3640AOPT.LIB/O4AFFILE.FILE/PASE.MBR

Exactly this file doesn´t exists, What is this file? What can i do?

Thanks in advance,

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> APYR3FIX SID(P01) SAVF(QGPL/R3INLPGM) SAVLIB(R3P01AOPT)

Are you trying to apply this separate patch upon the newly applied kernel? Please try following in this format:

APYR3FIX SID(...)

SAVF(QGPL/R3INLPGM)

SAVLIB(GEN....OPT)

KRNLIB(.......)

GETSAVF(*YES)

FROMHOST(*LOCAL)

FROMDIR('/patches620')

FROMFILE(*SAR)

Note: You must not apply the patch for APYR3FIX in the library that you currently use to process the patch. Before you apply the patch, you must copy the original library and use this copy to apply the patch in the original library.

Regards,

Former Member
0 Kudos

Thanks, work perfect.

Answers (0)