HP3000-L Archives

June 1998, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Berkowitz <[log in to unmask]>
Reply To:
Michael Berkowitz <[log in to unmask]>
Date:
Mon, 15 Jun 1998 11:51:26 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
Ed Milner writes:

>>> Ed Milner <[log in to unmask]> 06/13/98 04:07pm >>>
Can someone point me in the proper direction ...

I need to maintain values of data items created by cobol application 1 so
that cobol application 2,3,4,5, etc. has access to them.  Applications are
not called by each other.    I'd rather not read/write them to disc.

It seems 'Global' in cobol works only with programs nested under the
program
that declares the global items.

Thanks,
Ed Milner
-------------------------------------------------------------------------------
Assuming that programs 1 thru 5 are for the same job or session, why
not use variables to pass the data back and forth.  Use the HPCIPUTVAR
and HPCIGETVAR intrinsic to write and read variable data respectively.

Mike Berkowitz
Guess? Inc.

ATOM RSS1 RSS2