Kbase P110543: How to do a grep within the 4GL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to do a grep within the 4GL?
GOAL:
Defining the grep command in a 4GL program
FACT(s) (Environment):
UNIX
FIX:
Define variable x as character no-undo.
Input through value("grep -i cannot start").
Repeat:
Import unformatted x.
/* put your code here*/
End.
Input close.