Page 1 of 2

The meaning of DTBLNM=ISR3278

PostPosted: Mon Sep 23, 2013 3:37 pm
by gycwolf
//SEARCH1 EXEC PGM=ISRSUPC, *
// PARM=(SRCHCMP,
// 'ANYC')
//NEWDD DD DSN=&&AMBLIST,DISP=(OLD,PASS)
//OUTDD DD SYSOUT=(*)
//SYSIN DD DSN=&&SYSIN2,DISP=(OLD,PASS)
//SEARCH2 EXEC PGM=ISRSUPC, *
// PARM=(SRCHCMP,
// 'ANYC')

In the &&SYSIN2:
PROCESS LITNM=ISRSLJPN DTBLNM=ISR3278

I hope to who can tell me the meaning of DTBLNM=ISR3278.

Re: The meaning of DTBLNM=ISR3278

PostPosted: Mon Sep 23, 2013 4:09 pm
by enrico-sorichetti
unless I made a mistake searching the STANDARD IBM manuals starting from
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
I could not find any matches for LITNM nor DTBLNM

when googling for LITNM and DTBLNM the only links found pointed to japanese and dbcs stuff

ISR3278 is a translate table for 3278
and DTBLNM hints something like device table name

Re: The meaning of DTBLNM=ISR3278

PostPosted: Mon Sep 23, 2013 7:10 pm
by dick scherrer
Hello,

What process created the &&SYSIN2 dataset?

Understanding that process may help you understand the PROCESS options.

Re: The meaning of DTBLNM=ISR3278

PostPosted: Tue Sep 24, 2013 7:08 am
by gycwolf
//COPY2 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
PROCESS LITNM=ISRSLJPN DTBLNM=ISR3278
SRCHFOR '5748-'
//SYSUT2 DD DSN=&&SYSIN2,DISP=(,PASS),
// SPACE=(CYL,(1,1),RLSE)

Re: The meaning of DTBLNM=ISR3278

PostPosted: Tue Sep 24, 2013 9:01 pm
by dick scherrer
Hello,

Had hoped to learn why these parameters were specified . . . .

How did you (whoever) know to use those values? They appear to be some kind of configuration/customization entries.

What is the purpose of the search?

Re: The meaning of DTBLNM=ISR3278

PostPosted: Tue Sep 24, 2013 9:53 pm
by BillyBoyo
Best guess is that it that it is something to do with a system which is in Japanese.

If your system is not Japanese, I'd take them out.

Do you have an actual problem, or are you just being curious?

Re: The meaning of DTBLNM=ISR3278

PostPosted: Wed Sep 25, 2013 8:59 am
by gycwolf
Our system's language env is Japanese.
I only hope to learn how use these parameters.

Re: The meaning of DTBLNM=ISR3278

PostPosted: Wed Sep 25, 2013 9:06 am
by gycwolf
LITNM=ISRSLJPN ==> Can use the japanese in the screen.

DTBLNM=ISR3278 ==> terminal type ? ?

Re: The meaning of DTBLNM=ISR3278

PostPosted: Wed Sep 25, 2013 1:39 pm
by BillyBoyo
I think you "use" them by just including them. They do not seem to be documented. If you don't speak Japanese yourself, ask a colleague to google for them individually. It seems, although it may just be the Translate, that IBM couldn't find out what they meant at an earlier request. If you need to know more, ask a very specific question of IBM. Also talk to your support people. Either they were there at installation, or someone added them somewhere along the way, so someone might know. Try your colleagues also.

Re: The meaning of DTBLNM=ISR3278

PostPosted: Wed Sep 25, 2013 7:28 pm
by Pedro
I only hope to learn how use these parameters.


Perhaps your intent is how to use SuperC parameters... you should read the SUPERC chapter of the ISPF User's Guide, vol 2, though the two parameters that you inquire about are not documented.