| Author |
Re: OT - CICS Problem
|
|
| YukonMama 2004-11-16, 6:44 pm |
| Yes I've looked at both those references plus one other (I think your first one
is the Application Programmers Guide - the SC33-1687 - I've also looked at
Application Reference - Identifying SPOOL file from which I got an example of
code - thats the SC33-1688). I have batch JCL using the the parameters so I
know what those are.
It's something to do with the keyword (value) set up that I think is wrong but
I've tried
01 FORM-STUFF.
05 FILLER PIC 9(9) COMP VALUE 82.
05 FILLER PIC X(17) VALUE 'FORMDEF (INV4F) '.
05 FILLER PIC X(17) VALUE 'PAGEDEF (INV4F) ',
etc - there's more to it.
I'll e-mail the exact code from work tomorrow.
| |
| William M. Klein 2004-11-16, 6:44 pm |
| And how do you allocate that storage - and how do you set up the pointer to the
storage (and which compiler are you using - as pointer facilities may vary from
COBOL compiler to compiler)
--
Bill Klein
wmklein <at> ix.netcom.com
"YukonMama" <yukonmama@aol.com> wrote in message
news:20041108220109.06709.00000275@mb-m15.aol.com...
> Yes I've looked at both those references plus one other (I think your first
> one
> is the Application Programmers Guide - the SC33-1687 - I've also looked at
> Application Reference - Identifying SPOOL file from which I got an example of
> code - thats the SC33-1688). I have batch JCL using the the parameters so I
> know what those are.
>
> It's something to do with the keyword (value) set up that I think is wrong but
> I've tried
> 01 FORM-STUFF.
> 05 FILLER PIC 9(9) COMP VALUE 82.
> 05 FILLER PIC X(17) VALUE 'FORMDEF (INV4F) '.
> 05 FILLER PIC X(17) VALUE 'PAGEDEF (INV4F) ',
> etc - there's more to it.
>
> I'll e-mail the exact code from work tomorrow.
| |
| YukonMama 2004-11-18, 8:55 pm |
| Bill and I have been e-mailing back and forth from my work e-mail until I
crashed the spooler last w .
Hopefully I can get back into the test system Monday and try the lastest and
greatest.
Joe Z - I tried to e-mail you my code but it got rejected as an invalid e-mail
address :(
| |
| YukonMama 2004-11-21, 8:55 pm |
| Bill and I have been e-mailing back and forth from my work e-mail until I
crashed the spooler last w .
Hopefully I can get back into the test system Monday and try the lastest and
greatest.
Joe Z - I tried to e-mail you my code but it got rejected as an invalid e-mail
address :(
| |
| Joe Zitzelberger 2004-11-22, 3:55 am |
| In article <20041114231106.23235.00000728@mb-m03.aol.com>,
yukonmama@aol.com (YukonMama) wrote:
> Bill and I have been e-mailing back and forth from my work e-mail until I
> crashed the spooler last w .
>
> Hopefully I can get back into the test system Monday and try the lastest and
> greatest.
>
> Joe Z - I tried to e-mail you my code but it got rejected as an invalid e-mail
> address :(
oops -- my bad -- I think that was intentional somewhere...
Try:
joe at zitzelberger dot net
| |
| YukonMama 2004-11-23, 8:55 pm |
| Thanks Joe but Bill and I have got it working.
He gave me a few other references in the manuals and after some hit and miss it
worked. It was interesting that I had missed the references he sited
completely.
I thought I had done a complete search of the manual - ah well.
Now I have some data issues to take care of and a few tw s of the output and
this program will be ready to go.
Thanks Bill for your help. You too Joe even if you never did get a chance to
look things over, I appreciate the offer emensely (your e-mail saved for future
reference :) )
|
|
|
|