× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Gee 1980, lets see, System/3 Model 12 IIRC...

On 3/31/06, Michael_Schutte@xxxxxxxxxxxx <Michael_Schutte@xxxxxxxxxxxx>
wrote:
>
> 1980?  LOL That seems like forever ago... I'm going to make a few of you
> feel really old.  I was 2 in 1980.
>
> But to stay on topic, that sounds interesting.  I'll review it that
> information.
>
> Michael Schutte
> Work 614-492-7419
> email  michael_schutte@xxxxxxxxxxxx
>
>
>
>             vhamberg@comcast.
>             net
>             Sent by:                                                   To
>             midrange-l-bounce         Midrange Systems Technical
>             s@xxxxxxxxxxxx            Discussion
>                                       <midrange-l@xxxxxxxxxxxx>
>                                                                        cc
>             03/31/2006 12:23
>             PM                                                    Subject
>                                       RE: Clearing a physical file
>
>             Please respond to
>             Midrange Systems
>                 Technical
>                Discussion
>             <midrange-l@midra
>                 nge.com>
>
>
>
>
>
>
> PSDS has been around since the beginning of time - or 1980, whichever
> comes
> first. It's populated by the RPG at various times. More info can be had in
> the ILE RPG Reference, as well as a few items in the ILE RPG Programming
> Guide. There are also INFDS' you can set for files, which can get you lots
> of info.
> -------------- Original message --------------
> From: Michael_Schutte@xxxxxxxxxxxx
>
> > That's certainly true, however, the uses I needed it for I have had the
> > need to look at the information. All I cared about is if the command
> > executed or not. Like you, I was unaware of the psds. Is that something
> > that needs to be defined? or is available to use similar to a BIF?
> >
> > Michael Schutte
> > Work 614-492-7419
> > email michael_schutte@xxxxxxxxxxxx
> >
> >
> >
> > rob@xxxxxxxxx
> > Sent by:
> > midrange-l-bounce To
> > s@xxxxxxxxxxxx Midrange Systems Technical
> > Discussion
> >
> > 03/31/2006 09:03 cc
> > AM
> > Subject
> > RE: Clearing a physical file
> > Please respond to
> > Midrange Systems
> > Technical
> > Discussion
> > > nge.com>
> >
> >
> >
> >
> >
> >
> > Michael,
> >
> > I used to really like system also. I do have it buried in a lot of
> > programs. However, Barb talked me back to using QCMDEXC. When you use
> > QCMDEXC you can look at the psds and get more feedback if the command
> > fails. Like "Why did it fail"? Granted, if you really want unlimited
> > information, you'd use QCAPCMD. But for most applications, QCMDEXC
> > suffices.
> >
> > Rob Berendt
> > --
> > Group Dekko Services, LLC
> > Dept 01.073
> > PO Box 2000
> > Dock 108
> > 6928N 400E
> > Kendallville, IN 46755
> > http://www.dekko.com
> >
> >
> >
> >
> >
> > Michael_Schutte@xxxxxxxxxxxx
> > Sent by: midrange-l-bounces@xxxxxxxxxxxx
> > 03/31/2006 08:45 AM
> > Please respond to
> > Midrange Systems Technical Discussion
> >
> >
> > To
> > Midrange Systems Technical Discussion
> > cc
> >
> > Subject
> > RE: Clearing a physical file
> >
> >
> >
> >
> >
> >
> > I have an easier one. It requires binding a directory. Here's the code.
> >
> > H Bnddir('QC2LE')
> >
> > * Allows you to execute a CL command from RPG.
> > D DoCmd PR 10i 0 ExtProc('system')
> > D CmdString * Value
> > D Options(*String)
> >
> > D NullString C -1
> > D Success C 0
> >
> > /Free
> > If DoCmd('CLRPFM MYFILE') <> SUCCESS;
> > ... DO SOMETHING
> > EndIf;
> > ... Do Something
> > *InLR = *On;
> > Return;
> > /End-Free
> >
> >
> >
> > Michael Schutte
> > Work 614-492-7419
> > email michael_schutte@xxxxxxxxxxxx
> >
> >
> >
> > "Lindbom, Joakim"
> > > apgemini.com> To
> >
> > Sent by: "Midrange Systems Technical
> > midrange-l-bounce Discussion"
> > s@xxxxxxxxxxxx
> > cc
> >
> >
> > 03/31/2006 08:10 Subject
> >
> > AM RE: Clearing a physical file
> >
> >
> > Please respond to
> > Midrange Systems
> > Technical
> > Discussion
> > > nge.com>
> >
> >
> >
> >
> >
> >
> >
> > Just call QCMDEXC with the command as a parameter, something like:
> >
> > D Cmd PR ExtPgm('QCMDEXC')
> > D Command 200A const
> > D Length 15P 5 const
> >
> > C callp Cmd('CLRPFM FILE(' %trim(filename) + ')':
> > 200)
> >
> >
> > /Joakim
> >
> > ________________________________________________________________________
> > _____
> > Joakim Lindbom
> > Capgemini Sweden
> >
> > There are 10 kinds of people; those who can read binary and those who
> > can not.
> >
> > -----Original Message-----
> > ....
> > Is there coding to clear a physical file within a RPGLE program without
> > calling a CL program to clear it?
> > ....
> >
> > This message contains information that may be privileged or confidential
> > and is the property of the Capgemini Group. It is intended only for the
> > person to whom it is addressed. If you are not the intended recipient,
> you
> > are not authorized to read, print, retain, copy, disseminate,
> distribute,
>
> > or use this message or any part thereof. If you receive this message in
> > error, please notify the sender immediately and delete all copies of
> this
>
> > message.
> >
> >
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> > list
> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/midrange-l.
> >
> >
> >
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> > list
> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/midrange-l.
> >
> >
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list
> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/midrange-l.
> >
> >
> >
> > --
> > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list
> > To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> > or email: MIDRANGE-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at http://archive.midrange.com/midrange-l.
> >
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
>
>
>
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
> list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
>
>

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.