View previous topic :: View next topic
|
Author |
Message |
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
I have to do some transactions in CICS region and check for a date field whether it is current date or not. I have to do a huge number of transactions in different CICS regions. Can we develop a tool which will automatically do all the transactions and give me the snap shots of the scrrens after the transaction is done so that it can be worked on to check the requjired field. |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
What do you mean by "do all the transactions "????????
O. |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
You probably can devlop one, but such tools already exist.
We use BMC Mainview AutoOPERATOR OSPI (Open Systems Protocol Interface) to do exactly what you want. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
Cna i know in what language or tool is it developed. Can i get source code of it. Its very urgent for me. Please help |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
Hi Superk,
probably you did not get want i wanted to say. Let me mention it very clearly.
I have 50 regions.
I have to do one trasaction say 'abc' in each of these regions.
Now for each transaction in each region, i have to check a date field on the screen that appears after the transaction is fired.
This i have to do for all the regions and make a note of (or say copy the details) where i find date as not today's.
Now in this process, I have to go to each region manually and do the transaction, and check the date and come out.
Now can this be done by a tool which will give me the region name and the copied text or screen shot of the screen that appears after the transaction is fired.
Please help me in this. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
please reply me on this |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
superk,
can you help me on this? |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
OSPI can do what you want. |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
We did it using our emulator's macro.
O. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
can i get the source code of OPSI? |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
hi ofer71,
can you tell me where can i get the code of the tool that you are talking about? |
|
Back to top |
|
|
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
harshal wrote: |
hi ofer71,
can you tell me where can i get the code of the tool that you are talking about? |
Without paying BMC some moneyyou will not get access to OPSI and even if you paid them, I doubt you will ever see the source code.
Did you understood what ofer71 wrote? Please reply back with a yes or no. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
I think i did not understand |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
I was talking about 3270 emulator; In my case, we use IBM's Personal Communication (aka PCOM), which comes with extensive macro language.
O. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
ya i got it and i could find how to do it. but not able to copy and paste the screen that i want to make a note of.. can we do this ? |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
In my emulator, we can change the "print" option to print into a file - instead to printer. That's how we do it.
O. |
|
Back to top |
|
|
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
You will have to check your emuulator to see if it is possible. |
|
Back to top |
|
|
harshal
New User
Joined: 29 Dec 2005 Posts: 21
|
|
|
|
You mean i can print the screen into a file? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Yes, many 3270 emulators will "print" the screen into a file on the PC. |
|
Back to top |
|
|
|