Okay--putting the ADD on its own line solved the problem of the job names all being "New Job". I still can't get a SET command to work with anything except a job number. SET MY_NEW_JOB SCHEDULE_TYPE=O SET MY_NEW_JOB START_TIME=02:00 SAV When I execute this, I get an error "Error:4 - DDE request denied, invalid property name or job cannot be found" : Using the JDL information in Chapter 17 of the manual, : I am attempting to create a new job in the scheduler that : runs only once and starts immediatley. : How do I do this? : For example, : ADD NAME=MY_NEW_JOB : COMMAND=NOTEPAD : SCHEDULE_TYPE=O : START_TIME=00:00 : START_DATE=04/09/03 : SKIP=N : SAV : This job gets created but not scheduled (SCHEDULE_TYPE=O). : If I use SCHEDULE_TYPE=D, the job is scheduled for : 00:00 on 4/10/03. : Also, using a SET, can I get an existing job to : execute one time?
|