SET &DETTBLDS = &STR(XP.xRCOMMON.TABLOUT)
SET &SECTBLDS = &STR(xP.xRCOMMON.TABLOUT)
SET &SECTBLDS = &STR(xP.xRCOMMON.TABLOUT)
note the lower case in the dataset name
and if later the DSNAMEs are used, that could be the origin of the message
enrico-sorichetti wrote:without any useful information the only thing that looks suspicious isSET &DETTBLDS = &STR(XP.xRCOMMON.TABLOUT)
SET &SECTBLDS = &STR(xP.xRCOMMON.TABLOUT)
note the lower case in the dataset name
and if later the DSNAMEs are used, that could be the origin of the message
Can anyone tell how to use 7.8 option, so i would be able to put breakpoints.
If a list of data set names is used, a maximum of 15 data set names
can be specified. Data set names must conform to TSO data set naming
conventions. When several data set names are included in the list,
they must be separated by commas or blanks. For example:
'('USERID1.PANELS1',PANELS2,PANELS3,'PROJECT1.PANELS')'