View previous topic :: View next topic |
Author |
Message |
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Wed Oct 06, 2004 10:18 am Post subject: Z-OS Upgrade Testing |
|
|
Hi,
We are upgrading the OS version from Z/OS 1.2 to Z/OS 1.4.
Does anyone have any testplan on what are the things we need to test for this upgrade?.
Thanks for your help.
Thanks,
Selva. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Wed Oct 06, 2004 1:33 pm Post subject: |
|
|
Thank You. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Oct 06, 2004 2:41 pm Post subject: |
|
|
There are several sample IVP jobs that you can test basic functionality with. |
|
Back to top |
|
 |
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Wed Oct 06, 2004 2:52 pm Post subject: |
|
|
Hi,
Could you please provide some more details on IVP jobs?
Thanks,
Selva. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Oct 06, 2004 4:50 pm Post subject: |
|
|
As you may or may not be aware IBM uses a 3 character (usually) field in the dsname to identify a component. For example the CEE in SYS1.CEE.SCEExxx or SYS1.SCEExxxx. Now IBM also tends to provide samples and they are in dsnames that typically end with SAMP or SAMPLIB. So to look for an IVP for LE (CEE) then check in SYS1.CEE.SCEESAMP or SYS1.SCEESAMP depending on your naming convention at your shop. Then look at the members in the library and see if any have IVP as part of the member name. Also there are some in SYS1.SAMPLIB...
So an example IVP for LE would be found in SYS1.SCEESAMP(CEEWIVP) and here is some doc for that member.
This IVP will test the interfaces between Language Environment and assembler, COBOL, C/C++, C pre-linker, SPC, PL/1, and FORTRAN to ensure that Language Environment was installed properly. |
|
Back to top |
|
 |
|
|