From Kristina.Carlton@JICompanies.com Thu Sep 2 15:35:22 2004 From: Kristina.Carlton@JICompanies.com (Kristina Carlton) Date: Thu, 2 Sep 2004 09:35:22 -0500 Subject: converting numerics Message-ID: <157670322ACDBB4D82690A2A917E6E1B0345A214@jiexch01.jicompanies.com> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C490FA.145821A0 Content-Type: text/plain; charset="iso-8859-1" Hi All, I am writing out data via Quiz extracts. Due to the size of the files we are using the subfiles versus the textfiles and I noticed that my number formats are gone in the subfiles. I tried the PICTURE command but it basically ignores it. So for example, 114.56 looks like +00000011456. When we read this data into our Progress database, it comes in as 11,456. Is the only way to get around this in Quiz to convert the numerics to ASCII and then physically place the decimal? If so, do I have to check for values between 0.01 and 0.09 (my 0.01 came across as ". 1") or am I missing something here? Would it be easier to just use a Progress procedure to convert the numerics before reading them in? Any input is greatly appreciated. Thanks, -Kristina Ext. 2459 ------_=_NextPart_001_01C490FA.145821A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
All,
I
am writing out data via Quiz extracts. Due to the size of the files we =
are
using the subfiles versus the textfiles and I noticed that my number =
formats
are gone in the subfiles. I tried the PICTURE command but it basically =
ignores
it. So for example, 114.56 looks like +00000011456. When we read this =
data into
our Progress database, it comes in as 11,456. =
Is
the only way to get around this in Quiz to convert the numerics to =
ASCII and
then physically place the decimal? If so, do I have to check for values =
between
0.01 and 0.09 (my 0.01 came across as “. 1”) or am I =
missing something here?
Would it be easier to just use a Progress procedure to convert the =
numerics
before reading them in? Any input is greatly =
appreciated.
Thanks,
<=
span
class=3DEmailStyle15>-Kristina
Ext.
2459
Hi
All,
I
am extracting data via Quiz into portable subfiles. The data in the =
subfiles
will then be used to load into a Progress warehouse. I was hoping to =
get a
count of the records I extract with each quiz and write them to a file =
along
with the date. The date is not a problem, but the count is. I was going =
to
access the subfile and simply count the number of records, but got an =
error
message that portable subfiles cannot be accessed. Anybody have a =
workaround
for this?
We
are on OpenVMS V7.3-2 and Quiz =
V7.10.G4.
Thanks,
<=
span
class=3DEmailStyle15>-Kristina
Ext.
2459
------_=_NextPart_001_01C495BA.6B9527DF-- From Roger.Kesterson@mtdsw.com Wed Sep 8 16:51:38 2004 From: Roger.Kesterson@mtdsw.com (Roger Kesterson) Date: Wed, 8 Sep 2004 08:51:38 -0700 Subject: Count Message-ID:-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com]On=20 Behalf Of Kristina Carlton
Sent: Wednesday, September = 08, 2004=20 8:24 AM
To: 'powerh-l@lists.sowder.com'
Subject:=20 CountHi=20 All,
I am extracting = data via=20 Quiz into portable subfiles. The data in the subfiles will then be = used to=20 load into a Progress warehouse. I was hoping to get a count of the = records I=20 extract with each quiz and write them to a file along with the date. = The date=20 is not a problem, but the count is. I was going to access the subfile = and=20 simply count the number of records, but got an error message that = portable=20 subfiles cannot be accessed. Anybody have a workaround for=20 this?
We are on = OpenVMS V7.3-2=20 and Quiz V7.10.G4.
Thanks,
-KristinaExt.=20 2459
------_=_NextPart_001_01C495BB.B9B227A0-- From joeboyle_adt@hotmail.com Wed Sep 8 19:01:21 2004 From: joeboyle_adt@hotmail.com (Joe Boyle) Date: Wed, 8 Sep 2004 19:01:21 +0100 Subject: Count In-Reply-To: <157670322ACDBB4D82690A2A917E6E1B0345A25E@jiexch01.jicompanies.com> Message-ID:-----Original Message-----
From: Kristina Carlton [mailto:Kristina.Carlton@JICompanies.com]
Sent: Wednesday, September 08, 2004 8:24 AM
To: 'powerh-l@lists.sowder.com'
Subject: CountHi All,
I am extracting data via Quiz into portable subfiles. The data in the subfiles will then be used to load into a Progress warehouse. I was hoping to get a count of the records I extract with each quiz and write them to a file along with the date. The date is not a problem, but the count is. I was going to access the subfile and simply count the number of records, but got an error message that portable subfiles cannot be accessed. Anybody have a workaround for this?
We are on OpenVMS V7.3-2 and Quiz V7.10.G4.
Thanks,
-Kristina
Ext. 2459
it might be worth checking that the =
ps
and .psd files are in the local directory; if they aren’t you can =
either
specify the path in the access statement or set a logical e.g. define =
/job myportsf
sys$scratch:myportsf.
Regards, Joe.
This e-mail and all information contained in it is
confidential and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the
information contained within it is prohibited and may be unlawful. Do =
not open
any attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From:
powerh-l-admin@lists.sowder.com [mailto:powerh-l-admin@lists.sowder.com] =
On Behalf Of Kristina Carlton
Sent: 08 September 2004 =
16:24
To: =
'powerh-l@lists.sowder.com'
Subject: =
Count
Hi =
All,
I am extracting =
data via
Quiz into portable subfiles. The data in the subfiles will then be used =
to load
into a Progress warehouse. I was hoping to get a count of the records I =
extract
with each quiz and write them to a file along with the date. The date is =
not a
problem, but the count is. I was going to access the subfile and simply =
count
the number of records, but got an error message that portable subfiles =
cannot
be accessed. Anybody have a workaround for =
this?
We are on =
OpenVMS V7.3-2
and Quiz V7.10.G4.
Thanks,
-Kristina
Ext. =
2459
If
I report a defined item in a subfile can I then access the subfile and =
refer to
the previously defined item?
I
am writing the file name and one of the fields – case_num - to SUBFIL.PS which looks like =
this:
CAS =
0000001
CAS =
0000002
.
.
.
CAS =
0000020
DES =
0000001
DES =
0000001
.
.
.
and
so on
I
now want to access the subfile and use the previously defined item as a =
sort
item. Is this possible in Quiz?
<=
span
class=3DEmailStyle15>-Kristina
Ext.
2459
You can have a "FINAL FOOTING" as well as a "REPORT SUMMARY"
ACCESS ...
REPORT SUMMARY ...
FINAL FOOTING "DATE " SYSDATE "RECORD COUNT" COUNT NORESET
SET REPORT DEVICE DISC NAME WHATEVER
SET NOHEAD
GO
Hello
Does anyone know how to 'fool' quick = into thinking that a record has been written away (put) when it hasn't. = I have a program that has a primary file - various fields are changed on = the screen by the user. Then for various reasons, I use embedded sql to = write the record away - NOT Powerhouse. I don't want the user to get the = message "Date changed but not updated". How do I reset the = alteredrecord status ? I've tried doing a "get" of the = record again which resets the status but the values in the file buffer = are 0 - even though the record does exist (I'm in find mode). I want to = leave the file as primary to preserve the screen = functionality.
Any ideas would be great as I'm = probably going to need to this fairly often.
Maeve Hooper
Database Consultant
Metropolitan Health Group
Ph: (021) 480-6871
Cell: 083 6666 973
Fax: (021) 480 4932
------=_NextPart_000_0021_01C4972A.AF72E660-- From doug.brown@ntlworld.com Fri Sep 10 12:06:28 2004 From: doug.brown@ntlworld.com (Douglas Brown) Date: Fri, 10 Sep 2004 12:06:28 +0100 Subject: Record status in quick - resetting In-Reply-To: <97641B5DAC415F4FB2FF529F792392B903286872@cptexc01.za.mhgad.com> Message-ID:-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com] On=20 Behalf Of Maeve Hooper
Sent: 10. september 2004=20 10:29
To: powerh-l@lists.sowder.com
Cc: Paul = Howard=20 (E-mail)
Subject: Record status in quick -=20 resetting
Hello
Does anyone know how to 'fool' quick = into thinking=20 that a record has been written away (put) when it hasn't. I have a = program=20 that has a primary file - various fields are changed on the screen by = the=20 user. Then for various reasons, I use embedded sql to write the record = away -=20 NOT Powerhouse. I don't want the user to get the message "Date changed = but not=20 updated". How do I reset the alteredrecord status ? I've tried = doing a=20 "get" of the record again which resets the status but the values in = the file=20 buffer are 0 - even though the record does exist (I'm in find mode). I = want to=20 leave the file as primary to preserve the screen = functionality.
Any ideas would be great as I'm = probably going to=20 need to this fairly often.
Maeve Hooper
Database Consultant
Metropolitan=20 Health Group
Ph: (021)=20 480-6871
Cell: 083 6666 = 973=20
Fax: (021) 480 4932=20
Regards
Douglas=20
Brown
----------------
+44.7710-716-147=20
how about letting quick do the =
update in
the standard way and then run your SQL - as an update rather than an =
insert - in
the postupdate procedure.
Regards, Joe.
This e-mail and all information contained in it is
confidential and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the
information contained within it is prohibited and may be unlawful. Do =
not open
any attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From:
powerh-l-admin@lists.sowder.com [mailto:powerh-l-admin@lists.sowder.com] =
On Behalf Of Maeve Hooper
Sent: 10 September 2004 =
09:29
To: =
powerh-l@lists.sowder.com
Cc: Paul Howard =
(E-mail)
Subject: Record status in =
quick -
resetting
Hello
Does
anyone know how to 'fool' quick into thinking that a record has been =
written
away (put) when it hasn't. I have a program that has a primary file - =
various
fields are changed on the screen by the user. Then for various reasons, =
I use
embedded sql to write the record away - NOT Powerhouse. I don't want the =
user
to get the message "Date changed but not updated". How do I =
reset the
alteredrecord status ? I've tried doing a "get" of the =
record
again which resets the status but the values in the file buffer are 0 - =
even
though the record does exist (I'm in find mode). I want to leave the =
file as
primary to preserve the screen =
functionality.
Any
ideas would be great as I'm probably going to need to this fairly =
often.
Maeve
Hooper
Database
Consultant
Metropolitan
Health Group
Ph:
(021) 480-6871
Cell:
083 6666 973
Fax:
(021) 480 4932
Bob=20
Deskin &=
nbsp; =20
Senior Product=20
Manager, Application Development Tools
Cognos=20
Inc. 3755=20
Riverside Drive, Ottawa ON K1G 4K9 CANADA
bob.deskin@cognos.com =
(613) 738-1338 ext 7268=20
-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com]On=20 Behalf Of Maeve Hooper
Sent: September 10, 2004 4:29=20 AM
To: powerh-l@lists.sowder.com
Cc: Paul Howard=20 (E-mail)
Subject: Record status in quick -=20 resetting
Hello
Does anyone know how to 'fool' quick = into thinking=20 that a record has been written away (put) when it hasn't. I have a = program=20 that has a primary file - various fields are changed on the screen by = the=20 user. Then for various reasons, I use embedded sql to write the record = away -=20 NOT Powerhouse. I don't want the user to get the message "Date changed = but not=20 updated". How do I reset the alteredrecord status ? I've tried = doing a=20 "get" of the record again which resets the status but the values in = the file=20 buffer are 0 - even though the record does exist (I'm in find mode). I = want to=20 leave the file as primary to preserve the screen = functionality.
Any ideas would be great as I'm = probably going to=20 need to this fairly often.
Maeve Hooper
Database Consultant
Metropolitan=20 Health Group
Ph: (021)=20 480-6871
Cell: 083 6666 = 973=20
Fax: (021) 480 4932=20
This message may contain privileged and/or confidential = information. If you have received this e-mail in error or are not = the intended recipient, you may not use, copy, disseminate or distribute = it; do not open any attachments, delete it immediately from your system = and notify the sender promptly by e-mail that you have done so. = Thank you.
Depending on your transaction model and your database you may have to
commit not only the transaction in which you did your non-PowerHouse SQL update but
also Quick's "query" transaction.
This may lead to the lost of the pointer to the next row
and hence a need to restart the find.
Regards,
Peter Bateman
how about letting quick do the =
update in
the standard way and then run your SQL - as an update rather than an =
insert - in
the postupdate procedure.
Regards, Joe.
This e-mail and all information contained in it is
confidential and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the
information contained within it is prohibited and may be unlawful. Do =
not open
any attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From:
powerh-l-admin@lists.sowder.com [mailto:powerh-l-admin@lists.sowder.com] =
On Behalf Of Maeve Hooper
Sent: 10 September 2004 =
09:29
To: =
powerh-l@lists.sowder.com
Cc: Paul Howard =
(E-mail)
Subject: Record status in =
quick -
resetting
Hello
Does
anyone know how to 'fool' quick into thinking that a record has been =
written
away (put) when it hasn't. I have a program that has a primary file - =
various
fields are changed on the screen by the user. Then for various reasons, =
I use
embedded sql to write the record away - NOT Powerhouse. I don't want the =
user
to get the message "Date changed but not updated". How do I =
reset the
alteredrecord status ? I've tried doing a "get" of the =
record
again which resets the status but the values in the file buffer are 0 - =
even
though the record does exist (I'm in find mode). I want to leave the =
file as
primary to preserve the screen =
functionality.
Any
ideas would be great as I'm probably going to need to this fairly =
often.
Maeve
Hooper
Database
Consultant
Metropolitan
Health Group
Ph:
(021) 480-6871
Cell:
083 6666 973
Fax:
(021) 480 4932
Bob=20
Deskin &=
nbsp; =20
Senior Product=20
Manager, Application Development Tools
Cognos=20
Inc. 3755=20
Riverside Drive, Ottawa ON K1G 4K9 CANADA
bob.deskin@cognos.com =
(613) 738-1338 ext 7268=20
-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com]On=20 Behalf Of Maeve Hooper
Sent: September 10, 2004 4:29=20 AM
To: powerh-l@lists.sowder.com
Cc: Paul Howard=20 (E-mail)
Subject: Record status in quick -=20 resetting
Hello
Does anyone know how to 'fool' quick = into thinking=20 that a record has been written away (put) when it hasn't. I have a = program=20 that has a primary file - various fields are changed on the screen by = the=20 user. Then for various reasons, I use embedded sql to write the record = away -=20 NOT Powerhouse. I don't want the user to get the message "Date changed = but not=20 updated". How do I reset the alteredrecord status ? I've tried = doing a=20 "get" of the record again which resets the status but the values in = the file=20 buffer are 0 - even though the record does exist (I'm in find mode). I = want to=20 leave the file as primary to preserve the screen = functionality.
Any ideas would be great as I'm = probably going to=20 need to this fairly often.
Maeve Hooper
Database Consultant
Metropolitan=20 Health Group
Ph: (021)=20 480-6871
Cell: 083 6666 = 973=20
Fax: (021) 480 4932=20
This message may contain privileged and/or confidential = information. If you have received this e-mail in error or are not = the intended recipient, you may not use, copy, disseminate or distribute = it; do not open any attachments, delete it immediately from your system = and notify the sender promptly by e-mail that you have done so. = Thank you.
Depending on your transaction model and your database you may have to
commit not only the transaction in which you did your non-PowerHouse SQL update but
also Quick's "query" transaction.
This may lead to the lost of the pointer to the next row
and hence a need to restart the find.
Regards,
Peter Bateman
Can someone help me with changing a =
hot file
in Impromptu?
We are running Cognos Impromptu =
Administrator
version 7.1.339.0
I have a hot file that needs to be =
updated.
When I try to open the hot file =
with
impromptu I don’t have an option to open .ims files (the =
hotfile).
So I created a new one with the =
same columns,
the same file name, etc. and copied it to the directory where the =
current hot
file is saved.
When I run the report I get the =
following
error message:
DMS-E-RBI-COLULMN, Column c21 was =
not found.
I
tried an ‘open with’ on the file and selected Impromptu but =
get an error
message that the file is not a report. So my dilemma is I can’t =
really look at
the old hot file to see exactly what it looks like and creating a new =
one does
not seem to work with existing reports – only new =
ones.
<=
/span>
Any
suggestions are appreciated.
<=
/span>
Thanks,
<=
span
class=3DEmailStyle15>-Kristina
Ext.
2459
I would try 'file asc600 designer open append' It may be a machine specific option.
But I didn't see it in the manual though.
Regards,
Peter
------_=_NextPart_001_01C49C25.38F9D8E4-- From wilbert.vissers@hp.com Fri Sep 17 03:17:24 2004 From: wilbert.vissers@hp.com (Vissers, Wilbert) Date: Fri, 17 Sep 2004 14:17:24 +1200 Subject: write to file with quick Message-ID:-----Ursprungligt meddelande-----
Fr=E5n: Peter = Bateman=20 [mailto:ppfb@hotmail.com]
Skickat: den 16 september 2004=20 21:02
Till: powerh-l@lists.sowder.com
=C4mne: RE: = SV: write=20 to file with quick>From: <Jari.Kaljunen@teliasonera.com>=20 >To: <powerh-l@lists.sowder.com>=20 >Subject: SV: write to file with quick=20 >Date: Thu, 16 Sep 2004 12:22:20 +0200=20 >=20 >Hello again,=20 >=20 >a little test without reading database still very slow=20 (actually no difference...). It takes 49 s to run this with 100 = records on=20 subfile. The result file is 20100 lines.=20 >=20 >I even wrote a test quiz reading the same subfile and = having=20 200 defines, each including systime and some more, each defined item = written=20 on an own line. It takes quiz 3 s to write these 20000 lines.=20 >=20 >=20 >/Jari=20 >=20 >=20 >screen test_writing_file menu stopscreen=20 >=20 >file *ik006002 designer=20 >file asc600 designer=20 >=20 >temp t_count=20 >=20 >procedure internal write=20 > begin=20 > for 200=20 > begin=20 = > &nbs= p; let=20 t_count =3D t_count + 1=20 = > &nbs= p; let=20 rec600 =3D asc(t_count) &=20 = > &nbs= p; =20 + " " + asc(systime) + " procedure internal write "=20 = > &nbs= p; put=20 asc600 reset=20 > end=20 > end=20 >=20 >procedure initialize=20 > begin=20 > let t_count =3D 0=20 > while retr ik006002 seq=20 > begin=20 > let = rec600 =3D=20 asc(t_count) &=20 = > &nbs= p; =20 + " " + asc(systime) + " procedure initialize "=20 > put = asc600=20 reset=20 > do = internal=20 write=20 > end=20 > return=20 > end=20 >=20 >build=20 >=20 >-----Ursprungligt meddelande-----=20 >Fr=E5n: Johnson, Harold A EDUC:EX=20 >[mailto:Harold.A.Johnson@gems1.gov.bc.ca]=20 >Skickat: den 15 september 2004 17:50=20 >Till: Kaljunen, Jari S. /TSS - Sergel Kredittj=E4nster=20 /+46-8-4526435;=20 >powerh-l@lists.sowder.com=20 >=C4mne: RE: write to file with quick=20 >=20 >=20 >Are you sure the performance problem is with the = writing and=20 not with the=20 >reading of the original data? I would = suspect a=20 problem there instead.=20 >=20 >=20 >-----Original Message-----=20 >From: powerh-l-admin@lists.sowder.com=20 >[mailto:powerh-l-admin@lists.sowder.com]On Behalf Of=20 >Jari.Kaljunen@teliasonera.com=20 >Sent: 2004 September 15 8:41 AM=20 >To: powerh-l@lists.sowder.com=20 >Subject: write to file with quick=20 >=20 >=20 >Hello,=20 >=20 >I am writing to=20 >=20 >File: ASC600=20 >Organization: SEQUENTIAL=20 >Type: RMS=20 >Open: ASC600=20 >Record Format: Variable=20 >Supersede: No=20 >Records & Sizes: ASC600 600 bytes=20 >Item Type Size Occ Offset=20 >REC600 CHARACTER 600=20 >=20 >in quick using let and put as follows=20 >=20 >let rec600 =3D "<HeaderRef2>" + asc(arnr of = arenden,8) +=20 asc(parmblnr,2) &=20 >+ atgkod of atgkoder + "</HeaderRef2>"=20 >=20 >put asc600 reset=20 >=20 >=20 >The performance is very poor. The administrator believs = that=20 quick closes=20 >and opens the file all the time.=20 >Can that be true?=20 >What should I do?=20 >=20 >We are creating an xml-file (it will be about 5 GB) = with data=20 from several=20 >tables and our solution with qtp needed too many = subfiles and=20 sortings using=20 >lots of space.=20 >=20 >/Jari=20 >=20 >=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D=20 >Mailing list: powerh-l@lists.sowder.com=20 >Subscribe: "subscribe" in message body to=20 powerh-l-request@lists.sowder.com=20 >Unsubscribe: "unsubscribe <password>" in message = body to=20 >powerh-l-request@lists.sowder.com=20 >http://lists.sowder.com/mailman/listinfo/powerh-l=20 >This list is closed, thus to post to the list you must = be a=20 subscriber.=20 >=20 >=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D=20 >Mailing list: powerh-l@lists.sowder.com=20 >Subscribe: "subscribe" in message body to=20 powerh-l-request@lists.sowder.com=20 >Unsubscribe: "unsubscribe <password>" in message = body to=20 powerh-l-request@lists.sowder.com=20 >http://lists.sowder.com/mailman/listinfo/powerh-l=20 >This list is closed, thus to post to the list you must = be a=20 subscriber.=20I would try 'file asc600 designer open append' It may be a machine = specific=20 option.
But I didn't see it in the manual though.
Regards,
Peter
Don't just Search. Find! The new MSN = Search: Fast.=20 Clear. Easy. =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D Mailing=20 list: powerh-l@lists.sowder.com Subscribe: "subscribe" in message body = to=20 powerh-l-request@lists.sowder.com Unsubscribe: "unsubscribe =" in=20 message body to powerh-l-request@lists.sowder.com=20 http://lists.sowder.com/mailman/listinfo/powerh-l This list is closed, = thus to=20 post to the list you must be a subscriber.
why not allow =
the
performance of quiz to generate the subfile and then use the DCL command =
'CONVERT/FDL'
to convert the file to the required sequential format. It may even be =
the case,
that if the 'nodict' qualifier is used when creating the subfile, then =
the
subfile need only be renamed and copied to the required =
directory.
I am guessing =
that a 'nodict'
subfile will have a sequential rather than direct record format; you =
could
always use the analyse command to examine the subfile's record format if =
you aren’t
sure.
Presumably, once the file is built,
subsequent updates will be writing fewer records into the file, and the =
slow
performance of Quick may not be as great an issue – or you could =
even go
back to Qtp.
Regards, Joe.
This e-mail and all information contained in it is =
confidential
and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the
information contained within it is prohibited and may be unlawful. Do =
not open
any attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From:
powerh-l-admin@lists.sowder.com [mailto:powerh-l-admin@lists.sowder.com] =
On Behalf Of =
Jari.Kaljunen@teliasonera.com
Sent: 16 September 2004 =
20:42
To: =
powerh-l@lists.sowder.com
Subject: SV: SV: write to =
file
with quick
You mean file asc600 designer open append =
?
Well, it didn't =
help..
/Jari
-----Ursprungligt = meddelande-----
Fr=E5n: Peter Bateman [mailto:ppfb@hotmail.com]
Skickat: den 16 september = 2004 21:02
Till: = powerh-l@lists.sowder.com
=C4mne: RE: SV: write to = file with quickI would try 'file asc600 designer open append' It may be a machine specific = option.
But I didn't see it in the manual though.
Regards,
Peter
>From: <Jari.Kaljunen@teliasonera.com> =
>To: <powerh-l@lists.sowder.com> =
>Subject: SV: write to file with quick =
>Date: Thu, 16 Sep 2004 12:22:20 +0200 =
>
>Hello again,
>
>a little test without reading database still very slow = (actually no difference...). It takes 49 s to run this with 100 records on subfile. = The result file is 20100 lines.
>
>I even wrote a test quiz reading the same subfile and having = 200 defines, each including systime and some more, each defined item written = on an own line. It takes quiz 3 s to write these 20000 lines. =
>
>
>/Jari
>
>
>screen test_writing_file menu stopscreen =
>
>file *ik006002 designer
>file asc600 designer
>
>temp t_count
>
>procedure internal write
> begin
> for 200 =
> begin =
> &= nbsp; let t_count =3D t_count + 1
> &= nbsp; let rec600 =3D asc(t_count) &
> &= nbsp; + " " + asc(systime) + " procedure internal write " =
> &= nbsp; put asc600 reset
> end =
> end
>
>procedure initialize
> begin
> let t_count =3D 0 =
> while retr ik006002 seq =
> begin =
> let rec600 = =3D asc(t_count) &
> &= nbsp; + " " + asc(systime) + " procedure initialize " =
> put asc600 = reset
> do internal = write
> end =
> return =
> end
>
>build
>
>-----Ursprungligt meddelande----- =
>Fr=E5n: Johnson, Harold A EDUC:EX =
>[mailto:Harold.A.Johnson@gems1.gov.bc.ca] =
>Skickat: den 15 september 2004 17:50 =
>Till: Kaljunen, Jari S. /TSS - Sergel Kredittj=E4nster /+46-8-4526435;
>powerh-l@lists.sowder.com
>=C4mne: RE: write to file with quick =
>
>
>Are you sure the performance problem is with the writing and = not with the
>reading of the original data? I would suspect a = problem there instead.
>
>
>-----Original Message-----
>From: powerh-l-admin@lists.sowder.com =
>[mailto:powerh-l-admin@lists.sowder.com]On Behalf Of =
>Jari.Kaljunen@teliasonera.com
>Sent: 2004 September 15 8:41 AM =
>To: powerh-l@lists.sowder.com
>Subject: write to file with quick =
>
>
>Hello,
>
>I am writing to
>
>File: ASC600
>Organization: SEQUENTIAL
>Type: RMS
>Open: ASC600
>Record Format: Variable
>Supersede: No
>Records & Sizes: ASC600 600 bytes =
>Item Type Size Occ Offset
>REC600 CHARACTER 600
>
>in quick using let and put as follows =
>
>let rec600 =3D "<HeaderRef2>" + asc(arnr of arenden,8) + asc(parmblnr,2) &
>+ atgkod of atgkoder + "</HeaderRef2>" =
>
>put asc600 reset
>
>
>The performance is very poor. The administrator believs that = quick closes
>and opens the file all the time. =
>Can that be true?
>What should I do?
>
>We are creating an xml-file (it will be about 5 GB) with = data from several
>tables and our solution with qtp needed too many subfiles = and sortings using
>lots of space.
>
>/Jari
>
>=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =
>Mailing list: powerh-l@lists.sowder.com =
>Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
>Unsubscribe: "unsubscribe <password>" in = message body to
>powerh-l-request@lists.sowder.com =
>http://lists.sowder.com/mailman/listinfo/powerh-l =
>This list is closed, thus to post to the list you must be a subscriber.
>
>=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =
>Mailing list: powerh-l@lists.sowder.com =
>Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
>Unsubscribe: "unsubscribe <password>" in = message body to powerh-l-request@lists.sowder.com
>http://lists.sowder.com/mailman/listinfo/powerh-l =
>This list is closed, thus to post to the list you must be a subscriber.
Don't just Search. Find! The new MSN Search: = Fast. Clear. Easy. =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D = =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D Mailing list: powerh-l@lists.sowder.com Subscribe: "subscribe" in = message body to powerh-l-request@lists.sowder.com Unsubscribe: "unsubscribe =
" in message body to powerh-l-request@lists.sowder.com http://lists.sowder.com/mailman/listinfo/powerh-l This list is closed, = thus to post to the list you must be a subscriber.
We are using Ph 8.13.D2 on an = AIX.
I have a data file to read in which = has=20 amounts specified as <1 char sign>00000031.17 ie. 00000031.17 for = $31.17.=20 When I setup the element as FREEFORM its only displayed as 31. = If I remove the decimal place from the = data, it=20 comes out correctly as 31.17.
The manual for Freeform says its = works with=20 leadings/trailing spaces and an imbedded decimal point.
Here is the PDL code of the=20 element;
Element=20
CALTEX-VOLUME =
=20
NUMERIC Size=20
12  =
; =20
&
Decimal 2 &
=
Leading Sign "=20
" &
picture " ^^^^^^^^.^^" =
&
=20
Default Item Datatype FREEFORM SIZE 12
Can anyone help?
Thanks in advance,
Brett.
I suspect that as the decimal part =
is
stored/present in the item you will need to add syntax ‘output =
scale 2 ‘
to the element syntax.
This multiplies the value up to an =
integer
( same as * 100 ) – only the integer part is moved into the =
picture when
a field is displayed.
Regards, Joe.
This e-mail and all information contained in it is
confidential and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the =
information
contained within it is prohibited and may be unlawful. Do not open any
attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From: =
powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On
Behalf Of Brett Greiner (Kinetix)
Sent: 19 September 2004 =
23:44
To: =
powerh-l@lists.sowder.com
Subject: freeform not =
working as
expected
We are using Ph 8.13.D2 on an =
AIX.
I have a data file to read in which has =
amounts
specified as <1 char sign>00000031.17 ie. 00000031.17 for $31.17. =
When I
setup the element as FREEFORM its only displayed as 31. If I remove =
the
decimal place from the data, it comes out correctly as 31.17. =
The manual for Freeform says its works =
with
leadings/trailing spaces and an imbedded decimal =
point.
Here is the PDL code of the =
element;
Element
CALTEX-VOLUME =
NUMERIC Size
12  =
;
&
Decimal 2 &
Leading Sign " " &
picture " ^^^^^^^^.^^" &
Default Item Datatype FREEFORM SIZE =
12
Can anyone =
help?
Thanks in =
advance,
Brett.
Brett Greiner,
Kinetix Group =
Ltd.,
ph. +64 6 759 =
1929
fx. +64 6 759 =
1928
Greeting to the list,
We are about to upgrade from = 8.19D7 and 8.39C to 8.49D and am interested in comments by anybody that = has done this.
Have you had any problems and = if so what.
regards,
Robert W.Mills
Systems Development =
Manager
Windsong Services
(020) =
8309 3604
Hey Guys
Any Cognos Powerhouse jobs out there in the USA for companies who will H1B
sponsership from the UK?
from
A'Neil Arjoon.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
Have you been checking Dice.com? I have seen PH jobs in New Hampshire, Wisconsin, and other places, on a regular basis.-----Original Message-----
From: George Wen [mailto:gammageo@yahoo.com]
Sent: Thursday, September 23, 2004 11:07 AM
To: powerh-l@lists.sowder.com
Subject: Re: Jobs in USAI'd guess not. There are a lot of IT folks out of work in this country. I know qualified IT guys who are working at Shopko stocking shelves. Hell I'd take a PH job anywhere in the country in second....But Bush says outsourcing/offshoring are good for this country so we're all keeping a stiff uppper lip, eh?
A'Neil Arjoon <a_arjoon@hotmail.com> wrote:Hey Guys
Any Cognos Powerhouse jobs out there in the USA for companies who will H1B
sponsership from the UK?
from
A'Neil Arjoon.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
FYI
-----Original Message-----
From: HP-3000 Systems Discussion [mailto:HP3000-L@RAVEN.UTC.EDU=
] On Behalf Of Simpkins, Terry
Sent: Monday, September 27, 2004 9:04 AM
To: HP3000-L@RAVEN.UTC.EDU
Subject: [HP3000-L] Business Analyst =
opportunity
I am looking for a Business Analyst for a MANMAN-HP =
shop.
This individual will be part of a team that is =
responsible for day-to-day support in a multi-account, multi-database =
environment.
They will also be involved in and lead projects, as = well as new site implementations.
We are a growing organization with opportunities =
around the world.
Currently we are involved in active implementations =
in:
- Chicago
- Torrance, CA
- Paris, France
- China
We run MANMAN-HP 11.4 and XactMan for a windows =
front-end.
This position is based in Hampton, VA, but travel =
(domestic and
international) is part of the job.
The successful candidate will have a thorough =
understanding of the
CORE-4 MANMAN modules as well as experience =
using:
- Cognos Powerhouse
- MPEX & Security/3000
The individual selected for the opportunity will work = directly on a daily basis with all levels of the organization, from = stockroom clerks to the CFO & CEO.
If you are looking for an exciting and challenging = opportunity, please respond today in confidence to the email address = below.
*****************************
Terry W. Simpkins
Director ISIT
Measurement Specialties
757-766-4278
terry.simpkins@msiusa.com
*****************************
* To join/leave the list, search archives, change =
list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html =
*
This message may contain privileged and/or = confidential information. If you have received this e-mail in = error or are not the intended recipient, you may not use, copy, = disseminate or distribute it; do not open any attachments, delete it = immediately from your system and notify the sender promptly by e-mail = that you have done so. Thank you.
------_=_NextPart_001_01C4A4AC.98FD979B-- From ggjos@hotmail.com Mon Sep 27 22:18:27 2004 From: ggjos@hotmail.com (greg greg) Date: Mon, 27 Sep 2004 21:18:27 +0000 Subject: Dectect duplicate and issue warning instead of error message(QUICK) Message-ID:Hi,
I
am running a Quiz extract and I am using the SET NODUPLICATES command. =
However,
I am getting duplicates anyhow. What might I be doing =
wrong?
To
clarify further, I run an extract with claim detail information. The =
claim
detail information has the treating physician’s FEIN. I access =
the subfile that
is created and link it to our physician file to get detailed physician =
info. There
could be multiple entries in the claim file for each physician =
obviously, but I
was hoping they would not be duplicated in my physician detail extract. =
Actually,
it works for all but one physician (this is a small sample only). I =
checked
that database and do not have duplicates in the physician =
table.
Thanks,
<=
span
class=3DEmailStyle15>-Kristina
Ext.
2459
Bob=20
Deskin &=
nbsp; =20
Senior =
Product=20
Manager, Application Development Tools, Cognos Inc. =
bob.deskin@cognos.com (613) =
738-1338 ext 7268=20
FAX: (613) 727-1178
3755 Riverside Drive P.O. Box 9707 Stn. T, Ottawa ON K1G 4K9=20
CANADA
-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com] On=20 Behalf Of Kristina Carlton
Sent: September 28, 2004 2:19 = PM
To: 'powerh-l@lists.sowder.com'
Subject:=20 duplicatesHi,
I am running a = Quiz=20 extract and I am using the SET NODUPLICATES command. However, I am = getting=20 duplicates anyhow. What might I be doing=20 wrong?
To clarify = further, I run=20 an extract with claim detail information. The claim detail information = has the=20 treating physician’s FEIN. I access the subfile that is created = and link it to=20 our physician file to get detailed physician info. There could be = multiple=20 entries in the claim file for each physician obviously, but I was = hoping they=20 would not be duplicated in my physician detail extract. Actually, it = works for=20 all but one physician (this is a small sample only). I checked that = database=20 and do not have duplicates in the physician=20 table.
Thanks,
-KristinaExt.=20 2459
This message may contain privileged and/or confidential = information. If you have received this e-mail in error or are not = the intended recipient, you may not use, copy, disseminate or distribute = it; do not open any attachments, delete it immediately from your system = and notify the sender promptly by e-mail that you have done so. = Thank you.
If you have syntax like =
‘report field1
feild2 etc…’ you could try using syntax like ‘heading =
at
sortitem field1 feild2 etc…’
Regards, Joe.
This e-mail and all information contained in it is
confidential and may be legally privileged. If you are not the =
intended recipient,
your access to this e-mail is unauthorized. Any use, dissemination,
distribution, publication or copying by you of this e-mail or any of the
information contained within it is prohibited and may be unlawful. Do =
not open
any attachments, delete it immediately from your system and notify the =
sender
promptly by e-mail that you have done so. The content of this e-mail and =
any
attachments sent with it may have been altered without the consent or =
knowledge
of the author.
From: =
powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On
Behalf Of Kristina Carlton
Sent: 28 September 2004 =
19:19
To: =
'powerh-l@lists.sowder.com'
Subject: =
duplicates
Hi,
I am running a =
Quiz
extract and I am using the SET NODUPLICATES command. However, I am =
getting
duplicates anyhow. What might I be doing =
wrong?
To clarify =
further, I run
an extract with claim detail information. The claim detail information =
has the
treating physician’s FEIN. I access the subfile that is created =
and link
it to our physician file to get detailed physician info. There could be
multiple entries in the claim file for each physician obviously, but I =
was
hoping they would not be duplicated in my physician detail extract. =
Actually,
it works for all but one physician (this is a small sample only). I =
checked
that database and do not have duplicates in the physician =
table.
Thanks,
-Kristina
Ext. =
2459
Hi List,
I am using OpenVMS v7.3-2 and Quiz V7.10.G4.
My intention is to link to a table twice but link on = different fields. The table is self-referencing and contains physician = information. Each physician has a tin (FEIN) and a sub tin (provider = within a facility). If the physician works for a clinic he would be = listed with the clinic's tin plus a sub tin, but the name field would = contain his name. The clinic has no sub tin.
In the case of a physician having his own practice he = would be listed twice with the same tin, but once without a sub tin and = once with a sub tin. Each record will have the same name. This would = look as follows:
TIN =
SUB TIN =
NAME
75-261977 =
=
Victory Medical =
Services
75-261977 =
001 =
Dr. Franklin
75-261977 =
002 =
Dr. Garcia
and so on
75-269999 =
=
Dr. Williams
75-269999 =
001 =
Dr. Williams
I need to link to this file twice in order to get the = physician's name as well as the clinic name and also to determine if it = is a clinic or an individual. The physician file (PRV) has a combo key = on tin/sub tin. The file I am linking to has tin and sub tin as well. I = want to link to it once by tin and sub tin and that part is no problem. = However, when I attempt to link to it again (giving an alias) with tin = only, I get the following error message:
Access PRV viaindex PRV_KEY0.
&nb=
sp; &nb=
sp; &nb=
sp; =
^
*E* Expected: <file>
> TO =
TIN_NUM OF PRV ALIAS PRV1
=
^^
Can someone tell me what the correct syntax is? Also, = the other file I am linking to is a subfile, not a database = table.
Thanks,
-Kristina
Ext. 2459
------_=_NextPart_001_01C4A670.C28C7770-- From brian_matthews_bmw@hotmail.com Thu Sep 30 00:36:18 2004 From: brian_matthews_bmw@hotmail.com (brian_matthewsbrian matthews) Date: Wed, 29 Sep 2004 23:36:18 +0000 Subject: Linking tables Message-ID:-----Original Message-----
From:=20 powerh-l-admin@lists.sowder.com = [mailto:powerh-l-admin@lists.sowder.com]On=20 Behalf Of Kristina Carlton
Sent: Wednesday, September = 29, 2004=20 2:55 PM
To: powerh-l@lists.sowder.com
Subject: = Linking=20 tablesHi List,
I am using OpenVMS v7.3-2 and Quiz V7.10.G4. =
My intention is to link to a table twice but link on = different=20 fields. The table is self-referencing and contains physician = information. Each=20 physician has a tin (FEIN) and a sub tin (provider within a facility). = If the=20 physician works for a clinic he would be listed with the clinic's tin = plus a=20 sub tin, but the name field would contain his name. The clinic has no = sub tin.=20
In the case of a physician having his own practice = he would be=20 listed twice with the same tin, but once without a sub tin and once = with a sub=20 tin. Each record will have the same name. This would look as=20 follows:
TIN =20 SUB TIN=20 NAME
75-261977 =20 =20 Victory Medical = Services=20
75-261977 =20 001 = Dr.=20 Franklin
75-261977 =20 002 = Dr.=20 Garcia
and so on75-269999 =20 =20 Dr. Williams =
75-269999 =20 001 = Dr.=20 WilliamsI need to link to this file twice in order to get = the=20 physician's name as well as the clinic name and also to determine if = it is a=20 clinic or an individual. The physician file (PRV) has a combo key on = tin/sub=20 tin. The file I am linking to has tin and sub tin as well. I want to = link to=20 it once by tin and sub tin and that part is no problem. However, when = I=20 attempt to link to it again (giving an alias) with tin only, I get the = following error message:
Access PRV viaindex PRV_KEY0.
&nbs= p;  = ; = =20 ^
*E* Expected: <file> =
> TO TIN_NUM OF = PRV ALIAS=20 PRV1
=20 ^^Can someone tell me what the correct syntax is? = Also, the=20 other file I am linking to is a subfile, not a database = table.
Thanks,
-Kristina =
Ext. 2459