| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
helpseeker
Joined: 24 Jun 2004
Posts: 1
|
| Posted: Thu Jun 24, 2004 3:42 pm Post subject: Using table in ADSO |
|
|
Hi,
I need help in this regard.In an online application,i have to validate SSN number.The table contains invalid SSN#s.SSN is entered as xxx-xxx-xxx. I need to obtain the value and compare with table values.How to do it?. Table is created in IDD. I have to link this table with the dialog and write the program to validate it.ne help in this regard is greatly appreciated. Many thnx in advance. |
|
| Back to top |
|
harishskumar
Joined: 18 Feb 2005
Posts: 13
Location: Bangalore
|
| Posted: Wed Feb 23, 2005 3:21 pm Post subject: |
|
|
Hey !!
This is quite easy. Have you heard of ADSA??? you got to define the table there and complie.... you can directly use it in your dialog's.. as you use global records...
Harish K Shankar. |
|
| Back to top |
|
Ashish Bharatiya
Joined: 23 Mar 2005
Posts: 5
Location: Mumbai
|
| Posted: Wed Mar 23, 2005 12:06 pm Post subject: Help on ADSA |
|
|
harishskumar wrote: Hey !!
This is quite easy. Have you heard of ADSA??? you got to define the table there and complie.... you can directly use it in your dialog's.. as you use global records...
Harish K Shankar.
Hello Harish,
I went through the ADSA but coyldn't find table option on any of its screen.Can you please tell me how can we define a table in ADSA application.
Thanx |
|
| Back to top |
|
pinakinc
Joined: 19 Nov 2003
Posts: 7
|
| Posted: Thu Apr 28, 2005 9:49 pm Post subject: Re: Using table in ADSO |
|
|
Hi,
I think you can attach tables to ADSO dialogs using ADSC while defining the dialog. Please check it.
Pinakin |
|
| Back to top |
|
ashutosh719
Joined: 06 Apr 2005
Posts: 13
|
| Posted: Sat May 14, 2005 11:23 am Post subject: |
|
|
while defining dialogs..u have the option of decode or edit table...use that,.
refer to larry towner's book for more. |
|
| Back to top |
|
srinira
Joined: 22 Aug 2005
Posts: 6
|
| Posted: Mon Aug 22, 2005 3:46 pm Post subject: Tables in ADSO |
|
|
Can someone help me here?
Iam using a Indexed table in Cobol-IDMS. Dynamically using the calculated index I can use certain values from this table.
I want to implement the same in ADSO. I can't use Edit table,
Code table here for this purpose as its not a field which is used
at the map level( or user entry level). I want to manage this table
internal to the Dialog!
Please let me know
Rama.S |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|