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 

QW in batch mode

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
raggop
Beginner


Joined: 05 Feb 2003
Posts: 19
Topics: 3

PostPosted: Fri Aug 29, 2003 3:45 am    Post subject: QW in batch mode Reply with quote

Hi,
to use QW in batch mode use the foll JCL
Code:

//SDRXG12A JOB (ACCT),'ICETOOL',CLASS=A,
//          MSGCLASS=X,MSGLEVEL=(1,1),
//          REGION=0M,NOTIFY=&SYSUID
//QWBATCH  EXEC PGM=QWIKREF1,PARM='ICETOOL'
//STEPLIB  DD DSN=SYS5.QWF.LINKLIB,DISP=SHR
//QWPRINT  DD SYSOUT=*,
//            DCB=(RECFM=VBA,LRECL=133,BLKSIZE=6000)
//QWREFDD  DD DSN=SYS50.QWF.DATABASE,DISP=SHR

To know what is your main database and library

type QINFO on the QW panel

cheers
raghu
Back to top
View user's profile Send private message
coolman
Intermediate


Joined: 03 Jan 2003
Posts: 283
Topics: 27
Location: US

PostPosted: Fri Aug 29, 2003 6:51 am    Post subject: Reply with quote

raghu,
Thanks for the job. I have a question here. The job on execution gives me this :

Code:

08/29/2003 ** MVS/QuickRef, Copyright 1989-2000, Chicago Soft, Ltd.** 07:41:08
   Item             Vendor          Product              Release             
_ ICETOOL          IBM             DFSORT UTILITY       V1R13 & PRIOR         
_ ICETOOL          IBM             DFSORT UTILITY       V1R14                 


But I would like to wade through the manuals. Is there a way, we can enforce the options. I agree that for non-versioned programs like IEBGENER, the QWPRINT displays the manual as expected as shown by you.

Cheers,
Coolman.
________
Mazda Xedos 6 picture


Last edited by coolman on Sat Feb 05, 2011 1:27 am; edited 1 time in total
Back to top
View user's profile Send private message
raggop
Beginner


Joined: 05 Feb 2003
Posts: 19
Topics: 3

PostPosted: Fri Aug 29, 2003 9:35 am    Post subject: Reply with quote

coolman,

use the foll jcl
Code:

//SDRXG12A JOB (ACCT),'ICETOOL',CLASS=A,
//          MSGCLASS=X,MSGLEVEL=(1,1),
//          REGION=0M,NOTIFY=&SYSUID
//QWBATCH  EXEC PGM=QWIKREF1,PARM='V=* P=* R=V3R7 I=SYNCSORT'
//STEPLIB  DD DSN=SYS5.QWF.LINKLIB,DISP=SHR
//QWPRINT  DD DSN=SDRXG12.QW.ICETOOL,DISP=(,CATLG,DELETE),
//            DCB=(RECFM=VBA,LRECL=133,BLKSIZE=6000),
//            SPACE=(CYL,(5,5),RLSE),UNIT=SYSDA
//QWREFDD  DD DSN=SYS50.QWF.DATABASE,DISP=SHR


you need to qualify the vendor,item,rel etc in the parm...

hope this helps

cheers
raghu
Back to top
View user's profile Send private message
coolman
Intermediate


Joined: 03 Jan 2003
Posts: 283
Topics: 27
Location: US

PostPosted: Mon Sep 01, 2003 7:39 am    Post subject: Reply with quote

Thanks Raghu, that was helpful.
________
Chrysler 300 letter series
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) 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