In this situation a script in MC with just "show running-config" was created and attempted installation to an ISG. The installation failed with similar output below.
....
edit ccl bluecoat-services
!
edit ccl browser-trusted
!
!
nacm groups group admin
user-name [ admin ]
!
nacm groups group reservedReadOnly
!
ISG# -eofzhWHHPzYiYUgLlnWQDc1GdfcKrNHkz
-----------------^
syntax error: expecting
The length of the output, running-config are long enough that the output is paged.
The solution here is simply to add a '!' to the script after the running-config commands. '!' causes the output to no longer page, and instead it will simply print the remainder of the output.
Example:
conf
show running-config
!