IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Adding Header & Footer for BETA 92 Messages


IBM Mainframe Forums -> FAQ & Basics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
selvan_nn

New User


Joined: 16 Oct 2007
Posts: 12
Location: Chennai

PostPosted: Wed Aug 07, 2013 12:24 am
Reply with quote

Hi, I am using BETA92 Tool. Our objective is to add Header & footer for the BETA92 Messages.

Code:
//PRINT    EXEC PGM=BST01RFF,REGION=0M,         
//             PARM=('S=92,B01LST=00,B92LST=J1',
//             'PGM=B92PRINT')                 
//*                                             
//*                                             
//B92DEF   DD  DUMMY                           
//*                                             
//SFFPARM  DD  DISP=SHR,                       
//             DSN=SYS9.BETA.PARMLIB           
//*                                             
//SFFFDUMP DD  SYSOUT=*                         
//SYSUDUMP DD  SYSOUT=*                         
//OMSPRINT DD  SYSOUT=*                         
//B92LOG   DD  SYSOUT=*                         
//*                                             
//SYSIN    DD  *                               
PRINT                                           
  SDATE(08/02/13)                               
  STIME(00:00:00)                               
  PDATE(08/03/13)                               
  PTIME(23:59:59)                               
  MASK(MM/DD/YY)                               
PTIME(23:59:59)                 
MASK(MM/DD/YY)                 
JOBNAME(MUTHAM)                 
DDNAME1(SYSPRINT)               
PSTEPN(MUTHAM)                 
STEPN(MUTHAM)                   
SCOPE(BOTH)                     
SEPARATOR(NO)                   
MESSAGE(LONG)                   
DATASET(MUTHAM.BETA.BETA.OUTPUT)
DISPOSITION(MOD)               
AUTOSEL(NO)

Please help to provide the correct statement for adding Header & footer. Thanks, Muthamilselvan
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Aug 07, 2013 1:09 am
Reply with quote

Shouldn't you be checking the product manuals and/or being in touch with the vendor:

Code:
http://www.betasystems.com/en/support/documentation.html
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> FAQ & Basics

 


Similar Topics
Topic Forum Replies
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Adding first / last acct numerber to ... DFSORT/ICETOOL 7
No new posts Insert header record with record coun... DFSORT/ICETOOL 14
No new posts Adding 'ODD' and 'EVEN' indicator at ... DFSORT/ICETOOL 6
Search our Forums:

Back to Top