<div dir="ltr"><div>Along the lines of what I'm working on in previous posts in parsing credit card result</div><div>In my main processing table I have it working great!</div><div><br></div><div>Now I'm using the same processing to schedule payments to run at 7am each morning</div><div><br></div><div>Simple and same command as in my 'on the fly' processing I already wrote but I'm getting a syntax error</div><div><br></div><div>gk(30,*) sets file name  </div><div><br></div><div>system "run/my/cc/script" <1 <2 <3 etc</div><div><br></div><div>gl(60,*)="/path/to/my/results/file"{filename</div><div><br></div><div>gm(60,*)=open(gl,r)   <--- doesn't pass syntax but works in my other processing table?</div><div><br></div><div>A filePro Error Has Occurred</div><div><br></div><div>Line Number:  8</div><div><br></div><div>gm(60,*)=open(gl,r)</div><div>                ^</div><div><br></div><div>Process contains a syntax error at position indicated</div><div><br></div><div>Why would this be?</div><div><br></div><div>Scott</div><div>PDM</div><div><br></div></div>