Its possible to see the entrys ?
The command DSPAUDJRNE ENTTYP(PW) JRN(SECURITY/AUDRCV0001) tells me :
CPFB303 : Cannot access data ...
thanks.
Problem resolved...
Another question is :
How can i tell that the NEW attached receiver should beginn again with
AUDRCV00001 ?
If i try with CHGJRN JRN(QAUDJRN) JRNRCV(*GEN) SEQOPT(*RESET). nothing
happens.
thanks.
First, why do you want to reset the sequence number??
Second, what is the name of the receiver that your using??
Create the receiver by the desired name\naming, and then on the
CHGJRN CL request, specify that journal receiver [i.e. the *JRNRCV just
created] on the JRNRCV() parameter. Do not specify the special value
*GEN, which tells the Change Journal feature to generate [versus use an
existing] a new receiver with the current naming.
Regards, Chuck
BTW: I wont change the sequence number without to delete(the current)
and create another receiver. its is possible?
CRTJRNRCV JRNRCV(LIB/AUDRCV0001)
CHGJRN JRN(QAUDJRN)
JRNRCV(LIB/AUDRCV0001)
Yes this works ... ..BUT without to create again a receiver!
Seems a waste of time resetting the receiver numbers every year - why
do you need to do that?