Hello Everyone,
I'm trying to test an incremental data migration tool in a test server. Unfortunately, I am unable to produce enough data in the test server as such to perform any form of load testing. Instead, I thought of copying the journal and its receivers from the production box into the test server and producing the incremental load out of it. I am not loading the receiver data onto any of the files so there is no need for APYJRNCHG or anything. Just need to be able to fetch the list of receivers from WRKJRNA and also be able to fetch the receiver data and dump it into a file using DSPJRN. Both these commands are a part of my code.
I need to know whether its possible and what would be the prerequisites to copy the journal and receivers without the journaled files. Putting them into a save file and FTPing it to the test box is the easy part. But then I need to be able to perform a RSTOBJ on the test box to put them somewhere. I do remember faintly that they will need to be placed into a library with the same name as the Production library. I guess, there would be a bit of an extra challenge when dealing with the ATTACHED receiver as well, as it will need to stay in the same state (ATTACHED!) when moved to the test box.
Following this, I need to be able to fetch the receiver list (WRKJRNA) and the receiver data (DSPJRN) on the journal and its receivers into a dump file.
Appreciate your time.
Thanks.
I'm trying to test an incremental data migration tool in a test server. Unfortunately, I am unable to produce enough data in the test server as such to perform any form of load testing. Instead, I thought of copying the journal and its receivers from the production box into the test server and producing the incremental load out of it. I am not loading the receiver data onto any of the files so there is no need for APYJRNCHG or anything. Just need to be able to fetch the list of receivers from WRKJRNA and also be able to fetch the receiver data and dump it into a file using DSPJRN. Both these commands are a part of my code.
I need to know whether its possible and what would be the prerequisites to copy the journal and receivers without the journaled files. Putting them into a save file and FTPing it to the test box is the easy part. But then I need to be able to perform a RSTOBJ on the test box to put them somewhere. I do remember faintly that they will need to be placed into a library with the same name as the Production library. I guess, there would be a bit of an extra challenge when dealing with the ATTACHED receiver as well, as it will need to stay in the same state (ATTACHED!) when moved to the test box.
Following this, I need to be able to fetch the receiver list (WRKJRNA) and the receiver data (DSPJRN) on the journal and its receivers into a dump file.
Appreciate your time.
Thanks.



Comment