cat > script <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
let wrapmargin = 80;
let x = 
"You did not supply the one-letter flagname to be deleted.  On 'f' keyletter, the flagname supplied should have been given a value, but you did not supply one.  You supplied a flag (on 'd' or 'f' keyletter) which admin does not recognize.  A flag was specified twice.  You did not name a flag when you specified You supplied a non-numeric value for the 'r' argument.  You supplied a value for the 'r' argument which is either less than 1 or greater than 9999.  You did not follow the 'a' keyletter with a name.
You supplied more than ten 'a' keyletters.
      If you really need to, do more admins.  You did not follow the 'e' keyletter with a name.  You supplied more than ten 'e' keyletters. If you really need to, do more admins.  You supplied a 'd' keyletter to delete the flag named, but you followed the flag with a value. This is not allowed.  You supplied an 'f' keyletter to add the flag named, and you also supplied a value for the flag. However, the named flag cannot be assigned a value.

You are trying to add the 'd' flag (default SID) to the SCCS file, but you did not supply an SID for it.  This flag must have an SID.  You are trying to create more than one SCCS file, and you supplied the 'i' keyletter. You can only create one file when you supply the 'i' keyletter.
You specified the 'r' keyletter for an SCCS file without also specifying the 'i' keyletter. The 'r' keyletter may not be specified except with the 'i' keyletter.  You were creating a new SCCS file, and you specified the 't' keyletter, but you did not supply the name of the text file
from which to take commentary.  You are trying to delete flags from a non-existent but being-created SCCS file. You can only do this to old files.  You are trying to create the named SCCS file, but it already exists.  You are trying to modify the named file, but it does not exist.
The named line in the file you supplied for the 'i' or 't' keyletter begins with the SCCS control character (ASCII 001).  It is illegal to input such data to SCCS.  The value you specified for the floor flag is not a number. Check for typos.  The value you specified for the floor flag is either less than 1
or greater than 9999.  The value you specified for the ceiling flag is not a number. Check for typos.  The value you specified for the ceiling flag is either less than 1 or greater than 9999.
The name specified for the SCCS file name was a directory.
Only one SCCS file is allowed to be specified with the `-i' keyletter.  The format for the list of locked releases is syntactically incorrect.  The correct format for a list is: where REL_NO is considered to be the first component in a An element contained in the list for ``locking'' or ``unlocking''
releases is out of range.  That means its value is probably greater than 9999, the maximum release number.  The value specified with the named keyletter argument is
a directory.  This is not allowed since the SCCS file created would not be accessible by other SCCS commands.  illegal use of `y' or `m' keyletter The `y' and `m' keyletters for 'admin' may only be used in conjunction with the `i' or `n' keyletters, i.e. when creating a new SCCS file.  Use 'cdc' to change comments or MR numbers of an existing file.
"
header
	print "test" width 50 centre, pagenumber, newline 3;
end;
footer
	newline 3;
end;
while x != ""
	print x width 50 leftright wrapmargin 9 overflow into x, newline;
end;
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 755 script
cat > stdout <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
                       test                       1


You did not supply the one-letter flagname  to  be
deleted. On 'f' keyletter, the  flagname  supplied
should have been given a value, but  you  did  not
supply one. You supplied a flag  (on  'd'  or  'f'
keyletter) which admin does not recognize. A  flag
was specified twice. You did not name a flag  when
you specified You supplied a non-numeric value for
the 'r' argument. You supplied a value for the 'r'
argument  which  is  either less than 1 or greater
than 9999. You did not follow  the  'a'  keyletter
with  a  name.  You  supplied  more  than  ten 'a'
keyletters.
      If you really need to, do more  admins.  You
did  not follow the 'e' keyletter with a name. You
supplied  more  than  ten  'e'  keyletters. If you
really need to, do more admins. You supplied a 'd'
keyletter  to  delete  the  flag  named,  but  you
followed  the  flag  with  a  value.  This  is not
allowed.  You supplied an 'f' keyletter to add the
flag  named, and you also supplied a value for the
flag. However, the named flag cannot be assigned a
value.

You are trying to add the 'd' flag  (default  SID)
to  the  SCCS  file, but you did not supply an SID
for it. This flag must have an SID. You are trying
to  create  more  than  one  SCCS  file,  and  you
supplied  the  'i'  keyletter. You can only create
one  file  when  you supply the 'i' keyletter. You
specified the  'r'  keyletter  for  an  SCCS  file
without also specifying the 'i' keyletter. The 'r'
keyletter may not be specified except with the 'i'
keyletter.  You were creating a new SCCS file, and
you specified the 't' keyletter, but you  did  not
supply  the  name  of  the text file from which to
take  commentary.  You  are trying to delete flags
from  a  non-existent but being-created SCCS file.
You can only do this to old files. You are  trying
to  create  the  named  SCCS  file, but it already
exists. You are trying to modify the  named  file,
but it does not exist. The named line in the  file
you  supplied  for the 'i' or 't' keyletter begins
with the SCCS control character (ASCII 001). It is
illegal  to input such data to SCCS. The value you
specified for the floor  flag  is  not  a  number.
Check  for  typos. The value you specified for the
floor flag is either less than 1 or  greater  than
9999. The value you specified for the ceiling flag
is  not  a  number. Check for typos. The value you
specified for the ceiling flag is either less than
1 or greater than 9999. The name specified for the
SCCS file name was a directory. Only one SCCS file
is allowed to be specified with the `-i' keyletter
. The format for the list of  locked  releases  is
syntactically incorrect. The correct format for  a
list  is:  where  REL_NO  is  considered to be the
first  component  in a An element contained in the
list for ``locking'' or ``unlocking'' releases  is
out  of  range.  That  means its value is probably
greater than 9999, the maximum release number. The



                       test                       2


value specified with the named keyletter  argument
is a directory. This is not allowed since the SCCS
file created would not be accessible by other SCCS
commands.  illegal use of `y' or `m' keyletter The
`y'  and  `m'  keyletters  for 'admin' may only be
used in conjunction with the `i' or `n' keyletters
, i.e. when creating a new SCCS file. Use 'cdc' to
change comments or MR numbers of an existing file.























































+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout
cat > tag <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
Test right and left justify of a large piece of text containing
paragraphs.
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 tag
