TPX Session Management for z/OS

 View Only
  • 1.  z/OS person new to z/VSE [and CA products]...

    Posted Dec 11, 2015 03:00 PM

    ...or rather haven't seen VSE in 3 decades, and never learned it that well to begin with.

     

    I'm commencing CA Dynam/T for VSE installation.  I've submitted job CAINSTC0 but was pointing to a 3590 tape device instead of a VTAPE, which it didn't like.

     

     

    I believe I cancelled the job, but it still displays as processing in the rdr queue:

     

     

    d rdr,ca*                                                         

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                         

    F1 0001 1R46I  READER QUEUE   P D C S  CARDS BU                   

    F1 0001 1R46I  CAINSTC0 00899 3 * A       21   PART=BG FROM=(WARD)

     

     

    Can't figure out how to get rid of it prior to resubmitting while pointing to a vtape.  I even did an IPL, but it was still there afterwards.  Maybe it resubmitted itself after the IPL and left me in the same situation.

     

    No active messages.  It's running in BG, which I've issued a PFLUSH and a CANCEL BG,FORCE command against.  It appears to cancel, but still displays.

     

     

    BG-0000 1I00D  READY FOR COMMUNICATIONS.                                    

     

     

    d m                                                                         

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                                   

    F1 0001 1R47I  NO MESSAGES PENDING                                          

     

     

    d a,part,bg                                                                 

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                                   

    F1 0001 1R48I   BG,FEC,A0I,  CAINSTC0,00899,A                               

    F1 0001 1R48I   BG,FEE,,  CAINSTC0,00899,A       12 LINES SPOOLED,QNUM=01755

     

     

    f bg                                                                        

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                                   

    BG 0000 0V16I REQUEST FROM VSE/POWER                                        

    BG 0000 0S00I JOB CAINSTC0 CANCELED                                         

    BG 0000 0S07I PROBLEM PROGRAM  PSW = 070D0000 004035B0                      

    BG-0000 1I00D  READY FOR COMMUNICATIONS.                                    

     

     

    d a,part,bg                                                                 

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                                   

    F1 0001 1R48I   BG,FEC,A0I,  CAINSTC0,00899,A                               

    F1 0001 1R48I   BG,FEE,,  CAINSTC0,00899,A       12 LINES SPOOLED,QNUM=01755

     

    cancel bg,force                                      

    AR 0015 1I40I  READY                                 

    BG 0000 0S01I THE OPERATOR CANCELED THE JOB          

    BG 0000 0S00I JOB CAINSTC0 CANCELED                  

    BG 0000 0S07I PROBLEM PROGRAM  PSW = 070D0000 004035B0

    BG-0000 1I00D  READY FOR COMMUNICATIONS.            

     

    d a,part,bg                                                                

    AR 0015 1C39I COMMAND PASSED TO VSE/POWER                                  

    F1 0001 1R48I   BG,FEC,A0I,  CAINSTC0,00899,A                              

    F1 0001 1R48I   BG,FEE,,  CAINSTC0,00899,A      115 LINES SPOOLED,QNUM=01755

     

    I suspect the ON $CANCEL GOTO user-label routine may be playing a part:

     

     

    // JOB CAINSTC0 CATAL INSTALL JCL TO LIBRARY                   

    // SETPARM LIBNAME=10                                          

    // SETPARM SUBNAME=                                            

    // SETPARM TAPECUU=18D                                         

    // SETPARM IPADDR='10.246.136.85'                              

    // SETPARM AWSFILE='/u/caidist/DynamT-VSE v7.1/710809ATD00.AWS'

    // ON $CANCEL GOTO RELTAP                                      

    DVCDN &TAPECUU                                                 

    VTAPE START,UNIT=&TAPECUU,LOC=&IPADDR, X                       

    FILE='&AWSFILE',READ                                           

    DVCUP &TAPECUU                                                 

    // MTC REW,&TAPECUU                                            

    // MTC FSF,&TAPECUU,7                                          

    // ASSGN SYSIPT,&TAPECUU                                       

    // EXEC LIBR,SIZE=256K,PARM='ACCESS SUBLIB=&LIBNAME..&SUBNAME' 

    // RESET SYSIPT                                                

    /. RELTAP                                                      

    DVCDN &TAPECUU                                                 

    VTAPE STOP,UNIT=&TAPECUU                                       

    DVCUP &TAPECUU                                                 

    /&                                                             

    *PARTIAL END PRINT                                            



  • 2.  Re: z/OS person new to z/VSE [and CA products]...
    Best Answer

    Posted Dec 11, 2015 04:42 PM

    When you saw

    BG-0000 1I00D  READY FOR
    COMMUNICATIONS.           

     

    did you respond 0 (zero) then hit enter?  To eob this?



  • 3.  Re: z/OS person new to z/VSE [and CA products]...

    Posted Dec 12, 2015 01:12 PM

    Just some additional information.

     

    When you see pid-nnnn   (a '-' between the pid and nnnn, it means it may be waiting for a response.

     

    it could be F2-0074  or N3-0046.   In your case it was BG-0000.   This is waiting for a 0 enter.

     

    With CICS you could do 74 CEMT I .......   PID then valid cics command.

     

     

    If you have more questions we can open a case to discuss further

     

    Angela Koman CA Technical support.



  • 4.  Re: z/OS person new to z/VSE [and CA products]...

    Posted Dec 16, 2015 11:07 AM

    Excellent, thank you!