× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Who Knew You Could Do That With MI?
  • From: "Richard Jackson" <richardjackson@xxxxxxxxxxxxxxxxxx>
  • Date: Wed, 12 Jul 2000 21:31:45 -0600
  • Importance: Normal

I never had a use for DIM or HLLPTR.  Are data pointers and machine space
pointers still supported?  I remember hearing that BIT was a dog on CISC.

Richard Jackson
mailto:richardjackson@richardjackson.net
www.richardjacksonltd.com
Voice: 1 (303) 808-8058
Fax:   1 (303) 663-4325

-----Original Message-----
From: owner-mi400@midrange.com [mailto:owner-mi400@midrange.com]On
Behalf Of Gene_Gaunt/ReviewWorks@reviewworks.com
Sent: Wednesday, July 12, 2000 12:08 PM
To: MI400@midrange.com
Subject: Who Knew You Could Do That With MI?


I found some undocumented things that QPRCRTPG API compiles okay.  I don't
know what this means, but it's interesting.

"DIM" --- a variable can declare a DIM attribute containing multiple
lower:upper bounds, for example,
       DCL DD ABC AUTO CHAR(5) DIM(7:8, -3:6, 2:3, -4:1);

"LVL, HLL, PARENT" --- a variable can declare a LVL or HLL attribute
containing a constant character, or a PARENT attribute containing two
constant characters, for example,
       DCL DD ABC AUTO CHAR(5) LVL("FOO");
       DCL DD DEF AUTO CHAR(5) HLL("FOO");
       DCL DD GHI AUTO CHAR(5) PARENT("FOO","BAR");

"BIT" --- a variable can declare a BIT attribute containing a number, for
example:
       DCL DD ABC AUTO CHAR(5) BIT(2);

"HLLPTR" --- a space pointer can declare a HLLPTR attribute, for example:
       DCL SPCPTR ABC AUTO HLLPTR;

"LBLPTR, SSPPTR, PRCPTR, INVPTR" --- the following declaration generate
identical ODT entries:
       DCL PTR    ABC AUTO;
       DCL LBLPTR ABC AUTO;
       DCL SSPPTR ABC AUTO;
       DCL PRCPTR ABC AUTO;
       DCL INVPTR ABC AUTO;


+---
| This is the MI Programmers Mailing List!
| To submit a new message, send your mail to MI400@midrange.com.
| To subscribe to this list send email to MI400-SUB@midrange.com.
| To unsubscribe from this list send email to MI400-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: dr2@cssas400.com
+---

+---
| This is the MI Programmers Mailing List!
| To submit a new message, send your mail to MI400@midrange.com.
| To subscribe to this list send email to MI400-SUB@midrange.com.
| To unsubscribe from this list send email to MI400-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: dr2@cssas400.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.