Peoplesoft Tracing Remote Call Cobol
Cobol Subscript Out Of Range' title='Cobol Subscript Out Of Range' />Cobol Cheat SheetHow can you set trace on for AE, Cobol, etc, without setting the trace on the process scheduler Summary How can you set trace on for AE, Cobol, etc, without setting the trace on the process scheduler Answer. For AE, Open the Process Definition under People. Tools, Process Scheduler. Go to the override tab, and on the Parameter list line select Append from the dropdown, and in the edit box next to it, you can use the desired combination of traces, they all are Parameter List Append TRACE 7 TOOLSTRACEPC 3. TOOLSTRACESQL 3. 1Save the Defnition and hence forth this program will be traced each time it is run, until this is removed. Using Both the TOOLSTRACEPC TOOLSTRACESQL together should only be done when required, as the output from both go into the same file, making it very large and difficult to read. For normal program tracing using just the TRACE 7 TOOLSTRACEPC 3. Give the Application Engine Trace, which traces the SQL in an AE program, and the People. Soft Trace, which is the pcode trace. The above settings have equivelent settings in psprcs. Trace. AE TRACE output goes into Application Engine Trace. AETTrace. PC TOOLSTRACEPC output goes into the People. Tools trace file. Trace. SQL TOOLSTRACESQL output ALSO goes into the People. Aomei Backupper Server. Tools trace file. Again, depending on what the program is doing, most commnoly wed use the TRACE TOOLSTRACEPC together. The only time I use the TOOLSTRACESQL is when were looking for a problem with the psae program itself. For COBOL the idea is similar, we wont be appending to the parameter list instead well be overriding it. So first step is to open the appropriate Process Type Definition, example Process Type defn COBOL NTWin. ORACLECopy the whole parameter list line into you mouse clipboard PRCSNAMEUTYPEUNAMEOPRIDOPRPSWDRUNCNTLIDINSTANCEUFLAGThen open the Process Definition for the particular COBOL Process, go to the Override Tab, and on the Parameter list line, select Override from the drop down. Then in the Parameter Edit box, paste the whole parameter list from the Process Defn we just got PRCSNAMEUTYPEUNAMEOPRIDOPRPSWDRUNCNTLIDINSTANCEUFLAGNotice at the end of the line after the INSTANCE and before the UFLAGS there are 2 We need to insert the desired bit map number inbetween the slashes. YLWyZZuY0/Us2fk1t13BI/AAAAAAAAJJs/49h3xhHgp4M/s1600/914.png' alt='Peoplesoft Tracing Remote Call Cobol' title='Peoplesoft Tracing Remote Call Cobol' />Peoplecode RemotecallChoose the bitmap number you want to use for the trace, and put it between the slashes like so UTYPEUNAMEOPRIDOPRPSWDRUNCNTLIDINSTANCE2. UFLAGSave the Process Definition and once you launch the COBOL or AE program you can go to the Process Monitor, Details, Parameter List, and see the expanded command line and youll see your trace value inserted Command Line PSRUN PTPDBTST ORACLEE8. D2. 0PVP1OPRPSWD14. UFLAGWith both the AE Cobol traces done like this once this is done, every time the program runs it will be traced. Need to undo all of this setting the override back to None in both Definitions will turn it off. Questions excerpted from ITTool. Box. comisclaimer Contents are not reviewed for correctness and are not endorsed or recommended by People. Soft Planet. com. XBcP2aEItgw/Us2fjgI7BQI/AAAAAAAAJJM/M1wECk-Klwg/s1600/2211.png' alt='Cobol Trace In Peoplesoft' title='Cobol Trace In Peoplesoft' />Recompile all COBOL programs Tracing. Remote call enables the execution of COBOL programs remotely from. CSCobol for Peoplesoft. PeopleSoft was founded in 1987 by Dave Duffield and Ken Morris. TRACING ON THE APP SERVER. ALL remote call cobol jobs will be traced.