some queries in natuiral and adabas

Software AG's platform-independent programming language with full support for open-source and Internet applications
mainframe1
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Skillset: cobol, dn2, jcl, adabas, roscoe
Referer: FRIEND

some queries in natuiral and adabas

Postby mainframe1 » Wed May 06, 2015 6:23 pm

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

User avatar
RGZbrog
Posts: 101
Joined: Mon Nov 23, 2009 1:34 pm
Skillset: Natural, Adabas, Predict, Natural Security, Construct, EntireX, SPoD, NaturalONE
Referer: SAG Developer Forum
Location: California, USA
Contact:

Re: some queries in natuiral and adabas

Postby RGZbrog » Thu May 07, 2015 9:14 pm

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.

mainframe1
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Skillset: cobol, dn2, jcl, adabas, roscoe
Referer: FRIEND

Re: some queries in natuiral and adabas

Postby mainframe1 » Fri May 08, 2015 9:37 am

Thanks RGZbrog,
could you help on the CVvariable section on natural maps.pls give sme examples.

mainframe1
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Skillset: cobol, dn2, jcl, adabas, roscoe
Referer: FRIEND

Re: some queries in natuiral and adabas

Postby mainframe1 » Fri May 08, 2015 10:25 am

pls give link for natural and adabas manual
thanks in advance

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: some queries in natuiral and adabas

Postby enrico-sorichetti » Fri May 08, 2015 3:50 pm

why not google for it Yourself ? natural adabas manuals
to arrive to
http://www.softwareag.com/corporate/default.asp
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

mainframe1
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Skillset: cobol, dn2, jcl, adabas, roscoe
Referer: FRIEND

Re: some queries in natuiral and adabas

Postby mainframe1 » Fri May 08, 2015 3:56 pm

i have googled enough and browsed site also with no result

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: some queries in natuiral and adabas

Postby enrico-sorichetti » Fri May 08, 2015 4:11 pm

ask Your support...
not every software provider gives free access to the manuals
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

mainframe1
Posts: 35
Joined: Wed Oct 08, 2008 11:39 am
Skillset: cobol, dn2, jcl, adabas, roscoe
Referer: FRIEND

Re: some queries in natuiral and adabas

Postby mainframe1 » Fri May 08, 2015 4:19 pm

could you help on the CV variable section on natural maps.pls give sme examples.

User avatar
RGZbrog
Posts: 101
Joined: Mon Nov 23, 2009 1:34 pm
Skillset: Natural, Adabas, Predict, Natural Security, Construct, EntireX, SPoD, NaturalONE
Referer: SAG Developer Forum
Location: California, USA
Contact:

Re: some queries in natuiral and adabas

Postby RGZbrog » Fri May 08, 2015 8:56 pm

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.