Re: [External] COBOL 6.3 compiler options question

2020-07-10 Thread Pommier, Rex
Thanks, Tom!

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Ross
Sent: Thursday, July 9, 2020 8:39 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External] COBOL 6.3 compiler options question

>Can somebody give me a definitive definition of the NOJTC and JTC 
>compiler = options in 6.3?  I'm not seeing it in the COBOL reference or 
>any COBOL manu= al for that matter, yet it shows up on the option list 
>when we compile a pr=
>ogram:
>
>NOFLAGSTD =20
>  HGPR(PRESERVE)  =20
>NOINITCHECK   =20
>NOINITIAL =20
>  INLINE  =20
>  INTDATE(ANSI)   =20
>NOJTC =20
>  LANGUAGE(EN)=20
>  LINECOUNT(60)   =20

Rex, et al,

   Sorry about that!  JTC is an option that we are working on and not ready to 
ship, but we accidentally externalized JTC in the listing.  If you apply the 
latest maintenance to your compiler it will go away!

Cheers,
TomR  >> COBOL is the Language of the Future! <<

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


COBOL 6.3 compiler options question

2020-07-09 Thread Tom Ross
>Can somebody give me a definitive definition of the NOJTC and JTC compiler =
>options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL manu=
>al for that matter, yet it shows up on the option list when we compile a pr=
>ogram:
>
>NOFLAGSTD =20
>  HGPR(PRESERVE)  =20
>NOINITCHECK   =20
>NOINITIAL =20
>  INLINE  =20
>  INTDATE(ANSI)   =20
>NOJTC =20
>  LANGUAGE(EN)=20
>  LINECOUNT(60)   =20

Rex, et al,

   Sorry about that!  JTC is an option that we are working on and not ready
to ship, but we accidentally externalized JTC in the listing.  If you apply
the latest maintenance to your compiler it will go away!

Cheers,
TomR  >> COBOL is the Language of the Future! <<

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [External] Re: COBOL 6.3 compiler options question

2020-07-09 Thread Michael Babcock
If I remember correctly, it was added with a PTF inadvertently and hasn’t
been removed yet.  I think a colleague opened a case and that’s what they
said.

On Thu, Jul 9, 2020 at 8:58 AM Pommier, Rex  wrote:

> Charles,
>
> Fascinating.  JTC isn't even in the customization macro.  I guess it's a
> "watch this space for future development" type option.
>
> Rex
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Charles Mills
> Sent: Wednesday, July 8, 2020 6:07 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [External] Re: COBOL 6.3 compiler options question
>
> Did you look at the customization macro and see if there is a comment on
> the option or the assembled table?
>
> I would do it but I would have to IPL Dallas and I am too lazy.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Pommier, Rex
> Sent: Wednesday, July 8, 2020 3:09 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [External] Re: COBOL 6.3 compiler options question
>
> I'm kind of hoping Captain COBOL will see my request and respond.  :-)
>
> Rex
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Charles Mills
> Sent: Wednesday, July 8, 2020 5:04 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [External] Re: COBOL 6.3 compiler options question
>
> Not I.
>
> There is a May, 2020 update to the P/G and it's not in there.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Pommier, Rex
> Sent: Wednesday, July 8, 2020 2:11 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: COBOL 6.3 compiler options question
>
> Hi,
>
> Can somebody give me a definitive definition of the NOJTC and JTC compiler
> options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL
> manual for that matter, yet it shows up on the option list when we compile a
> program:
>
> NOFLAGSTD
>   HGPR(PRESERVE)
> NOINITCHECK
> NOINITIAL
>   INLINE
>   INTDATE(ANSI)
> NOJTC
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
> The information contained in this message is confidential, protected from
> disclosure and may be legally privileged.  If the reader of this message is
> not the intended recipient or an employee or agent responsible for
> delivering this message to the intended recipient, you are hereby notified
> that any disclosure, distribution, copying, or any action taken or action
> omitted in reliance on it, is strictly prohibited and may be unlawful.  If
> you have received this communication in error, please notify us immediately
> by replying to this message and destroy the material in its entirety,
> whether in electronic or hard copy format.  Thank you.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 
Michael Babcock
OneMain Financial
z/OS Systems Programmer, Lead

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [External] Re: COBOL 6.3 compiler options question

2020-07-09 Thread Pommier, Rex
Charles,

Fascinating.  JTC isn't even in the customization macro.  I guess it's a "watch 
this space for future development" type option.

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Wednesday, July 8, 2020 6:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [External] Re: COBOL 6.3 compiler options question

Did you look at the customization macro and see if there is a comment on the 
option or the assembled table?

I would do it but I would have to IPL Dallas and I am too lazy.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Pommier, Rex
Sent: Wednesday, July 8, 2020 3:09 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [External] Re: COBOL 6.3 compiler options question

I'm kind of hoping Captain COBOL will see my request and respond.  :-)

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Wednesday, July 8, 2020 5:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External] Re: COBOL 6.3 compiler options question

Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler 
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL manual 
for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: COBOL 6.3 compiler options question

2020-07-08 Thread Mike Schwab
http://publibfp.boulder.ibm.com/epubs/pdf/igy6mg30.pdf is the IBM
COBOL 6.3 migration guide for May 29, 2020.
It notes other compiler options added, does not have JTC listed.

On Wed, Jul 8, 2020 at 9:14 PM Pommier, Rex  wrote:
>
> Hi,
>
> Can somebody give me a definitive definition of the NOJTC and JTC compiler 
> options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL manual 
> for that matter, yet it shows up on the option list when we compile a program:
>
> NOFLAGSTD
>   HGPR(PRESERVE)
> NOINITCHECK
> NOINITIAL
>   INLINE
>   INTDATE(ANSI)
> NOJTC
>   LANGUAGE(EN)
>   LINECOUNT(60)
> NOLIST
>   LP(32)
>   MAP(HEX)
>   MAXPCF(10)
> NOMDECK
> NONAME
>
> Thanks,
>
> Rex
>
> The information contained in this message is confidential, protected from 
> disclosure and may be legally privileged.  If the reader of this message is 
> not the intended recipient or an employee or agent responsible for delivering 
> this message to the intended recipient, you are hereby notified that any 
> disclosure, distribution, copying, or any action taken or action omitted in 
> reliance on it, is strictly prohibited and may be unlawful.  If you have 
> received this communication in error, please notify us immediately by 
> replying to this message and destroy the material in its entirety, whether in 
> electronic or hard copy format.  Thank you.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [External] Re: COBOL 6.3 compiler options question

2020-07-08 Thread Charles Mills
Did you look at the customization macro and see if there is a comment on the
option or the assembled table?

I would do it but I would have to IPL Dallas and I am too lazy.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex
Sent: Wednesday, July 8, 2020 3:09 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [External] Re: COBOL 6.3 compiler options question

I'm kind of hoping Captain COBOL will see my request and respond.  :-)

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Charles Mills
Sent: Wednesday, July 8, 2020 5:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External] Re: COBOL 6.3 compiler options question

Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL
manual for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: COBOL 6.3 compiler options question

2020-07-08 Thread Lizette Koehler
ISO/IEC JTC 1/SC 22
>From Wikipedia, the free encyclopedia
Jump to navigation
Jump to search

ISO/IEC JTC 1/SC 22 Programming languages, their environments and system
software interfaces is a standardization subcommittee of the Joint Technical
Committee ISO/IEC JTC 1 of the International Organization for
Standardization (ISO) and the International Electrotechnical Commission
(IEC) that develops and facilitates standards within the fields of
programming languages, their environments and system software interfaces.
ISO/IEC JTC 1/SC 22 is also sometimes referred to as the "portability
subcommittee". The international secretariat of ISO/IEC JTC 1/SC 22 is the
American National Standards Institute (ANSI), located in the United States.


Lizette

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Lizette Koehler
Sent: Wednesday, July 8, 2020 4:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL 6.3 compiler options question

Some sort of standard

You never heard of Chris Tandy, a Toronto-based programmer for IBM since
1985, but his work in standardizing computer programming languages is vital
to everything you do as a software developer.

Tandy chairs the American INCITS PL22 group and is an officer in the global
ISO/IEC JTC 1/SC 22 committee, which are the primary standards bodies
responsible not only for pivotal languages such as COBOL, C, and C++, but
also for historic ones like Ada, APL (famously named as "A Programming
Language"), and Fortran. They also deal in esoterica--try your hand at
coding in PL/1 or REXX.




-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Charles Mills
Sent: Wednesday, July 8, 2020 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL 6.3 compiler options question

Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL
manual for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  
  LANGUAGE(EN) 
  LINECOUNT(60)
NOLIST 
  LP(32)   
  MAP(HEX) 
  MAXPCF(10)   
NOMDECK
NONAME 

Thanks,

Rex

The information contained in this message is confidential, protected from
disclosure and may be legally privileged.  If the reader of this message is
not the intended recipient or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any disclosure, distribution, copying, or any action taken or action
omitted in reliance on it, is strictly prohibited and may be unlawful.  If
you have received this communication in error, please notify us immediately
by replying to this message and destroy the material in its entirety,
whether in electronic or hard copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: COBOL 6.3 compiler options question

2020-07-08 Thread Lizette Koehler
Some sort of standard

You never heard of Chris Tandy, a Toronto-based programmer for IBM since
1985, but his work in standardizing computer programming languages is vital
to everything you do as a software developer.

Tandy chairs the American INCITS PL22 group and is an officer in the global
ISO/IEC JTC 1/SC 22 committee, which are the primary standards bodies
responsible not only for pivotal languages such as COBOL, C, and C++, but
also for historic ones like Ada, APL (famously named as "A Programming
Language"), and Fortran. They also deal in esoterica--try your hand at
coding in PL/1 or REXX.




-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Charles Mills
Sent: Wednesday, July 8, 2020 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: COBOL 6.3 compiler options question

Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL
manual for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  
  LANGUAGE(EN) 
  LINECOUNT(60)
NOLIST 
  LP(32)   
  MAP(HEX) 
  MAXPCF(10)   
NOMDECK
NONAME 

Thanks,

Rex

The information contained in this message is confidential, protected from
disclosure and may be legally privileged.  If the reader of this message is
not the intended recipient or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any disclosure, distribution, copying, or any action taken or action
omitted in reliance on it, is strictly prohibited and may be unlawful.  If
you have received this communication in error, please notify us immediately
by replying to this message and destroy the material in its entirety,
whether in electronic or hard copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [External] Re: COBOL 6.3 compiler options question

2020-07-08 Thread Pommier, Rex
I'm kind of hoping Captain COBOL will see my request and respond.  :-)

Rex

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Wednesday, July 8, 2020 5:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External] Re: COBOL 6.3 compiler options question

Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler 
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL manual 
for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  
  LANGUAGE(EN) 
  LINECOUNT(60)
NOLIST 
  LP(32)   
  MAP(HEX) 
  MAXPCF(10)   
NOMDECK
NONAME 

Thanks,

Rex

The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: COBOL 6.3 compiler options question

2020-07-08 Thread Charles Mills
Not I.

There is a May, 2020 update to the P/G and it's not in there.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Pommier, Rex
Sent: Wednesday, July 8, 2020 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: COBOL 6.3 compiler options question

Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL
manual for that matter, yet it shows up on the option list when we compile a
program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  
  LANGUAGE(EN) 
  LINECOUNT(60)
NOLIST 
  LP(32)   
  MAP(HEX) 
  MAXPCF(10)   
NOMDECK
NONAME 

Thanks,

Rex

The information contained in this message is confidential, protected from
disclosure and may be legally privileged.  If the reader of this message is
not the intended recipient or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any disclosure, distribution, copying, or any action taken or action
omitted in reliance on it, is strictly prohibited and may be unlawful.  If
you have received this communication in error, please notify us immediately
by replying to this message and destroy the material in its entirety,
whether in electronic or hard copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


COBOL 6.3 compiler options question

2020-07-08 Thread Pommier, Rex
Hi,

Can somebody give me a definitive definition of the NOJTC and JTC compiler 
options in 6.3?  I'm not seeing it in the COBOL reference or any COBOL manual 
for that matter, yet it shows up on the option list when we compile a program:

NOFLAGSTD  
  HGPR(PRESERVE)   
NOINITCHECK
NOINITIAL  
  INLINE   
  INTDATE(ANSI)
NOJTC  
  LANGUAGE(EN) 
  LINECOUNT(60)
NOLIST 
  LP(32)   
  MAP(HEX) 
  MAXPCF(10)   
NOMDECK
NONAME 

Thanks,

Rex

The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN