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
some queries in natuiral and adabas
-
- Posts: 35
- Joined: Wed Oct 08, 2008 11:39 am
- Skillset: cobol, dn2, jcl, adabas, roscoe
- Referer: FRIEND
- 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
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.
-
- 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
Thanks RGZbrog,
could you help on the CVvariable section on natural maps.pls give sme examples.
could you help on the CVvariable section on natural maps.pls give sme examples.
-
- 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
pls give link for natural and adabas manual
thanks in advance
thanks in advance
-
- 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
why not google for it Yourself ? natural adabas manuals
to arrive to
http://www.softwareag.com/corporate/default.asp
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
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
-
- 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
i have googled enough and browsed site also with no result
-
- 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
ask Your support...
not every software provider gives free access to the manuals
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
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
-
- 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
could you help on the CV variable section on natural maps.pls give sme examples.
- 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
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.
As to CVs, you need to read the manual, try them, and then ask specific questions.