Spell check in CL on AS/400?
How do you do spell check on CL?

Software/Hardware used:
ASKED: December 10, 2008  9:29 PM
UPDATED: December 11, 2008  11:05 AM

Answer Wiki:
Hi, You can do a <b>syntax</b> check on a CL program by using the change session defaults screen from SEU. Press F13 to get the change session defaults screen, make sure that your source type is correct (CLP for example), then type a from sequence number and a to sequence number, press enter and SEU will check the syntax for you, highlighting statements that have incorrect syntaxes. If you need to do a spellcheck (can't think why you would), then you probably need to use a wordprocessor like MS-Word. You could copy and paste from your CL program or download it as a text file and import it. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  December 11, 2008  11:05 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Spell Check??? I don’t understand the queston.
Do you want to spell check CL source code?
Do you want to spell check a value entered on a screen by a user?
Do you want to spell check data in a file?

 44,070 pts.