View previous topic :: View next topic |
Author |
Message |
agnanavel Beginner

Joined: 05 Sep 2008 Posts: 2 Topics: 1
|
Posted: Fri Sep 05, 2008 11:32 am Post subject: Spell Check in CICS Screen |
|
|
Hi All,
I got a requirement in my CICS screen, to highlight the misspelled text entered in my screen.
I.e. if the user keys in some free form of text and hit enter key in my screen , I need to highlight the misspelled words.
Please let me know is there any dictionary kind of tool in mainframe.
I was thinking to do it in the below way:
1)FTP-ing the TEXT Message dataset to Word doc , which will highlight the misspelled words.
2)(Using VB-Script ) Separating the misspelled words from word doc to other file and FTP back to Mainframe.
3)Read the return file in mainframe and highlighting it.
Not sure about the feasibility of my approach , I am working on VB script.
Request the group to comment on my approach and advice any other better approach.
Thanks & Regs
Agnanavel. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
agnanavel Beginner

Joined: 05 Sep 2008 Posts: 2 Topics: 1
|
Posted: Sat Sep 06, 2008 7:13 pm Post subject: |
|
|
Kolusu,
Thanks for your reference ... I will try this and update the forum .
Thanks & Regs
Arun Gnanavel |
|
Back to top |
|
 |
|
|