iSeries Assembly Language ProgrammingProgramming the IBM iSeries/i5/AS400 at the bare metal.Re: MI program unable to locate job - need assistance- May 20, 2008 That's very odd. Can you recompile it with debuggable identifiers and determine what .WCBSPC is set to before and after the SETSPPFP operation You said you were running this on VRM540, QSECURITY=40, and program set to system-state. I compiled on 510, set...http://feeds.midrange.com/~r/mi400/~3/294610541/msg00022.html Re: MI program unable to locate job - need assistance- May 20, 2008 Rename all the variables that start with a period. Really dumb idea-- even though your code only uses the period in basing pointers. The MI compiler (CRTPG instruction actually) allows the caller to specify a character for which all variables that start w...http://feeds.midrange.com/~r/mi400/~3/294117376/msg00021.html Re: MI program unable to locate job - need assistance- May 20, 2008 That's very odd. Can you recompile it with debuggable identifiers and determine what .WCBSPC is set to before and after the SETSPPFP operation You said you were running this on VRM540, QSECURITY=40, and program set to system-state. I compiled on 510, set...http://feeds.midrange.com/~r/mi400/~3/294117377/msg00020.html Re: MI program unable to locate job - need assistance- May 17, 2008 That's very odd. Can you recompile it with debuggable identifiers and determine what .WCBSPC is set to before and after the SETSPPFP operation You said you were running this on VRM540, QSECURITY=40, and program set to system-state. I compiled on 510, set...http://feeds.midrange.com/~r/mi400/~3/292161954/msg00019.html Re: MI program unable to locate job - need assistance- May 15, 2008 So at what offset was it found And on what version of OS What does DMPSYSOBJ QWCBT00 QSYS show Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software OS400, i5OS Technical Specialists http:w...http://feeds.midrange.com/~r/mi400/~3/291331104/msg00018.html Re: MI program unable to locate job - need assistance- May 15, 2008 So at what offset was it found And on what version of OS What does DMPSYSOBJ QWCBT00 QSYS show Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software OS400, i5OS Technical Specialists http:w...http://feeds.midrange.com/~r/mi400/~3/291331105/msg00017.html Re: MI program unable to locate job - need assistance- May 15, 2008http://feeds.midrange.com/~r/mi400/~3/291222555/msg00016.html Re: Jog Log -- DSPDBR and DSPFD TYPE(MBR)- May 15, 2008http://feeds.midrange.com/~r/mi400/~3/290651366/msg00015.html Jog Log- May 14, 2008 Here is the relevant portion of my joblog: Display All Messages System: S103X2AM Job . . : QQFDEV0005 User . . : RHART Number . . . : 021856 Error found on RSTOBJ command. Errors occurred in command. >> AnzAccPth NfuTrn No overrides exist at specified l...http://feeds.midrange.com/~r/mi400/~3/290535886/msg00014.html Re: MI program unable to locate job - need assistance- May 14, 2008 Except that I looked up the API and it doesn't seem to have anything to do with retrieving the Local Data Area! But yes: Unless you are wanting to retrieve the LDA (etc) of another job (other than the current job that the MI program runs in), an API would...http://feeds.midrange.com/~r/mi400/~3/290352963/msg00013.html |