Error: SAVE'd variables only allowed in the #Application section - but they are!

#Application(’…’)
#Prepare
#Call(%grpDeclaredSymbols)
#EndPrepare

#Group(%grpDeclaredSymbols)
#Declare(%ISInterfaceList),Multi,Unique,Save
#Declare(%ISProcedureTypeList),Multi,Unique,Save

Throws the msg:
Error: SAVE’d variables only allowed in the #Application section

and

#Application(’…’)
#Call(%grpDeclaredSymbols)

Throws the msg:
Error: SAVE’d variables only allowed in the #Application section

Now if I remove the ,Save attribute it doesnt throw the error message but now I need to repopulate the lists everytime I go in the app.

Any idea’s why I’m getting this error?

TIA