SYSSYM=ALLOW in JES2 jobclass definition. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Gadi Ben-Avi Sent: Monday, July 16, 2018 5:42 AM To: [email protected] Subject: Using system sysmbols in a procedure
Hi, A user is trying to use a sysem smbol in a procedure. This is what they wrote: //TLUSNEW2 PROC SV=,LIB=,MIS=,COPY=,TEUR=, // US1=,US2=,US3=,US4=,KELET= //* //* SET TT=&LYYMMDD // SET TT=&LYYMMDD // EXPORT SYMLIST=* //DEL0 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD *,SYMBOLS=(EXECSYS,X) DELETE N641.TXXA.TLUSTNU.JCLPARMS.T&TT DELETE N641.TXXA.TLUSTNU.FOR-RUN.T&TT //* //TLUSNEW2 EXEC PGM=TLUSPRM2, // PARM='&SV,&LIB,&MIS,©,&TEUR,&US1,&US2,&US3,&US4,&KELET' //STEPLIB DD DSN=N641.DCCA.ENDV.LOAD,DISP=SHR //RAZ DD DSN=N641.PDDA.TLUS-RAZ,DISP=OLD //TAB DD DSN=N641.PYMN.DOCHMSRD,DISP=SHR //OUT1 DD DSN=N641.TXXA.TLUSTNU.JCLPARMS.T&TT, // DISP=(,CATLG),UNIT=3390,VOL=SER=MKB960, // SPACE=(TRK,(1,1),RLSE), // DCB=(RECFM=FB,BLKSIZE=0) The job complains about the DD card named OUT1 and says INCORRECT USE OF AMPERSAND IN THE DSN FIELD What are they doing wrong? We are running z/OS v2.1 Thanks Gadi ????? ?? ????? ???? ???? ???? ?????? ??? ??? ?????? ???? ????? ??? ?????? ??????. ?? ????, ???????? ?? ??? ???? ?????, ??????? ???? ???? ????? ?? ??? ????? ?????? ?? ?????. ????? ????? ???? ?? ?????? ?????? ?????? ???? ?? ???? ??????? ??? ???, ?/?? ?????, ????? ?? ????? ????? ????? ????? ?????? ?? ????? ??????? ?/?? ?????? ?? ??????. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ::DISCLAIMER:: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
