Why is this an issue?

Pragma protect keywords expecting list of key/value options values should be set with list of key/value options values.

How to fix it

Code examples

Noncompliant code example

`pragma protect encoding=3

Compliant solution

`pragma protect encoding=(enctype="base64", bytes=6)