The doubt of using the sd/sg* persistent naming via udev rules

Latest response

I want to confirm that some fixed sd/sg<n> could not be specified in the value of "name" or "symlink" attribute, according to the following solution & reference:

https://access.redhat.com/solutions/2162521
https://www.ibm.com/support/knowledgecenter/en/linuxonibm/com.ibm.linux.z.ldsg/ldsg_t_persistent_name.html

For example:
KERNEL=="sg*",SUBSYSTEM=="scsi_generic",SUBSYSTEMS=="scsi",DRIVERS=="ch",ATTRS{type}=="8",PROGRAM=="/sbin/scsi_id --whitelisted --replace-whitespace --device=$tempnode",RESULT=="3500308c002675800",ENV{ID_SERIAL}=="3500308c002675800",ENV{ID_SCSI_SERIAL}=="ADIC273100758_LL0",
OWNER="root",GROUP="tape",MODE="0660",NAME="sg26"

Responses