Previous Topic: What You Can DoNext Topic: Modifying Code (USE Parameter)


Demonstration

Objective

This is a partial example that produces the same report as that shown earlier for the reports generated from the WITH VALUES and DEFAULT clauses.

Procedure

The Job Stream

USE RPT624
/*

The Stored Code

 col. 2
 ▼
USE *                  $Start of code sequence affected by changes
WITH VALUES (mmddyy,mmddyy,mmddyy,'MONTHLY REPORTS')
 IN 80
 REC ACCOUNT  1   5    'ACCOUNT'
   .
   .
   .
 END                     $End of code incorporating changes

Note: The code would specify actual dates in the format shown.