Tandem Cobol FILE_CREATELIST_

OS/VS COBOL, COBOL II, Enterprise COBOL for z/OS. OpenCOBOL and OOCobol.
Post Reply
User avatar
glfuentes
New Member
Posts: 1
Joined: Mon Aug 01, 2022 11:15 pm

Tandem Cobol FILE_CREATELIST_

Post by glfuentes »

Hi, I faced a scenario in real time today. I wrote a TLF ( Transaction Log File )extract program using COBOL85 on Guardian side which was working perfectly fine till now before being dumped coz of a huge amount of transactions for add new system.

Would like to get clarified on certain things.

1. Is possible create a file of such a huge size (PEXT 18000+) through Cobol programs? We got error 590 using FILE_CREATELIST_
2. What exactly is the reason behind this? Variable is 9(04) COMP we try to put 18000 this doesn't work.
3. I have used guardian procedures from Cobol. Any other alternatives for this?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Tandem Cobol FILE_CREATELIST_

Post by Robert Sample »

1. Is possible create a file of such a huge size (PEXT 18000+) through Cobol programs? We got error 590 using FILE_CREATELIST_
I've never worked on a Tandem computer so I have no idea -- check with Tandem. On the IBM mainframe, the file size that can be created does not depend upon COBOL but rather the JCL (or other file creation method) parameters specified.
2. What exactly is the reason behind this? Variable is 9(04) COMP we try to put 18000 this doesn't work.
COBOL usually enforces the PICTURE size on values. On IBM mainframes, this can be bypassed using compiler options but only for COMP variables.
3. I have used guardian procedures from Cobol. Any other alternatives for this?
Consult your site Tandem expert since I theorize that "guardian procedures" are specific to Tandem machines (I've never heard that term before in reference to COBOL).
Chaitnaya
Registered Member
Posts: 17
Joined: Thu Jan 16, 2014 4:48 pm

Re: Tandem Cobol FILE_CREATELIST_

Post by Chaitnaya »

What are Tandem Computers? Are they mainframes?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Tandem Cobol FILE_CREATELIST_

Post by Robert Sample »

Tandem makes fault-tolerant computers that compete well with large IBM mainframes. The architecture is very different from IBM's but they are still mainframe-scale systems.
Chaitnaya
Registered Member
Posts: 17
Joined: Thu Jan 16, 2014 4:48 pm

Re: Tandem Cobol FILE_CREATELIST_

Post by Chaitnaya »

Robert Sample wrote: Thu Aug 04, 2022 6:20 pm Tandem makes fault-tolerant computers that compete well with large IBM mainframes. The architecture is very different from IBM's but they are still mainframe-scale systems.
Thanks Robert. Do ATM machines use Tandem computers?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Tandem Cobol FILE_CREATELIST_

Post by Robert Sample »

Although I don't know for sure, I would suspect that ATM machines do not use Tandem computers -- especially since Tandem NonStop computers almost always cost more than $1 million and that's a bit much for an ATM. ATM machines probably use some variety of microcomputer with Windows / Linux on them. ATM machines may connect to a Tandem computer, but the actual ATM will not be using the Tandem hardware or OS.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.”