× 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.




Do not use Excel as the transfer to the i series is NOT always successful
Do you use Client Access, if so use the transfer available there
If you use a different emulator, see if that has a transfer process



Alan Shore
Programmer/Analyst, Direct Response
E:AShore@xxxxxxxx
P:(631) 200-5019
C:(631) 880-8640
"If you're going through Hell, keep going" - Winston Churchill



Sneha Verma
<snehaverma001@ya
hoo.in> To
Sent by: Midrange Systems Technical
midrange-l-bounce Discussion
s@xxxxxxxxxxxx <midrange-l@xxxxxxxxxxxx>
cc

04/02/2010 09:35 Subject
AM Re: Journal Cleanup-Uploading Excel
Data to i Series

Please respond to
Midrange Systems
Technical
Discussion
<midrange-l@midra
nge.com>






Hi,
I will explore the possibility of deleting older journals which come in
sequence.

Meanwhile I am working with other libraries and I have this problem:

I am trying to upload Excel Data to i Series.

The Excel data is organised as follows:
Library        Receiver
TEST           RCVR6270
TEST           RCVR6271
TEST           RCVR6272
TEST           RCVR6273

I am trying to upload this thru Excel Data Transfer Option ->Transfer Data
to i Series.

However the data which is being uploaded to iSeries is coming as junk.

Please can anyone let me know the correct way.Or is there any other
alternate method to upload the data.

My intention is to upload the data on i Series and then use the file as
RCVF in my CL program so that the journals listed above(200-300 in numbers
actually) get deleted thru the CLP.I have tested the CLP and it is working
fine.

The only problem I have currently is to upload the Excel Data to iSeries so
that it can be used by my CLP.

Regards
Sneha

--- On Fri, 2/4/10, Vern Hamberg <vhamberg@xxxxxxxxxxx> wrote:


From: Vern Hamberg <vhamberg@xxxxxxxxxxx>
Subject: Re: Journal Cleanup
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Date: Friday, 2 April, 2010, 12:00 PM


Sneha

The message is pretty obvious - you can't do that unless you first
delete earlier journal receivers. That makes sense - the journal
consists of entries in a certain order, and they maintain some kind of
linkage.

What keeps you from deleting older receivers?

Vern

Sneha Verma wrote:
Thanks for the CL Source code Chuck.

When I try to delete the journal receiver(created between 1st Jan to 1st
March),the system cannot delete these specific receivers.

The error message which I get is

Cause . . . . . :   You tried to delete journal receiver RECVXXX in
library
   TEST; however, the previous journal receivers are not deleted.
Journal
   receivers must be deleted in the same order in which they were
attached.

Now the problem is I have to delete only receivers created between
specific date mentioned above.

Please can anyone help me this.
Regards
Sneha

--- On Thu, 1/4/10, CRPence <CRPbottle@xxxxxxxxx> wrote:


From: CRPence <CRPbottle@xxxxxxxxx>
Subject: Re: Journal Cleanup
To: midrange-l@xxxxxxxxxxxx
Date: Thursday, 1 April, 2010, 5:46 PM


    Given a list of *JRNRCV object names as rows in a database *FILE
named QTEMP/ODJRNRCVLST, where the journal receiver name is column
ODOBNM & the journal receiver library name is column ODLBNM, the
following CLP source for example:

<code>

    dclf QTEMP/ODJRNRCVS
    NextJrnRcv:
     rcvf
     monmsg cpf0864 /* no more *jrnrcv */ exec(do)
       rcvmsg (*SAME (*)) *PGMQ *EXCP rmv(*YES))
       goto AllDone:
     dltjrnrcv &odlbnm/&odobnm dltopt(*igninqmsg)
     goto NextJrnRcv
    AllDone:
     return

</code>

    How that list or rows as *JRNRCV qualified names is
obtained\generated, is left as an exercise for the reader.  It could
be as simple as DSPOBJD *ALLUSR/*ALL *JRNRCV *FULL OUTPUT(*OUTFILE)
OUTFILE(QTEMP/ODJRNRCVS) OUTMBR(*FIRST *REPLACE) /* optionally rows
previously deleted or omitted; e.g. by a logical view */

Regards, Chuck

Sneha Verma wrote:


I have 250-300 journal receivers in different library which are
to be deleted. Please can anyone tell me the CL Source Program
which can help me delete these receivers from each of the
libraries.


--
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.




The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
--
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.