home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / DD_REPL.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  1.2 KB  |  35 lines

  1. //
  2. // Module Name: DD_REPL.COD - currently (selector name): Menu_Act = 9
  3. // Selectors used : Scope, For_Expr, While_Exp, Repl_fld*, Repl_with*, Repl_Addtv
  4. // Description: DOC. include file for the REPLACE option.
  5. // Syntax     :  REPLACE [<scope>] <field> WITH <expression>
  6. //                   [,<field2> WITH <expression>...]
  7. //                   [FOR <condition>] [WHILE <condition>] 
  8. //
  9. Replace Records in {Sort_File}
  10. {endofpage();}
  11. Command Options:
  12. {if Repl_fld1} Fields {Repl_fld1}{if Repl_with1} WITH {Repl_with1}{endif}\
  13. {if Repl_Addtv1} ADDITIVE {endif}\
  14. {endif}
  15. {if Repl_fld2}, {Repl_fld2}{if Repl_with2} WITH {Repl_with2}{endif}\
  16. {if Repl_Addtv2} ADDITIVE {endif}\
  17. {endif}
  18. {if Repl_fld3}, {Repl_fld3}{if Repl_with3} WITH {Repl_with3}{endif}\
  19. {if Repl_Addtv3} ADDITIVE {endif}\
  20. {endif}
  21. {endofpage();}
  22. {if Repl_fld4}, {Repl_fld4}{if Repl_with4} WITH {Repl_with4}{endif}\
  23. {if Repl_Addtv4} ADDITIVE {endif}
  24. {endif}
  25. {if Repl_fld5}, {Repl_fld5}{if Repl_with5} WITH {Repl_with5}{endif}\
  26. {if Repl_Addtv5} ADDITIVE {endif}\
  27. {endif}
  28.  
  29. {endofpage();}
  30. {if Scope} SCOPE {upper(Scope)}{endif}\
  31. {if While_Exp} WHILE {While_Exp}{endif}\
  32. {if For_Expr} FOR {For_Expr}{endif}
  33. {endofpage();}
  34. // EOP DD_REPL.COD
  35.