J3/17-157r1 To: J3 From: Jon Steidel & Steve Lionel Subject: IMPORT, NONE constraint too restrictive Date: 2017 June 26 Discussion: 8.8 IMPORT statement constraint C897 states "IMPORT, NONE shall not appear in a submodule." This means you cannot use IMPORT, NONE in a module procedure in a submodule, or in an interface body in the submodule. Edit to 17-007r1: 8.8 IMPORT statement [123:11] Replace constraint C897 with "IMPORT, NONE shall not appear in the scoping unit of a submodule." ===END===