Search found 44 matches

by BobP
Tue Jan 26, 2021 8:32 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Happy New year 2021!
Replies: 5
Views: 1907

Re: Happy New year 2021!

Hope the year starts on good note for everyone, Happy New Year!
by BobP
Mon Jul 13, 2020 12:02 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: pass parms for ISRSUPC using COBOL.
Replies: 0
Views: 620

pass parms for ISRSUPC using COBOL.

Hi,

Can we pass parms for ISRSUPC using COBOL. Can someone please guide me on this.
by BobP
Tue May 05, 2020 11:14 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Quarantine - how it's treating you?
Replies: 6
Views: 3020

Re: Quarantine - how it's treating you?

It has started bugging me now. There is nearly no commute. You can't go anywhere freely within city. Going from one city to another is like going on a war. I've not met my family for nearly 3 months now.
by BobP
Tue May 05, 2020 11:03 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: With COBOL 6.2, are there changes the way INITIALIZE worked?
Replies: 0
Views: 2050

With COBOL 6.2, are there changes the way INITIALIZE worked?

We had been upgrading from COBOL 4.2 to COBOL 6.2. There was a program that ran fine under COBOL v4.2 and gets S0C7 under COBOL v6.2. it needed to initialize a field to prevent the abend. COBOL v6.2 is not forgiving of uninitialized fields. Any experience with this, please? And is there some documen...
by BobP
Sat Jan 18, 2020 9:45 am
Forum: CICS, Middleware and MQ Series.
Topic: Is there a way to limit a CICS transaction execute?
Replies: 1
Views: 1106

Re: Is there a way to limit a CICS transaction execute?

I'll try to explain more. We've CICS Test regions. These test regions can execute some of the transaction using Tibco and APIs and we don't have any control on that. These 'interfaces' don't have the visibility of mainframe transaction they just wait for the "result set". If they don't get...
by BobP
Mon Jan 13, 2020 11:42 am
Forum: CICS, Middleware and MQ Series.
Topic: Is there a way to limit a CICS transaction execute?
Replies: 1
Views: 1106

Is there a way to limit a CICS transaction execute?

Hi,

Is there a way to limit the time a CICS transaction can execute in CICS? If yes, could you please guide how to do that?
by BobP
Tue Oct 08, 2019 12:08 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling FTP server down time.
Replies: 5
Views: 3554

Re: Handling FTP server down time.

Actually they were moving the servers physically as the office premises were changed but we had 50+ abends because of that even though we knew it! IT did not do anything apart from resubmitting the failed job after the server was up - after 20 hrs on a working day! In my past companies they will alw...
by BobP
Mon Oct 07, 2019 3:13 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling FTP server down time.
Replies: 5
Views: 3554

Re: Handling FTP server down time.

enrico-sorichetti wrote: Sun Oct 06, 2019 6:01 pmhow do they behave NOW for an unplanned servers downtime ???
They just let it abend.
only somebody technically challenged would run jobs which rely on the servers availability
Actually they just let the job abended and then restarted when the server was available.
by BobP
Fri Oct 04, 2019 6:31 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling FTP server down time.
Replies: 5
Views: 3554

Handling FTP server down time.

Want to know how do you handle a FTP server maintenance at your shop? I'm at a new shop and they have announced a maintenance window during which there will be some Jobs running on mainframe. These are Fusion Jobs and send data to these servers and will fail as the server is not avaliable. How do yo...
by BobP
Fri Jan 18, 2019 2:25 pm
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: S0C7, how to find the record in error?
Replies: 2
Views: 4268

Re: S0C7, how to find the record in error?

This is what I tried; Compuware Abend-AID --------- Fault Summary --------------------- Row 000001 COMMAND ===> SCROLL ===> CSR Shared Directory/Database... ABCDE.AAV17R2.ABCD.ABCD170.SHDRRPT For a list of databases, select DBLIST To view the Fault Summary for a specific type, select View Job Name o...
by BobP
Fri Jan 18, 2019 2:19 pm
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: S0C7, how to find the record in error?
Replies: 2
Views: 4268

S0C7, how to find the record in error?

Hi,

We have got a S0C7 is the production for a Job. We have abend-Aid installed and I tried to analyze it. But I could not figure out how to know which record is in error? How to find that?
by BobP
Mon Oct 01, 2018 8:53 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to determine CI size by key length?
Replies: 6
Views: 2095

Re: How to determine CI size by key length?

Yes, I was talking about KSDS. In general, key size has NO relationship to CI size. did you mean that there are case when there is a connection in between key-size and CI? CI size can only be certain values (512 to 8192 by 512, 8192 to 32760 by 2048) and you select the CI size based on the data set ...
by BobP
Mon Oct 01, 2018 8:24 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL built-in function to trim spaces.
Replies: 2
Views: 2416

Re: COBOL built-in function to trim spaces.

And the answer to your question is no, COBOL has no function to trim spaces. This is because COBOL does not have strings like languages such as C or Java. COBOL has variables. Variables are (almost always) fixed length and if there are not enough characters provided for the length of the variable, ...
by BobP
Fri Sep 28, 2018 9:38 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL built-in function to trim spaces.
Replies: 2
Views: 2416

COBOL built-in function to trim spaces.

HI All,

Is there any COBOL built-in function to trim spaces at the starting and ending of a variable.. please let me know.
by BobP
Mon Apr 09, 2018 12:20 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to determine CI size by key length?
Replies: 6
Views: 2095

How to determine CI size by key length?

Hi,

Am not very familiar with VSAM so asking this. How to determine CI size by key length? If the file length 25 and the file length is 2000? Is it based on CA size?
by BobP
Mon Mar 19, 2018 11:46 am
Forum: CICS, Middleware and MQ Series.
Topic: Test condition to bring down and up the CICS region.
Replies: 3
Views: 665

Re: Test condition to bring down and up the CICS region.

Thanks Robert for the reply. I read about PLT program and it is not easy to understand it. Will have more questions.

We have invoked the TRAN directly and experimenting if it if working as per test cases.
by BobP
Mon Feb 26, 2018 6:37 pm
Forum: CICS, Middleware and MQ Series.
Topic: Test condition to bring down and up the CICS region.
Replies: 3
Views: 665

Test condition to bring down and up the CICS region.

Hi,

There is a requirement which requires to issue a print as soon as the CICS region is brought up. Is there a way to really create a test case for such a situation, I mean apart from really bringing down or up the region, what can be possible way to do it? Can region up/down be mimicked?
by BobP
Tue Nov 21, 2017 6:04 pm
Forum: IBM DB2 and IMS DB/DC
Topic: GE status code while trying to insert data in ims database (ISRT call)
Replies: 0
Views: 914

GE status code while trying to insert data in ims database (ISRT call)

:unknown: Can any one suggest solution for GE status code while trying to insert data in ims database (ISRT call) ... IBM manual says For an ISRT call, DL/I cannot find one of the parents of the segment being inserted.For an ISRT call, DL/I was requested to insert a root segment outside of the acces...
by BobP
Wed Nov 08, 2017 10:12 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Reference modification for the receiving field?
Replies: 3
Views: 708

Reference modification for the receiving field?

Hi

is it possible to use reference modification for a receiving field in a COBOL program? For example, can we use something like this:

Code: Select all

MOVE 'ABC123' to WS-VAR-A(3:3). 
?
by BobP
Tue Dec 01, 2015 3:07 pm
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: ACCEPT in OpenCOBOL.
Replies: 14
Views: 8350

Re: ACCEPT in OpenCOBOL.

I am still getting the same results. As this is for learning only... I shall do some more experiments.

Go to advanced search