Previous Topic: #PUTQUE Status CodesNext Topic: #PUTSCR—stores or replaces a scratch record


#PUTQUE Example

The following example Requests that the system store the data contained in the field RECQ1 in the beginning of the RES-Q queue. The length of the data is contained in register 8. The DC/UCF system is requested to return the ID of the record to the QRECID field and to retain the queue for 45 days.

#PUTQUE RECORD=RECQ1,RECLEN=(R8),QUEID='RES-Q',LOC=FIRST,              *
      RTNQRID=QRECID,RETAIN=45