z/OS Communications Server: IP Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Starting AMATERSE

z/OS Communications Server: IP Diagnosis Guide
GC27-3652-02

The following sample JCL can be used to start AMATERSE. Lower case text reflects the data that you must alter.
     //jobname  JOB ...                                               
        //stepname EXEC PGM=AMATERSE,PARM=aaaaa                       
        //SYSPRINT DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=133,BLKSIZE=12901)
        //SYSUT1   DD DISP=bbb,DSN=your.input.dataset.name            
        //SYSUT2   DD DISP=ccc,DCB=ddd,DSN=your.output.dataset.name   
        //            SPACE=space_parameters                          
                                                                      

For more information about how to use AMATERSE and any restrictions on its use, see z/OS MVS Diagnosis: Tools and Service Aids.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014