MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to Demand a Job in CA7 from PLI program.

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Wed Jun 23, 2004 3:55 pm    Post subject: Reply with quote

Ravi,

You can generate the Demand JCL from the PLI Pgm and write it to the INTRDR. CA7 has a batch program SASSBSTR which can be used to extract reports and demand jobs in CA7
Sample JCL
Code:

//DEMAND   EXEC PGM=SASSBSTR,PARM=1                       
//JOBLIB   DD  DSN=ca7.loadlib,
//             DISP=SHR
//UCC7CMDS DD  DSN=ca7.communications.data.set,
//             DISP=SHR
//SYSPRINT DD  SYSOUT=*,DCB=BLKSIZE=133   
//SYSUDUMP DD  SYSOUT=*                   
//SYSOUT   DD  SYSOUT=*                                                   
//SYSIN    DD  *
/LOGON
DEMAND,JOB=job to be demanded,SCHID=01,SET=NTR   
SLOGOFF                               
//***********************************************
//*    TO DEMAND WITH NO TRIGGER,               *
//*   CHANGE TO "DEMAND,JOB=XXXXXXXX,SET=NTR    *   
//*                                             * 
//***********************************************


Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group