What I use:

//****************************************************
//*  SENDS LISTING OF ALL JOBS TO VM FOR PROCESSING
//****************************************************
//IDCDEL   EXEC PGM=IDCAMS
//SYSPRINT DD  SYSOUT=*
//SYSIN    DD  *
 DEL SDP.S.CA7MAST.PRINT
 SET MAXCC = 0
/*
//*
//STEP1    EXEC CA7BTI
//SYSPRINT DD DSN=SDP.S.CA7MAST.PRINT,
//            DISP=(NEW,CATLG,DELETE),
//            UNIT=SYSDA,SPACE=(CYL,(4,1),RLSE),
//            DCB=(RECFM=FBA,LRECL=133,BLKSIZE=27930)
//ERRORS   DD SYSOUT=*
//SYSIN DD *
/LOGON MASTER
LJOB,LIST=NODD,LRUNDATE=(15001)
/LOGOFF
//*
//FTP1  EXEC  PGM=FTP
//SYSPRINT DD SYSOUT=*
//OUTPUT   DD SYSOUT=*
//INPUT    DD DISP=OLD,DSN=SDP.S.VM.FTP.IPADDR
//         DD *
 PUT 'SDP.S.VM.FTP.IPADDR'               JOBLOG.CA7LJOB    ;
 PUT 'SDP.S.CA7MAST.PRINT'               CA7MAST.STORE_H
 DIR
 QUIT
//*

Tony Thigpen

Robert S. Hansel (RSH) wrote on 03/03/2017 03:16 PM:
Greetings all,

I am trying to generate listings of job information from CA-7 with the LJOB
command using the Batch Terminal Interface (BTI) program SASSBSTR (PROC
CA7BTI). The job runs successfully, but the output in SYSPRINT simply shows
the LJOB command I executed and not, as I'd hoped, the output from the LJOB
command. I've searched the manuals and cannot figure out how to the get the
output I desire and was hoping someone could be of assistance. TIA.

Regards, Bob

Robert S. Hansel          *** Celebrating 30 years working with RACF ***
Lead RACF Specialist
RSH Consulting, Inc.
617-969-8211
www.linkedin.com/in/roberthansel
http://twitter.com/RSH_RACF
www.rshconsulting.com
----------------------------------------------------------------------------
Upcoming RSH RACF Training - WebEx
- RACF Audit & Compliance Roadmap - MAY 15-19, 2017
- RACF Level I Administration - APR 25-28, 2017
- RACF Level II Administration - FEB 27 - MAR 3, 2017
- RACF Level III Admin, Audit, & Compliance - APR 3-7, 2017
- RACF - Securing z/OS UNIX  - OCT 23-27, 2017
----------------------------------------------------------------------------

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to