Search found 48 matches

by KavalJeet
Sat Feb 06, 2021 9:56 pm
Forum: CICS, Middleware and MQ Series.
Topic: TSQ value is getting vanished.
Replies: 2
Views: 1147

Re: TSQ value is getting vanished.

Hi Robert, Thanks for the answer. Please allow me some time and I'll post the required information. We have recently upgraded to CICS v5.5 and I have been told that it supports container / channel. I am not very familiar with this concept and I did some reading online about it but I don't feel like ...
by KavalJeet
Fri Feb 05, 2021 11:11 am
Forum: CICS, Middleware and MQ Series.
Topic: TSQ value is getting vanished.
Replies: 2
Views: 1147

TSQ value is getting vanished.

Hi, I've a CICS program in which there is a value which I'm writing to TSQ. This value I need on next 'start' of the program but some where in the program this value, which is a flag, is getting lost when I read the TSQ again. Ideal logic is that I figure out that why data in TSQ is getting initiali...
by KavalJeet
Sat Oct 03, 2020 5:37 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What's after FETCH nnn rows.
Replies: 1
Views: 647

What's after FETCH nnn rows.

Hi Friends, I've a huge table in production. Which I need to unload. It's taking a lot of time to unload this table. I thought to unload it in 'pieces' like unload some rows of it then rest of it. To do that, I used FETCH FIRST nnnnn rows from the table, this is order by a column. But now how do I u...
by KavalJeet
Sat Oct 12, 2019 10:41 am
Forum: IBM DB2 and IMS DB/DC
Topic: DBCTL in IMS.
Replies: 2
Views: 1731

DBCTL in IMS.

Hi, What is the use of DBCTL in IMS DB? Does DBCTL defines the database? We have 3 DBCTL in production but in previous it was only one. What is the benefit of having more than one of them? I read about it but don't understand it. Can someone please guide? [ Post made via Android ] https://www.zmainf...
by KavalJeet
Tue Jul 09, 2019 6:09 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Copy VSAM with an existing attributes.
Replies: 1
Views: 3126

Copy VSAM with an existing attributes.

Hi,

If I need to copy a VSAM file to another VSAM file where I change the name of the output VSAM. In doing so is there a possibility to copy the input VSAM attributes to output VSAM? Just like model DCB parameters?
by KavalJeet
Fri Nov 02, 2018 4:56 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Pointers in COBOL.
Replies: 2
Views: 1128

Pointers in COBOL.

Hi, When should we think about using pointers in COBOL? Is there a situation which can not be solved without pointers? I did look at some documentation https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzase/dfinpnt.htm but I am not sure if I got the answer yet. Could someone please share ...
by KavalJeet
Fri Jul 06, 2018 6:02 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: timestampdiff function .
Replies: 2
Views: 982

Re: timestampdiff function .

Thanks Robert.
by KavalJeet
Fri Jul 06, 2018 5:59 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Micro-services on Mainframes.
Replies: 2
Views: 587

Re: Micro-services on Mainframes.

May you are right that there is a lot of misperception about it. In our company they waned to develop microservices outside legacy platforms, that's the only statement we hear.
by KavalJeet
Thu Jul 05, 2018 5:40 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Micro-services on Mainframes.
Replies: 2
Views: 587

Micro-services on Mainframes.

Hi All,

Though it is possible to develop microservices on Mainframes as well as as400 why is it that customers are wanting to develop microservices outside legacy platforms rather than doing it within IBM i or IBM z

Any answers would help.
by KavalJeet
Wed Jul 04, 2018 7:43 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: extract the list of abended jobs from scheduler.
Replies: 2
Views: 1534

extract the list of abended jobs from scheduler.

Hi, Can any one suggest how to access jobtrac using REXX or jcl?

Purpose: I want to extract the list of abended jobs from scheduler

[ Post made via Android ] Image
by KavalJeet
Fri Mar 09, 2018 10:34 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: timestampdiff function .
Replies: 2
Views: 982

timestampdiff function .

Does anybody know what should be the data type for the return value of timestampdiff function when it is using In COBOL?
by KavalJeet
Fri Nov 03, 2017 8:07 am
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: SYMNAMES in SORT.
Replies: 1
Views: 1056

SYMNAMES in SORT.

Hi,

How and when we make use of SYMNAMES in SORT?Could anyone please explain it to me. I dont' get it.
by KavalJeet
Fri Sep 22, 2017 9:15 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Numeric check on ZEROS in COBOL.
Replies: 4
Views: 2656

Re: Numeric check on ZEROS in COBOL.

16792 WS-C1 is a penalty and will always be numeric You REALLY need to learn COBOL rather than spouting off about things you have no clue about. In the code you posted, WS-C1 is PIC X(4) and starts the program with spaces in it; spaces are NOT numeric and hence your statement I quoted is TOTALLY BO...
by KavalJeet
Thu Sep 21, 2017 11:13 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Numeric check on ZEROS in COBOL.
Replies: 4
Views: 2656

Re: Numeric check on ZEROS in COBOL.

Actually the real problem came in when I started looking at an existing program. The code is something like this: 05 WS-PENALTY. 10 WS-C1 PIC X(4) VALUE SPACES. 10 WS-C2 PIC X(2) VALUE '00'. 05 WS-PENALITY1 REDEFINES WS-PENALTY PIC 9(6). . . . CALL 'A-TABLE-ROUTINE' USING TBLE-VARIABLE IF TBLE-RESP ...
by KavalJeet
Wed Sep 20, 2017 10:39 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Numeric check on ZEROS in COBOL.
Replies: 4
Views: 2656

Numeric check on ZEROS in COBOL.

Hi,

Will checking a variable like

WS-VAR > 0 and

WS-VAR > ZEROS

will yield the same results? When WS-VAR is defined as PIC (X)?
by KavalJeet
Wed Feb 08, 2017 2:55 pm
Forum: Interview Questions.
Topic: Question Temporary Data Sets.
Replies: 9
Views: 2402

Re: Question Temporary Data Sets.

I could not tell it well what I wanted to ask but that is fine. Thanks for the answeres.
by KavalJeet
Wed Feb 08, 2017 2:51 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How to make a COBOL program wait?
Replies: 10
Views: 3095

Re: How to make a COBOL program wait?

Thanks Robert and William. I did some reading online about it and one of the place it was written like this in support of wait and it confuses me whether or not wait is a good option in COBOL batch or COBOL-CICS: maybe you want to switch the CICS dump data sets or perhaps start an online transaction...
by KavalJeet
Tue Feb 07, 2017 2:58 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How to make a COBOL program wait?
Replies: 10
Views: 3095

Re: How to make a COBOL program wait?

14159 Is this a CICS or batch program? If CICS you could start the transaction with an interval. If batch, this is a SPECTACULARLY BAD DESIGN. Batch programs should NEVER wait -- you are tying up system resources with such a design. And there is no facility in COBOL to do such a wait (which SHOULD ...
by KavalJeet
Mon Feb 06, 2017 11:02 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: In which language mainframe is written?
Replies: 4
Views: 741

Re: In which language mainframe is written?

Thanks forthe answers.

I was talking about zOS as "base software". As UNIX is written in C.

And was curious to know about COBOL too that in what language it is written?

Go to advanced search