Re: [U2] Sending to the HOLD file

2006-11-30 Thread jpb

It's the same in UV.
After using SETPTR spool the report as usual with the (P or LPTR. With UV if 
you don't use the BANNER the file will be named P#, I think in UD it's 
P_.


- Original Message - 
From: Larry Hiscock [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Wednesday, November 29, 2006 6:59 PM
Subject: RE: [U2] Sending to the HOLD file



UD or UV?

In UD you could do:

SETPTR 0,3,BANNER HOLD_FILE_NAME,BRIEF

Where HOLD_FILE_NAME is whatever name you want the report to have in the
HOLD file.

Larry Hiscock
Western Computer Services

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
Sent: Wednesday, November 29, 2006 4:25 PM
To: U2-Users List
Subject: [U2] Sending to the HOLD file

Hi folks.

I'm pulling what little hair I have left out by the roots trying to
figure out what I thought would be a simple process from TCL.  I just
want to be able to send an AD-HOC report to the HOLD file without having
to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?

Thanks,

Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-30 Thread Mark Eastwood
Bob,
On your system, the SP.ASSIGN command is actually a program supplied by
your ERP application vendor which is basically doing this (executing
SETPTR).

For example:
SP.ASSIGN HS
LIST VOC FIRST 10 LPTR
Hold file P#_5541


Mark


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jpb
Sent: Thursday, November 30, 2006 7:17 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Sending to the HOLD file

It's the same in UV.
After using SETPTR spool the report as usual with the (P or LPTR. With
UV if 
you don't use the BANNER the file will be named P#, I think in UD
it's 
P_.

- Original Message - 
From: Larry Hiscock [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Wednesday, November 29, 2006 6:59 PM
Subject: RE: [U2] Sending to the HOLD file


 UD or UV?

 In UD you could do:

 SETPTR 0,3,BANNER HOLD_FILE_NAME,BRIEF

 Where HOLD_FILE_NAME is whatever name you want the report to have in
the
 HOLD file.

 Larry Hiscock
 Western Computer Services

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
 Sent: Wednesday, November 29, 2006 4:25 PM
 To: U2-Users List
 Subject: [U2] Sending to the HOLD file

 Hi folks.

 I'm pulling what little hair I have left out by the roots trying to
 figure out what I thought would be a simple process from TCL.  I just
 want to be able to send an AD-HOC report to the HOLD file without
having
 to go through a PROC.  I thought it was just going to be an SP-ASSIGN
 command then run the report with the (P option but I now know that
won't
 get it.  Can anyone offer up a QD TCL command for this?

 Thanks,

 Bob Woodward
 Senior Programmer/Analyst
 Harbor Wholesale Grocery
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-30 Thread Ron Hutchings
If you are describing the HOLD directory or the HOLD directory all of the 
suggestions are accurate.  The one comment about loggin off to reset can be 
accomplished by executing SETPTR 0  with no other subcommands and it assumes 
the defaults.  I am in a shop that is Pick flavor of Universe and everyone 
refers to the HOLD file when they are really describing the Pick system 
spool directory that is accessible through form name manipulation.


Original Message Follows
From: Bob Woodward [EMAIL PROTECTED]
Reply-To: u2-users@listserver.u2ug.org
To: U2-Users List u2-users@listserver.u2ug.org
Subject: [U2] Sending to the HOLD file
Date: Wed, 29 Nov 2006 16:24:56 -0800

Hi folks.

I'm pulling what little hair I have left out by the roots trying to
figure out what I thought would be a simple process from TCL.  I just
want to be able to send an AD-HOC report to the HOLD file without having
to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?

Thanks,

Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

_
Get free, personalized commercial-free online radio with MSN Radio powered 
by Pandora http://radio.msn.com/?icid=T002MSN03A07001

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-30 Thread Bob Woodward
With everyone telling me the same thing, which I thought I was doing, I
started looking a little more closely at how I was issuing the commands.
I had spent a little time getting the output in just the right way and
then saved the command to the VOC file.  I made a paragraph out of it
and that appears to have been my downfall. I moved the command to a DICT
entry of the file and that's working great.

Thanks for everyone's help (and confirmation I'm not as big a dummy as I
thought).

BobW
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-29 Thread Ross Craig
LPTR

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
Sent: Wednesday, November 29, 2006 4:25 PM
To: U2-Users List
Subject: [U2] Sending to the HOLD file

Hi folks.

I'm pulling what little hair I have left out by the roots trying to
figure out what I thought would be a simple process from TCL.  I just
want to be able to send an AD-HOC report to the HOLD file without having
to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?

Thanks,

Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-29 Thread James Canale, Jr.
Precede your report command with the SETPTR command (such as SETPTR
0,132,60,0,0,3).  In this example, mode is set to 3 which is for _HOLD_
output only.

HTH.

Best regards,

Jim


[snip]
I just want to be able to send an AD-HOC report to the HOLD file without
having to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?
[snip]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-29 Thread Larry Hiscock
UD or UV?

In UD you could do:

SETPTR 0,3,BANNER HOLD_FILE_NAME,BRIEF

Where HOLD_FILE_NAME is whatever name you want the report to have in the
HOLD file.

Larry Hiscock
Western Computer Services

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
Sent: Wednesday, November 29, 2006 4:25 PM
To: U2-Users List
Subject: [U2] Sending to the HOLD file

Hi folks.

I'm pulling what little hair I have left out by the roots trying to
figure out what I thought would be a simple process from TCL.  I just
want to be able to send an AD-HOC report to the HOLD file without having
to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?

Thanks,

Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Sending to the HOLD file

2006-11-29 Thread rbl000
--- On Wed 11/29, Bob Woodward  [EMAIL PROTECTED]  wrote:
Subject: [U2] Sending to the HOLD file

I justwant to be able to send an AD-HOC report to the HOLD file without 
havingto go through a PROC.  Can anyone offer up a QD TCL command for this?
Thanks,Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---

I use something like this:

SETPTR ,3,AS NEXT ADHOC,BRIEF,NFMT,NHEAD,NODEFAULT
LIST ...

Then you'll want to reset the SETPTR settings to the usual.  Logging off and 
back on does this, of course, but it would be easier if you had a 
paragraph/proc that could be executed that just did a SETPTR to the usual 
settings.

Best Regards,

Richard Lewis


___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Sending to the HOLD file

2006-11-29 Thread Jeff Schasny

SETPTR

Try HELP SETPTR for specifics

Bob Woodward wrote:

Hi folks.

I'm pulling what little hair I have left out by the roots trying to
figure out what I thought would be a simple process from TCL.  I just
want to be able to send an AD-HOC report to the HOLD file without having
to go through a PROC.  I thought it was just going to be an SP-ASSIGN
command then run the report with the (P option but I now know that won't
get it.  Can anyone offer up a QD TCL command for this?

Thanks,

Bob Woodward
Senior Programmer/Analyst
Harbor Wholesale Grocery
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

  


--
==
Jeff Schasny
jschasnyATricochetDOTcom
==
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/