Ninabox 0 Newbie Poster

PBS Job manager I have to use it with MatLab Parallel. Is some one experienced with this one? Let me say that I am not experienced with it at all but what I have done is to use the manual step by step and there is step for testing where is written that I have to put on the promt this lines:

jm = findResource('scheduler', 'type', 'jobmanager', 'name','MyJobManager','LookupURL','JobManagerHostname',)
than I have to creat, define and run a job like:
job=createJob(jm);
createTask(job, @sum, 1, {[1 1]});
createTask(job, @sum, 1, {[2 2]});
createTask(job, @sum, 1, {[3 3]});
submit (job)

and it is showing up a strange red text saying that something is missing.

Could you please if somebody has had any experience with it to send me links or info to read about this PBS and how it connects with MatLab. (I assume that they can not comunicate between each other because when I check the putty connection there are jobs submitted and compiled but nothing came up on the Matlab promt). So please anybody if you have any info about PBS running with Matlab contact me. I found out something about Torque and Maui but what is the connection between all of them is still vegue for me.
Thank you in advance.