SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index


print (no data)

Change the current print position.

This variation of the PRINT command will change the current print position or print out a literal constant.


General format

print new_line


Examples

#1

 
 
 
 
 
PRINT "The field value is:" 
      

#2

 
PRINT NEW_PAGE 
 
 
 
 
      


Qualifiers

literal

A literal is any text surrounded by double quotes (").

new_line

This causes a new line to be started at this point.

new_page

This causes a new page to be started at this point.


Previous Next Contents Index