Submitted by Anonymous (not verified) on Mon, 10/16/2006 - 00:00
Forums

Is it possible to go back to the previous version of InterForm after a upgrade? 

Full name
Administrator

admin

Mon, 10/16/2006 - 00:00

The following  procedure brings the previos version of InterForm back:

   ENDSBS SBS(AUTO_FORM) OPTION(*IMMED) 

  ENDJRNPF FILE(*ALL) JRN(APF3812/APFJRN)
 DLTJRN JRN(APF3812/APFJRN)
  DLTJRNRCV JRNRCV(APF3812/APFJRN*)

 RNMOBJ OBJ(QSYS/APF3812) OBJTYPE(*LIB) NEWOBJ(APF3812NEW)
 RNMOBJ OBJ(QSYS/APF3812OLD) OBJTYPE(*LIB) NEWOBJ(APF3812)

 STRSBS SBSD(APF3812/AUTO_FORM)