Page 1 of 1

some queries in natuiral and adabas

PostPosted: Wed May 06, 2015 6:23 pm
by mainframe1
hi,
1. i have few questions
pls let me know the limit of displaying a view in adabas.( wat is the maximun lines which can be displayed using ' DISPLAY ' Staterment

2 pls give few examples for * counter and * number using read and find

3, pls give some examples for the use of CVvariables in adabas.

gone thru some manual in adabas.

thanks in advance

regards

Re: some queries in natuiral and adabas

PostPosted: Thu May 07, 2015 9:14 pm
by RGZbrog
mainframe1 wrote:1. pls let me know the limit of displaying a view in adabas.( wat is the maximun lines which can be displayed using ' DISPLAY ' Staterment

DISPLAY creates a columnar report. The field list is limited by the width of the printer. The number of lines is limited (sort of) by the length of the page, but there is no limit to the number of pages.
mainframe1 wrote:2 pls give few examples for * counter and * number using read and find

*COUNTER is available in READ, FIND, and HISTOGRAM loops. It's the number of iterations.

*NUMBER is available for FIND and HISTOGRAM.

For more information, refer to the System Variables section of the manual.
mainframe1 wrote:3, pls give some examples for the use of CVvariables in adabas.

Adabas doesn't have CV variables. Please revise your question.

These are rather broad questions. Please try to be more specific.

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 9:37 am
by mainframe1
Thanks RGZbrog,
could you help on the CVvariable section on natural maps.pls give sme examples.

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 10:25 am
by mainframe1
pls give link for natural and adabas manual
thanks in advance

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 3:50 pm
by enrico-sorichetti
why not google for it Yourself ? natural adabas manuals
to arrive to
http://www.softwareag.com/corporate/default.asp

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 3:56 pm
by mainframe1
i have googled enough and browsed site also with no result

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 4:11 pm
by enrico-sorichetti
ask Your support...
not every software provider gives free access to the manuals

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 4:19 pm
by mainframe1
could you help on the CV variable section on natural maps.pls give sme examples.

Re: some queries in natuiral and adabas

PostPosted: Fri May 08, 2015 8:56 pm
by RGZbrog
It's against the rules of this forum to promote another forum, but that's where the free Natural manuals are.

As to CVs, you need to read the manual, try them, and then ask specific questions.