Author Topic: Arstblsp Help.  (Read 4283 times)

Douglas

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Arstblsp Help.
« on: May 29, 2013, 06:32:08 AM »
 Hello
I am getting a weird error when I am trying to run ARSTBLSP. 
I have successfully run the command in my DEV and VAL environments, but when I try it in INT. 
I get the following error.


$ arstblsp -a 3 -g 'AGABC' -I 'PARSDB123'
<> LEAID ENTERED (LEVEL 08/30/2010 AT 12.37)
<> LEAID LEAID112 LEAID ACKNOWLEDGES UNSUPPORTED USS ENVIRONMENT
<> LEAID LEAID112 ABEND-AID PROCESSING SUPPRESSED
<> LEAID PROCESSING COMPLETE. RC=4
[1] + Done(146) arstblsp -a 3 -g 'AGABC' -I 'PARSDB123'
  84348434      Abnormal Termination    ./arstblsp

Any ideas?

Thanks

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Arstblsp Help.
« Reply #1 on: May 29, 2013, 11:16:44 AM »
Two guesses and I do mean a guess.

Try running the following to see if the results differ in the different environments:

//STEP1    EXEC PGM=BPXBATCH,REGION=0M  
//*                                    
//SYSPRINT DD SYSOUT=*                  
//SYSOUT   DD SYSOUT=*                  
//STDERR   DD SYSOUT=*                  
//STDOUT   DD SYSOUT=*                  
//STDPARM DD *                          
PGM /bin/ulimit -a  


Sample output from ulimit -a run in batch:


********************************* TOP OF DATA *******
core file         unlimited                        
cpu time          1801                              
data size         unlimited                        
file size         unlimited                        
stack size        unlimited                        
file descriptors  64000                            
address space     1577960k                          
memory above bar  17592186040320m                  
******************************** BOTTOM OF DATA *****



Try running the command in batch like follows:

(JOBCARD with REGION=0M, of course)

//COMP     EXEC PGM=BPXBATCH,                                  
//             PARM='sh /usr/lpp/ars/V9R0M0/bin/arstblsp -a 3 -g 'AGABC' -I 'PARSDB123''      
//SYSPRINT DD  SYSOUT=*                                        
//SYSOUT   DD  SYSOUT=*                                        
//STDOUT   DD  SYSOUT=*                            
//STDERR   DD  SYSOUT=*                              
//STDENV   DD  *                                              
CLASSPATH=/usr/lpp/java/J7.0/lib/core.jar                                
LIBPATH=/usr/lpp/ars/V9R0M0/bin/xml:$LIBPATH                  
PATH=/usr/lpp/java/J7.0/bin:/usr/lpp/ars/V9R0M0/bin:$PATH      


Hopefully there'll be some information in STDOUT or STDERR

Ed

« Last Edit: May 30, 2013, 07:03:56 AM by Ed_Arnold »
#zOS #ODF

Douglas

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Re: Arstblsp Help.
« Reply #2 on: June 03, 2013, 07:05:50 AM »
No luck yet.  But thanks for your help. 

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Arstblsp Help.
« Reply #3 on: June 03, 2013, 09:43:20 AM »
What if you remove the single quotes from around the -I parm?  And remove the singles quotes from the group parm, too?

And if you run it in batch specify the -u and -p parms.

Ed
#zOS #ODF

Douglas

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Re: Arstblsp Help.
« Reply #4 on: June 19, 2013, 06:40:47 AM »
Thanks for all your help.  I got it working.

It ended up being permissions.

 >:(