Page 1 of 1

Generate BANNER record in COBOL.

Posted: Thu Jan 16, 2014 4:01 pm
by Bethany
Hi,

I should not be mistaken if I'd say - that somebody has already coded a cobol program to generate a banner for printing. Where the text of the banner is provided by the parameter. For example, I would like my banner to say TOOL. The banner Cobol program will generate a big T pattern, the O pattern etc. for each letter of the input.

Is there such some sample/standard Cobol program which I can download and use?

Re: Generate BANNER record in COBOL.

Posted: Thu Jan 16, 2014 6:30 pm
by enrico-sorichetti

Re: Generate BANNER record in COBOL.

Posted: Tue Jul 29, 2014 1:52 pm
by Bethany
Thanks enrico but it lookslike I clould not really find the file you might be referring to:
http://www.google.com/custom?q=banner&s ... bttape.org

Re: Generate BANNER record in COBOL.

Posted: Tue Jul 29, 2014 3:51 pm
by enrico-sorichetti
I was not referring to a specific file or to a ready to run snippet

You will have to search a bit Yourself

cbtf1 contains a detailed description of the content of every file of the CBT tape

for example in file 136 there is an assembler program called BANNER
where You can find how to call the IBM block letter routine ( IEFSD095 )
and do the same from Your cobol program

Re: Generate BANNER record in COBOL.

Posted: Wed Jul 30, 2014 12:08 pm
by Bethany
Thanks for the direction enrico. I'll work it out.