Previous Topic: #PUTJRNL Status CodesNext Topic: #PUTQUE—stores a queue record in the queue


#PUTJRNL Example

The following example of the #PUTJRNL statement writes a record to the journal file. The address of the record is contained in register 5, the length of the record is contained in register 7. The default SPAN and NOWAIT options are in effect.

#PUTJRNL RECORD=(R5),RECLEN=(R7)