IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need information about DBMS--NOMAD


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
b4uthammi
Warnings : 2

New User


Joined: 21 Feb 2005
Posts: 14
Location: hyderabad

PostPosted: Thu Nov 02, 2006 5:30 pm
Reply with quote

hi,

anybody knows abt NOMAD.
need meterial on NOMAD..
we have to work for a project which converts NOMAD to COBOL.

thanks
TR
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Nov 02, 2006 6:26 pm
Reply with quote

Hi there !

Just a quick overfew:

Business Intelligence Software for Enterprise Reporting and Rapid Application Development

NOMAD is the most functionally rich business intelligence reporting tool available today for delivering a full range of applications with easy access to a variety of data sources for reporting and analysis. NOMAD is a fully relational product, which provides the basis for its tight integration with and highly efficient use of other relational database engines such as DB2 for z/OS and DB2 for z/VM.

A variety of application generators and user interface options, including a reporting front end and a graphical user interface design tool, speed both the development and use of NOMAD applications.

NOMAD is available for z/OS, OS/390, and z/VM on mainframe machines. When used with Front & Center as a reporting front end with RP/Server, NOMAD is a powerful mainframe server. NOMAD can also participate in IBM's Distributed Relational Database Architecture (DRDA) through DB2 interfaces on the mainframe and Unix platforms.

In addition to data stored in NOMAD databases, you can easily access and combine data from a variety of sources, including leading relational systems such as DB2, as well as IDMS, IDMS/R, VSAM and QSAM files. With its special shared database facility, NOMAD users also have the ability to report from local or remote NOMAD databases on either z/VM or z/OS machines.

NOMAD is designed for maximized efficiency when accessing data in relational engines, including support for static SQL. NOMAD translates its commands into SQL statements and offloads as much work as possible, such as sorting and aggregation, to the SQL engine. Additionally, selective data listing can be performed efficiently through SELECT and LIST WHERE commands, and global data maintenance is handled by passing set calls for CHANGE and DELETE as a single transaction

NOMAD Schema

All the information about your data and much of the application logic are specified once in a NOMAD Schema. This provides a high degree of control and saves time and programming effort throughout the application life cycle. Field-, record- and database-level integrity checks and security constraints are defined in the Schema and applied automatically whenever data is accessed. NOMAD also provides complete support for RULE-based referential integrity, as well as full support for outer joins and null values.

Programmable Windows

NOMAD Windows provides developers with a programmable windowed environment in which to work and create CUA-style windowed applications. The facility automatically manages multiple screen display areas and can be used to interactively pan through output produced by reports or commands, as well as recall prior commands. Developers have complete flexibility in application interface design. Windows can incorporate structured and/or free-form textual fields without restriction. Any number of windows can be simultaneously active, so users can browse or update data from multiple sources without losing either data or context in other windows. Additionally, windows can pop up, cascade, overlap and change in size or screen location as needed in an application.

Application Generation Tools

An extensive collection of facilities are available to speed application development, including templates for creating menus and forms, tools for generating maintenance procedures without coding program statements, and a CUA-style tool for quickly building and revising report requests.

Inquiry and Reporting

NOMAD enables users to build sophisticated production-level reporting applications for interactive or batch execution. The highly versatile LIST command provides full flexibility for row/column and free-format reporting, and is a powerful tool for financial reporting. An optional facility is available to reduce resource usage for production reporting by producing multiple reports with a single pass through the database.

Thanks for listening, Regards, UmeySan
Back to top
View user's profile Send private message
b4uthammi
Warnings : 2

New User


Joined: 21 Feb 2005
Posts: 14
Location: hyderabad

PostPosted: Fri Nov 03, 2006 9:41 am
Reply with quote

Hi umaysan,

Thanks a lot for the valuable information on NOMAD.do u have any meterial for this,if u have please send it to me.

regards
TR
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Nov 03, 2006 4:15 pm
Reply with quote

Hi b4uthammi !

Sorry, as a Freelancer i mostly refer back to the literature of the company
i work for. And mostly i have to attemp my long-term daily experience.

Regards, UmeySan
Back to top
View user's profile Send private message
ravidhiman

New User


Joined: 09 Oct 2006
Posts: 23
Location: London, UK

PostPosted: Mon Jun 08, 2009 4:23 am
Reply with quote

Dear b4uthamni,

I will have to work upon a project. In which, I will have to change the NOMAD into the cobol programs.

I have never worked upon NOMAD. I am not able to find any relevent doument on internet.

Kindly send if you have any tutorial documents(for NOMAD) or relevent information to accomplish this task.

Any help in this, would be a great help.


Kind Regards
Ravi Dhiman
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Jun 08, 2009 5:30 am
Reply with quote

Hello,

NOMAD material is covered by copyright and may neither be posted nor linked via our forum.

Any such material will be deleted. . .

Suggest you contact the current vendor of NOMAD:
www.selectbs.com/mainframe/

Be prepared to write considerably more cobol code than the existing nomad 4gl code. . .
Back to top
View user's profile Send private message
ravidhiman

New User


Joined: 09 Oct 2006
Posts: 23
Location: London, UK

PostPosted: Thu Jul 09, 2009 12:09 am
Reply with quote

Hello All,

I was not able to get any help from Use [URL] BBCode for External Links. I wrote a mail to them, but they said they dont have any material for this.

if anybody tell me any other way to get the NOMAD documents, would be a great help.

Could anybody please let me know how to run(compile and execute) the nomad reporting program on IBM Mainframe??

is the compilation process similar to SAS code compilation process.

SAS code run through the JCL in MAINFRAME.


Regards
Ravi Dhiman
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jul 09, 2009 12:27 am
Reply with quote

Hello,

I don't know what you asked them, but here is a list of the documentation available:
www.selectbs.com/mainframe/images/stories/Downloads/forms/documentation_order_form_new.pdf
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Thu Jul 09, 2009 10:39 am
Reply with quote

Dick wrote:
Be prepared to write considerably more cobol code than the existing nomad 4gl code. . .


Yes...You are absolutely correct...
May ratio will be 1(line in nomad):20(lines on cobol) or may be more than that... icon_lol.gif icon_lol.gif


ravidhiman wrote:

I was not able to get any help from Use [URL] BBCode for External Links. I wrote a mail to them, but they said they dont have any material for this.

if anybody tell me any other way to get the NOMAD documents, would be a great help.

I doubt writing mail to them will help. You can BUY it using link given by Dick.
But I suggest check with your clients when they purchased NOMAD, if they have got documentation too. Because generaly they do give some basic documentation (both about installationa of NOMAD and about language)

ravidhiman wrote:

Could anybody please let me know how to run(compile and execute) the nomad reporting program on IBM Mainframe??


NO complilation needed.
You can run it in batch mode or in online mode using NSM(Nomad Session Manager)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Extract all the TWS scheduler informa... IBM Tools 1
No new posts Table Information - DB2 DB2 1
No new posts Remove additional information in SUPE... TSO/ISPF 10
This topic is locked: you cannot edit posts or make replies. Control-M Information. CLIST & REXX 1
Search our Forums:

Back to Top