Author Topic: Sample jobs to run ODF 8.5.0 IVP work in batch  (Read 5828 times)

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Sample jobs to run ODF 8.5.0 IVP work in batch
« on: June 29, 2011, 11:25:23 AM »
Appendix D. ODF installation verification plan, just shows running this interactively.

Here's sample JCL I used to run these in batch:

//STEP1    EXEC PGM=BPXBATCH,REGION=0M                        
//*                                                            
//STEPLIB  DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT                
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD                
//SYSPRINT DD SYSOUT=*                                        
//SYSOUT   DD SYSOUT=*                                        
//STDERR   DD PATH='/tmp/bpxbatch.err',PATHMODE=SIRWXU,        
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC)                
//STDOUT   DD PATH='/tmp/bpxbatch.out',PATHMODE=SIRWXU,        
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC)                
//STDPARM DD *                                                
PGM /usr/lpp/ars/V8R5M0/bin/arsxml                            
add                                                            
-h ARCH850 -u odadmin -p foo4aw -v                          
-i /usr/lpp/ars/V8R5M0/bin/xml/samples/applgroupAdd.ebcdic.xml    <<<<NOTE
//STDENV DD *                                                  
CLASSPATH=/usr/lpp/ars/V8R5M0/bin/xml/ODAdmin.jar:            
          /usr/lpp/java/J6.0_64/lib/core.jar                  
LIBPATH=/usr/lpp/ixm1a/IBM/xml4c-5_7/lib/:$LIBPATH            
PATH=/usr/lpp/java/J6.0_64/bin:/usr/lpp/ars/V8R5M0/bin:$PATH  
/*  

NOTE:  when running these in batch you use the *.ebcdic.xml versions of the input files in the same directory                                                          
« Last Edit: November 17, 2011, 01:46:04 PM by Ed_Arnold »
#zOS #ODF

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
IVP Fixed With Latest PTF
« Reply #1 on: September 20, 2011, 01:22:59 PM »
Before running the ODF IVP on CMOD 8.5, be sure to apply UK71959.

It fixes a problem with applicationAdd.xml and applicationAdd.ebcdic.xml.
#zOS #ODF

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Sample job to run ODF 8.5.0 IVP work in batch
« Reply #2 on: September 21, 2011, 09:17:47 AM »
I have a PDS with 18 jobs in it.

Jobs 1-9 correspond to the 9 steps in the ODF 8.5.0 IVP process.

Then I have Jobs 1DEL - 9DEL.  They delete what was put in place by each of the corresponding steps in the IVP.

So you can run Jobs 1-9, the 9DEL back down to 1DEL and end up at net zero.

Drop me a note by clicking on the envelope icon and I'll send the PDS to you in XMIT format.
#zOS #ODF