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.
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...
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.
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!