Address OPER w/WAIT(35) STOPEND(NO) INTERVAL(0) not collecting all response
search cancel

Address OPER w/WAIT(35) STOPEND(NO) INTERVAL(0) not collecting all response

book

Article ID: 145100

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

address OPER,                                                                  

  "command('$DN,ALL,Q=XEQO,L=A') wait(35)",                                    

  "stopend(no) capture($HASP636,IEE932I) cmdecho(no) interval(0) cmdlog(no)" 

only collecting about 2 seconds (1,000 lines).

while JES2 completed it's command response without truncation. 

Related OPS/MVS Parameters

OPS/MVS Parameter values

Name                Value   

AOFMAXCLAUSES       10000   

REXXMAXCLAUSES      1000000 

****************************

Name                Value   

AOFMAXCOMMANDS      100     

REXXMAXCOMMANDS     100000  

****************************

 

OPS/MVS Parms ------XXXX --- O P

Command ===>                     

================================ 

Name: REXXMAXQ      Value:       

Description:                     

=================================

 Line commands: S Show additional

  Name                Value      

_ REXXMAXQUEUE        9000       

******************************* B

Last line of JES2 command response which is a blank line following a line with nn PERCENT SPOOL UTILIZATION showed OPSFLAG 3208 while all other response lines showed OPSFLAG 3408, including the 1000th line which was 3rd line in this ml_wto response line.

JOB40806 JOB(IMSU1W04)  STATUS=(AWAITING EXECUTION),CLASS=O,

               PRIORITY=10,SYSAFF=(ANY),HOLD=(DUP),

               BLOCKED=(RESOURCE),OKSYS=(XXXX),

               RESOURCE=(B:ATCQ(OK,(0,0)),B:IMSU1RGN(

               OK,(0,0))),USRMAX=(RULE1)

I have resources available:

OPSLOG archive, OPS/MVS startup parms (OPSSPAnn) and OPS/OSF Rexx exec available.

System

 OPS/MVS       :  13.00.00    System name  :  XXXX

 z/OS          :  02.03.00    SMF ID       :  XXXX 

 DFP           :  3.3.2       Sysplex      :  YYYYYY

 DFSMS         :  2.3.0       Architecture :  z/Architecture

 JES2          :  2.3         CPs online   :  11 ( 3 zIIPs)

 ISPF          :  7.3         Real Storage :  262144000K

 RACF          :  7.79.      

 TSO           :  4.3.0      

 VTAM          :  6.2.3

Environment

Release : 13.0

Component : OPS/MVS

Resolution

Added logic to acquire REXXMAXQUEUE parm value and use in the Address OPER MAXCMDOUT(nnnn) value, and program is now waiting for full wait time as we are not currently reaching the MAXCMDOUT() line limit. This issue is now resolved and this case can be closed.