phxcoyotes097
Programmer
I have the following code and need to be able to "step into" the next program using debugger. Do anyone know how to do this? This is not a fuction within the current program.
LET f_cmd = ""
LET f_cmd = "nohup SFDlopro01.4ge \"",
f_rpt_file CLIPPED, "\" \"",
f_rpt_prof_id USING "<<<<<<<<<&", "\" ",
m_rpt.dc_id, " ",
m_rpt.whse_id, " \"",
m_rpt.bloc_id, "\" \"",
m_rpt.eloc_id, "\" \"",
m_rpt.lcat_id, "\" \"",
m_rpt.bprod_id, "\" \"",
m_rpt.eprod_id, "\" \"",
m_rpt.prodclass_id, "\" \"",
m_rpt.order_by USING '&', "\" \"",
f_rpt_file CLIPPED, "\" \"",
f_rpt_prof_id USING "<<<<<<<<<&", "\" ",
" > /dev/null 2>&1 &"
CALL run_system_cmd(f_cmd)
LET f_cmd = ""
LET f_cmd = "nohup SFDlopro01.4ge \"",
f_rpt_file CLIPPED, "\" \"",
f_rpt_prof_id USING "<<<<<<<<<&", "\" ",
m_rpt.dc_id, " ",
m_rpt.whse_id, " \"",
m_rpt.bloc_id, "\" \"",
m_rpt.eloc_id, "\" \"",
m_rpt.lcat_id, "\" \"",
m_rpt.bprod_id, "\" \"",
m_rpt.eprod_id, "\" \"",
m_rpt.prodclass_id, "\" \"",
m_rpt.order_by USING '&', "\" \"",
f_rpt_file CLIPPED, "\" \"",
f_rpt_prof_id USING "<<<<<<<<<&", "\" ",
" > /dev/null 2>&1 &"
CALL run_system_cmd(f_cmd)