DELETE

LANSA Integrator

DELETE

You will use this command to delete a DN record.

 

 DELETE ---------- DN -------------- entry name ------------------|

 

Keywords

DN

The entry name of the DN you wish to delete.

This keyword is mandatory.

Examples

RDML

 

CHANGE FIELD(#JSMCMD) TO('''DELETE DN(cn=John, cn=users, o=ibmteldir)''')

USE BUILTIN(JSM_COMMAND) WITH_ARGS(#JSMCMD) TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

#JSMCMD := Delete DN(cn=John, cn=users, o=ibmteldir) '

Use Builtin(JSMX_COMMAND) With_Args(#JSMHND #JSMCMD) To_Get(#JSMSTS #JSMMSG)