The meaning of DTBLNM=ISR3278



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

The meaning of DTBLNM=ISR3278

Postby gycwolf » Mon Sep 23, 2013 3:37 pm

//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.
gycwolf
 
Posts: 11
Joined: Fri Aug 09, 2013 5:49 pm
Has thanked: 1 time
Been thanked: 0 time

Re: The meaning of DTBLNM=ISR3278

Postby enrico-sorichetti » Mon Sep 23, 2013 4:09 pm

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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: The meaning of DTBLNM=ISR3278

Postby dick scherrer » Mon Sep 23, 2013 7:10 pm

Hello,

What process created the &&SYSIN2 dataset?

Understanding that process may help you understand the PROCESS options.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: The meaning of DTBLNM=ISR3278

Postby gycwolf » Tue Sep 24, 2013 7:08 am

//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)
gycwolf
 
Posts: 11
Joined: Fri Aug 09, 2013 5:49 pm
Has thanked: 1 time
Been thanked: 0 time

Re: The meaning of DTBLNM=ISR3278

Postby dick scherrer » Tue Sep 24, 2013 9:01 pm

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?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: The meaning of DTBLNM=ISR3278

Postby BillyBoyo » Tue Sep 24, 2013 9:53 pm

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?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: The meaning of DTBLNM=ISR3278

Postby gycwolf » Wed Sep 25, 2013 8:59 am

Our system's language env is Japanese.
I only hope to learn how use these parameters.
gycwolf
 
Posts: 11
Joined: Fri Aug 09, 2013 5:49 pm
Has thanked: 1 time
Been thanked: 0 time

Re: The meaning of DTBLNM=ISR3278

Postby gycwolf » Wed Sep 25, 2013 9:06 am

LITNM=ISRSLJPN ==> Can use the japanese in the screen.

DTBLNM=ISR3278 ==> terminal type ? ?
gycwolf
 
Posts: 11
Joined: Fri Aug 09, 2013 5:49 pm
Has thanked: 1 time
Been thanked: 0 time

Re: The meaning of DTBLNM=ISR3278

Postby BillyBoyo » Wed Sep 25, 2013 1:39 pm

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.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: The meaning of DTBLNM=ISR3278

Postby Pedro » Wed Sep 25, 2013 7:28 pm

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.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Next

Return to TSO & ISPF