System Data Engine gets ABEND U006 at startup

The System Data Engine procedure HBOSMF starts and receives ABEND U006.

Symptom

The System Data Engine starts and receives the following errors:
IEF403I HBOSMF - STARTED - TIME=14.24.12                          
BPXP018I THREAD 0E97800000000000, IN PROCESS 50397308, ENDED  557 
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 04000006              
, AND REASON CODE 00000001.                                       
IEF450I HBOSMF HBOSMF - ABEND=S000 U0006 REASON=00000001  558     

HBO0181I Product registration is successful.
HBO5015A Collect could not be started due to errors in parsing earlier syntax. 
HBO0000I The System Data Engine abnormally ended. The HBODUMP file contains more information.
Abnormal termination, user completion code = U006   
  In module HBOPXB10  2019.223 starting at 0E170918 
  at address 0E170C64                               
  which is at offset 0000034C in the module   

Cause

The HBOSMF procedure does not have a valid .sde file pointed in the HBOIN DD card. In the following example, the DD card that refer to the Test1.sde file was commented out incorrectly.
//HBOIN    DD *                                          
SET IBM_SDE_INTERVAL = '1 MINUTES';                      
SET IBM_UPDATE_TARGET = 'PORT 51401';                    
SET IBM_FILE_FORMAT = 'CSV';                             
SET IBM_RESOURCE = 'EXIT';                               
//*SET IBM_RESOURCE = 'IFASMF.<resource>';               
//* DD  PATH='/var/local/CDPServer/cdpConfig/Test1.sde', 
//* PATHDISP=(KEEP),RECFM=V,LRECL=255,FILEDATA=RECORD    
//*

Solution

Removing the comments from the following lines:
//  DD  PATH='/var/local/CDPServer/cdpConfig/Test1.sde', 
//  PATHDISP=(KEEP),RECFM=V,LRECL=255,FILEDATA=RECORD