Previous Topic: Define Data to the APPCLU RecordNext Topic: Remove Data From the APPCLU Record


Change Data in the APPCLU Record

Use the REPLACE command to change APPCLU record data. You can use all of the keywords associated with LINKID to change data in the APPCLU Record.

To remove a field from the APPCLU Record, specify the keyword followed by parentheses.

To change or remove data in the APPCLU Record, enter the command:

TSS REPLACE(APPCLU) LINKID(netid.locallu.remotelu)
                    [SESSKEY(nnnnnnnn)]
                    [INTERVAL(nnnnn)]
                    [CONVSEC(NONE|ALREADYV|CONV|PERSISTV|AVPV)]
                    [SESSLOCK]

Examples: change the APPCLU record

This example changes the SESSKEY interval to every 15 days for the link between LU01 and LU02:

TSS REPLACE(APPCLU) LINKID(SYS1.LU01.LU02)
                    SESSKEY(1234) 
                    INTERVAL(15)

This example removes the conversation request keyword from the link between LU01 and LU02:

TSS REPLACE(APPCLU) LINKID(SYS1.LU01.LU02)
                    CONVSEC()