On the last line i am getting parameter substitution error.
Is there any way to process this?
Cant we substitute mail ids because they are in '< >' brackets?
You can't use <> in skeleton by default, since these characters are used for other purposes. However, you can override them with the )DEFAULT statement.
For more information, please refer to the fine manual.
Hi, i'm using symbolics in filetyloring JCL and it's working. Here's a litte example of a Seleton for spooling Beta-92 output to a dedicatet Dataset.
The variables of SYSIN are coming from a panel, where the user has to define some parameters for the output he wants. The little Rexx is sending and retrieving Panel and then doing normal file-tayloring.
Regards, UmeySan
//&ZUSER.B JOB (SP00,PROD,0000),UMEY,MSGLEVEL=(1,1),MSGCLASS=X,
// CLASS=E,NOTIFY=&ZUSER,USER=&ZUSER,REGION=0M
//*
//* SPOOL A BETA-PRINTOUT INTO A DATASET
//*
//STEP010 EXEC PGM=BSS01RFF,REGION=0M,
// PARM=('S=92,B01LST=00,B92LST=91','PGM=B92PRINT')
//*
//B92DEF DD DUMMY
//*
//SFFPARM DD DISP=SHR,DSN=MVSC.BETABSA.PARMLIB
//*
//SFFFDUMP DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//OMSPRINT DD SYSOUT=*
//B92LOG DD SYSOUT=*
//*
//SYSIN DD *
PRINT
SDATE(&YDAT.) StartDate from Panel
STIME(&YANF.) StartTime from Panel
PDATE(&YDAT.) EndDate from Panel
PTIME(&YEND.) EndTime from Panel
MASK(DD.MM.YYYY)
JOBNAME(SFOD%&YINR.) SubCompanyNr in JobId
DDNAME1(IFRSLOGX) Beta-Output
STEPN(P010)
PSTEPN(S010)
SEPARATOR(NO)
SCOPE(BOTH)
MESSAGE(LONG)
DISPOSITION(SHR)
DATASET(WLET.I0&YJNR..IFRS.SPOOL(IFRSLOGX))
AUTOSEL(NO)
//*
Can you please explain the usage of BSS01RFF. I have to extract the JESMSGLG & JESYSMSG of some production jobs, which ran in last 24 hours. Is this utility useful for me. If so please send me the complete details, how to use this.
Note:
I was not able to view the 'TSO OUTPUT' command for those Production jobs. It is giving following error message.
JOB <Job_Name> REJECTED - JOBNAME MUST BE YOUR USERID OR MUST START WITH YOUR USERID