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



Hi all,

First off a thanks to everyone at the Toronto lab for getting the command 
log fix in for the latest iFix.  I'm impressed!

I noticed a strange inconsistency when trying out my User action command. 
This command 'checks out' source by simply checking all programmer 
libraries to see if anyone else is using the source code.  Everything 
showed up except the last message in the job log ('Mbr TESTPGM copied 
...'), which just happens to be the only one I want to show up.  I think I 
can add some MONMSGs to get rid of the unwanted messages, but I can't 
figure out why the last one isn't showing up.  The only difference I can 
see is that it is a *INFO message, with severity 0.  The job logging level 
is 4 with severity 0.  There is another *INFO message with severity 10 
which does show up.

I also tried changing the type of message to *COMP, to no avail.  Does it 
make sense that any message sent using SNDPGMMSG shows up in the job log 
but not in the iSeries Commands Log view?  I am not sure where to continue 
investigating, as it seems to be a problem with the interaction between 
WDSc and the QZRCSRVS job.

The relevant messages are as follows, with blank lines added by me for 
legibility, and library names changed.

Any suggestions as to why this particular message is not showing up in the 
Commands Log?


QZRCSRVS job log:
Client request - run command 'CSNI                          '.

Member TESTPGM file QRPGLESRC in library PGMRLIB1 not found. 

Member TESTPGM file QRPGLESRC in library MYLIB not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB3 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB4 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB5 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB6 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB7 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB8 not found. 

Member TESTPGM file QRPGLESRC in library PGRMLIB9 not found. 

Member TESTPGM added to file QRPGLESRC in MYLIB. 

3181 records copied from member TESTPGM. 

Member TESTPGM file QRPGLESRC in MYLIB changed. 

Mbr TESTPGM copied from PRODLIB/QRPGLESRC to MYLIB/QRPGLESRC,TESTPGM 




iSeries Commands Log View:
CSNI FROMLIB(PRODLIB) FROMSRCF(QRPGLESRC) FROMMBR(TESTPGM) TOLIB(MYLIB) 
TOSRCF(QRPGLESRC) TOMBR(TESTPGM)

Member TESTPGM file QRPGLESRC in library PGMRLIB1 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGMRLIB1 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library MYLIB not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library MYLIB 
was not found.  The member specified in the command was not found. If the 
member name is *N, there are no members in the file. 
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB3 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB3 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB4 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB4 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB5 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB5 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file. 
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB6 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB6 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB7 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB7 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB8 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB8 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM file QRPGLESRC in library PGRMLIB9 not found.
Cause . . . . . :   The member TESTPGM in file QRPGLESRC in library 
PGRMLIB9 was not found.  The member specified in the command was not 
found. If the member name is *N, there are no members in the file.
Recovery  . . . :   Add the member (ADDLFM command or ADDPFM command) and 
try the request again.

Member TESTPGM added to file QRPGLESRC in MYLIB.
Cause . . . . . :   The member was added to the to-file QRPGLESRC in 
library MYLIB because it did not exist.

3181 records copied from member TESTPGM.
Cause . . . . . :   3181 records were copied from member or label TESTPGM 
in file QRPGLESRC in library PRODLIB.  The records were copied to member 
or label TESTPGM in file QRPGLESRC in library MYLIB.  0 records were not 
copied because they did not meet the selection requirements.  Deleted 
records were not copied because the default COMPRESS(*YES) was specified. 
If this is the Copy From Import File (CPYFRMIMPF) command, deleted records 
were copied, and the number of records not copied were the result of copy 
errors. Technical description . . . . . . . . :   If the from-file or 
to-file member or label name is *N, the file is a printer, nonlabeled 
tape, or a spooled inline file. If the from-file library name is *N, the 
file is a spooled inline file. Records are copied based on the following 
selection requirements: -- Character values (INCCHAR parameter). -- Field 
values (INCREL parameter).

Member TESTPGM file QRPGLESRC in MYLIB changed.
#####################################################################################
Attention:
The above message and/or attachment(s) is private and confidential and is 
intended 
only for the people for which it is addressed. If you are not named in the 
address 
fields, ignore the contents and delete all the material. Thank you. Have a nice 
day.

For more information on email virus scanning, security and content
management, please contact administrator@xxxxxxxxxxxx
#####################################################################################

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.