You will also need COBOL if you plan to use process scheduler. Kathy...
Kathy Mason
kmason@...
Mar 1, 2000 9:24 am
4052
I believe PS delivers a cobol compiler on the unix platform and we compile and run all cobol programs on the unix server. We have process schedulers running...
Pamela Lantzy
PLantzy@...
Mar 1, 2000 12:23 pm
4053
Absolutely positively required. ... From: Thompson, Lewis (Australia) <lewis_thompson@...> To: <psusers@egroups.com> Sent: Tuesday, February 29,...
Brian Melka
bacchus@...
Mar 1, 2000 12:44 pm
4054
Question: Is there a way to setup it up where one SQR report automatically uses the Viewer and others not. The only way we know is the command line parameters...
Salameh, Ramzi
salamer@...
Mar 1, 2000 1:03 pm
4055
I am facing a challenge: I have an SQR that calls a (SQL) stored procedure (PeopleSoft version 7.5 and SQL 7.0 Enterprise). When tested in the development...
Sami El-Murr
SEl-Murr@...
Mar 1, 2000 1:03 pm
4056
Lewis, Not sure which modules you have implemented - but any COBOL process can change via bug fixes or tax upgrades. Even minor release upgrades require ...
Heather Simpkins
heather.simpkins@...
Mar 1, 2000 1:04 pm
4057
Most definitely. Initially, WinX cobol executables are delivered on the CD. Non-WinX cobol, ie: unix, is only delivered as source code. After initial CD...
Mike Fulce
m.fulce@...
Mar 1, 2000 2:19 pm
4058
You have probably already surmised from the other postings here that this is a requirement. When we purchased PeopleSoft, we also thought that we did not need...
Dianne Rowland
dianne_rowland@...
Mar 1, 2000 2:29 pm
4059
The lockout is over....
Sharon_Edwards@...
Mar 1, 2000 4:10 pm
4060
I'm sorry. I sent the email to the wrong group....
Sharon_Edwards@...
Mar 1, 2000 4:15 pm
4061
Glad the lockout is over! ... From: Sharon_Edwards@... [mailto:Sharon_Edwards@...] Sent: Wednesday, March 01, 2000 11:16 AM To:...
Stephen Keen
stephen_keen@...
Mar 1, 2000 4:17 pm
4062
I'm using my evaluation copy of RWIZ and it's great so far as a query tool. The SQR runs fine in the development database. The problem is when I ran the same...
Steven Stein
steve.stein@...
Mar 1, 2000 4:30 pm
4063
Are you running this SQR on the command-line, on the UNIX box or are you running it on the UNIX box through PeopleSoft-Process Scheduler? Sina ... From: Steven...
SNafissi@...
Mar 1, 2000 4:34 pm
4064
Did you run the SQR through a process scheduler? I'm guessing you didn't, try through a scheduler and it will probably work correctly. Thanks - Mike Michael...
Mike Hayes
M.Hayes@...
Mar 1, 2000 4:53 pm
4065
Question: Is there a way to setup it up where one SQR report automatically uses the Viewer and others don't. The only way we know (we are new to PeopleSoft)...
Salameh, Ramzi
salamer@...
Mar 1, 2000 5:01 pm
4066
In Addition: I have never used RWIZ, but I have seen this error before. This is because when you log into the PeopleSoft application you are actually logging...
Pawlak, Mark
PawlakM@...
Mar 1, 2000 5:26 pm
4067
PeopleTools 7.57 Oracle 8.05 I have been tasked with migrating operator setups and classes from our development area to production. This is my first time, and...
Greg Schuler
greg.schuler@...
Mar 1, 2000 5:34 pm
4068
Take a look at the psusers vault (sorry I don't have the direct url). I think there used to be some docs and sample scripts for doing this. But, yes, there...
Mike Fulce
m.fulce@...
Mar 1, 2000 5:48 pm
4069
See below. Note that you may not be using all of them. You might want to do some queries against them first to see which ones need to be moved. Good luck...
Dennis Palmer
dennis.palmer@...
Mar 1, 2000 5:59 pm
4070
Add the following "-xcb -ziv" to the Process Definition - Process Definition Options Panel - SQR Parameters and set the drop down box to Append. This is for...
McIvor, Neal
mcivorne@...
Mar 1, 2000 6:22 pm
4071
I have been trying to use the following executed from DOS to send an email message via outlook and I cannot get it to work. I have windows 98 and outlook...
Jacqueline_C_Watts@...
Mar 1, 2000 7:33 pm
4072
Another one... I have a query question, and I probably know the answer but my mind is a-blank. I have a query listing the begin and end dates of a...
Schuler, Greg
Greg.Schuler@...
Mar 1, 2000 9:00 pm
4073
Greg, This is the way I was taught to do date math in query. I would create an expression like the following: ...
Kathy Mason
kmason@...
Mar 1, 2000 9:41 pm
4074
You shouldnt need to purchase MF Cobol though, unless youre planning some Cobol development. What environ are you on?...
Adrian Clayfield
Adrian.Clayfield@...
Mar 1, 2000 10:13 pm
4075
Thanks - I got the rights in Oracle to do writes and now everything works. The other answer was right too, I could have written a process scheduler definition...
Steven Stein
steve.stein@...
Mar 1, 2000 10:20 pm
4076
UNIX. The situation is we are doing an installation for a satellite location, and they don't want to spend the dollars for a COBOL compiler - I was trying to...
Thompson, Lewis (Aust...
lewis_thompson@...
Mar 1, 2000 10:59 pm
4077
In Sybase the function is datediff(day, begindate, enddate). Patrick Govern govern.p@... Port of Seattle P.O. Box 1209...
Govern, Patrick
govern.p@...
Mar 1, 2000 11:13 pm
4078
OK. Any new/patched/upgraded cobols - copy/ftp them to your $PS_HOME/src.cbl directory. Then all you need do is go to the install dir and run: ./pscbl.mak This...
Adrian Clayfield
Adrian.Clayfield@...
Mar 1, 2000 11:19 pm
4079
Hello Group, This may sound like a stupid question. When I execute the PSNOTES.exe file. I get an error with the title "psnotes.exe - Unable to Locate". There...
S.Srinivasan
srinivasan.seetharama...
Mar 2, 2000 10:55 am
4080
Greg, In DB2, the expression is DAYS(BEGIN_DATE) - DAYS(END_DATE) HTH, Victor Loghin VGL Consulting Inc. vgl_ca@... ... From: "Schuler, Greg"...