Tutorial Toolkit Function Descriptions > Files > Journal and Session
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Journal and Session
The following utilities are used to manage journal file and session file operations.
 
jou_file_write
( astring )
Description:
To write a string to the journal file ONLY.
Input:
STRING
astring[]
string to write.
Output:
none
Example:
Please see jou_file_write (p. 41) in the MSC Acumen Toolkit - Code Examples.
 
sf_write_disable
( alogical )
Description:
To control whether the next “$ pcl_func(blah, blah)” gets written to the session file. Depends upon value of ’flag’.
Input:
LOGICAL
alogical
TRUE -- don’t record next “$ pcl_func()”.
FALSE - record next “$ pcl_func()”.
Output:
none
Example:
Please see sf_write_disable (p. 49) in the MSC Acumen Toolkit - Code Examples.