Re: VS COBOL II signature bytes

2011-06-24 Thread Giliad Wilf
On Thu, 23 Jun 2011 13:00:46 -0500, Chip Grantham 
cgrant...@ameritas.com wrote:

I've found the answer to my dilemma for compiler options from a COBOL load
module.  They call them signature bytes.  So now I'm looking for a VS
COBOL II V1.x programmer's guide, specifically the pages on signature
bytes. I'd really appreciate a copy of that section; should be about 10
pages.
Thanks in advance!

 
I believe this what you are after:
http://publibz.boulder.ibm.com/cgi-
bin/bookmgr_OS390/BOOKS/igyc1102/2.2.1.6?
SHELF=IGYSH007DT=19930806131827
 
Is it not?
 
All COBOL II programs start with something like this:
http://publibz.boulder.ibm.com/cgi-
bin/bookmgr_OS390/BOOKS/igyc1102/2.2.1.5.3?
SHELF=IGYSH007DT=19930806131827
 
You can find the location of the various fields listed on the first URL, in the 
diagram on the page pointed to by the second URL
 
HTH

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VS COBOL II signature bytes

2011-06-24 Thread Chip Grantham
Thanks to all that replied.  I'm back to fingers on keyboard, head in the 
books. 
 



Giliad Wilf gili...@yahoo.com 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
06/24/2011 03:26 AM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: VS COBOL II signature bytes






On Thu, 23 Jun 2011 13:00:46 -0500, Chip Grantham 
cgrant...@ameritas.com wrote:

I've found the answer to my dilemma for compiler options from a COBOL 
load
module.  They call them signature bytes.  So now I'm looking for a VS
COBOL II V1.x programmer's guide, specifically the pages on signature
bytes. I'd really appreciate a copy of that section; should be about 10
pages.
Thanks in advance!

 
I believe this what you are after:
http://publibz.boulder.ibm.com/cgi-
bin/bookmgr_OS390/BOOKS/igyc1102/2.2.1.6?
SHELF=IGYSH007DT=19930806131827
 
Is it not?
 
All COBOL II programs start with something like this:
http://publibz.boulder.ibm.com/cgi-
bin/bookmgr_OS390/BOOKS/igyc1102/2.2.1.5.3?
SHELF=IGYSH007DT=19930806131827
 
You can find the location of the various fields listed on the first URL, 
in the 
diagram on the page pointed to by the second URL
 
HTH

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

***
This message may contain confidential information intended only
for the use of the addressee(s) named above and may contain
information that is legally privileged. If you are not the
addressee, or the person responsible for delivering it to the
addressee, you are hereby notified that reading, disseminating,
distributing or copying this message is strictly prohibited.  If you
have received this message by mistake, please immediately notify
us by replying to the message and delete the original message
immediately thereafter.  Thank you.
***


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


VS COBOL II signature bytes

2011-06-23 Thread Chip Grantham
I've found the answer to my dilemma for compiler options from a COBOL load 
module.  They call them signature bytes.  So now I'm looking for a VS 
COBOL II V1.x programmer's guide, specifically the pages on signature 
bytes. I'd really appreciate a copy of that section; should be about 10 
pages.
Thanks in advance!
***
This message may contain confidential information intended only
for the use of the addressee(s) named above and may contain
information that is legally privileged. If you are not the
addressee, or the person responsible for delivering it to the
addressee, you are hereby notified that reading, disseminating,
distributing or copying this message is strictly prohibited.  If you
have received this message by mistake, please immediately notify
us by replying to the message and delete the original message
immediately thereafter.  Thank you.
***


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VS COBOL II signature bytes

2011-06-23 Thread Chris Mason
Chip

http://www-03.ibm.com/systems/z/os/zos/bkserv/

select

Bookshelf titles and filenames

http://www-03.ibm.com/systems/z/os/zos/bkserv/find_shelves.html

Enter COBOL without quotes in the box

Find bookshelves with titles or filenames containing:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves?
filter=COBOLSUBMIT=Find

Select

VS COBOL II R4 Bookshelf

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGYSH007

At this point I tried both

VS COBOL II R4 Appl. Programming Guide for MVS and CMS

and 

VS COBOL II R4 Appl. Programming Guide for VSE

and entered signature without quotes in the torch field and got 

No search hits found for: signature

But, having got s far, I wasn't going top give up so I looked for a likely 
alternative candidate manual and lighted on

VS COBOL II R4 Installation and Customization for MVS

Bingo!

The sole hit was

Compiler Options and Their Defaults, 4.2.3

Now you can either print that off or, better for the planet and all who inhabit 
it, just browse the page:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igyi1101/4.2.3

Chris Mason

On Thu, 23 Jun 2011 13:00:46 -0500, Chip Grantham 
cgrant...@ameritas.com wrote:

I've found the answer to my dilemma for compiler options from a COBOL load
module.  They call them signature bytes.  So now I'm looking for a VS
COBOL II V1.x programmer's guide, specifically the pages on signature
bytes. I'd really appreciate a copy of that section; should be about 10
pages.
Thanks in advance!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VS COBOL II signature bytes

2011-06-23 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Chip Grantham
 
 I've found the answer to my dilemma for compiler options from a COBOL
load
 module.  They call them signature bytes.  So now I'm looking for a VS
 COBOL II V1.x programmer's guide, specifically the pages on signature
 bytes. I'd really appreciate a copy of that section; should be about
10
 pages.
 Thanks in advance!

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGYSH007

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VS COBOL II signature bytes

2011-06-23 Thread John P Kalinich
Roland Schiradin's COBANAL program on the CBT tape translates the COBOL
signature information into English.

Regards,
John K



 
  From:   Chip Grantham cgrant...@ameritas.com
 

 
  To: IBM-MAIN@bama.ua.edu  
 

 
  Date:   06/23/2011 01:01 PM   
 

 
  Subject:VS COBOL II signature bytes   
 

 





I've found the answer to my dilemma for compiler options from a COBOL load
module.  They call them signature bytes.  So now I'm looking for a VS
COBOL II V1.x programmer's guide, specifically the pages on signature
bytes. I'd really appreciate a copy of that section; should be about 10
pages.
Thanks in advance!

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VS COBOL II signature bytes

2011-06-23 Thread Chris Mason
It's not what you know so much as knowing where to find it.

But a bored and bitter person about whom there is speculation over 
employment who writes nothing worth reading, even tedious and vacuous, 
wouldn't be taking the trouble to help out to that extent now would they? No, 
they would just give an URL and not indicate how to find it from a common 
source, that would be far too much trouble.

Be careful what you say, there just may be an opportunity to return it with 
interest - the Shylock syndrome!

-

 From: IBM Mainframe Discussion List On Behalf Of Graham Hobbs

 Does this Mason have a job?

I think he once posted that he's retired -- which for some seems to be
a euphemism for bored and bitter.

-jc-

-

 nothing worth reading

Indeed; lately, Mr. Mason has become a rather tedious vacuum.

-jc-

On Thu, 23 Jun 2011 13:46:41 -0500, Chase, John jch...@ussco.com 
wrote:
 ...
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGYSH007

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html