RE: In a sequential batch how can i stop/start the par...
Hi
U can do in 2 ways...
1 st up all if u r working in windows environment .. its easy u can just click on particular task on that batch and make it run ... be sure that remaining all are in suspend mode
If u are working in Unix enviroment chanage status of each session using pmcmd commands
# 1. PowerMart Folder - Can pass the $PMFolder from # cdw_application_variables. # 2. Workflow - Name of Workflow being executed from $PMFolder # 3. Task Name - name of the session or task to be started. If # the session or task is in a worklet then the name # is worklet.task. # 4. Log File - Name of the log file. Use $LogFile(path/file name) # from cdw_app.. variables or your own log file # with path variable... $Logs/xyz.log.
# 1. PowerMart Folder - Can pass the $PMFolder from # cdw_application_variables. # 2. Workflow - Name of Workflow being executed from $PMFolder # 3. End Method - stopworkflow or abortworkflow. Use abortworkflow # only if stopworkflow doesn't work. # 4. Log File - Name of the log file. Use $LogFile(path/file name) # from cdw_app.. variables or your own log file # with path variable... $Logs/xyz.log.