Hi Everyone,
Does any one has any documentation or videos related to web services in CICS, I want to enhance knowledge on web services.
Thanks
Search found 20 matches
- Mon Feb 26, 2024 10:34 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: Web services in CICS,
- Replies: 1
- Views: 2848
- Mon Feb 26, 2024 10:33 pm
- Forum: Ask for Job Guidance and referrals here.
- Topic: How's company Autozone for mainframes
- Replies: 2
- Views: 2135
How's company Autozone for mainframes
Hello,
Anyone has any idea about company Autozone for mainframe developer?
Anyone has any idea about company Autozone for mainframe developer?
- Fri Feb 23, 2024 2:49 pm
- Forum: Ask for Job Guidance and referrals here.
- Topic: roles and responsibilities for Console operations in Mainframes
- Replies: 4
- Views: 2578
roles and responsibilities for Console operations in Mainframes
Hi,
May I know what are the roles and responsibilities for Console operations in Mainframes. Can you please help me on this.
May I know what are the roles and responsibilities for Console operations in Mainframes. Can you please help me on this.
- Fri Feb 23, 2024 2:48 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: file status 35 in COBOL
- Replies: 2
- Views: 3247
file status 35 in COBOL
Anyone has idea on file status 35. I checked ddname and filename it's correct.
- Fri Feb 23, 2024 11:53 am
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Re: Copybook is being used by 10 different programs.
as usual replies are concerned only about the lowly technicalities things to consider ... legal / auditing / paper trail certification that the change has passed all the tests and all the affected components have been rebuilt most auditors frown about dates mismatches the developing environment us...
- Fri Feb 23, 2024 11:51 am
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Re: Copybook is being used by 10 different programs.
COBOL programs, when compiled, are not using variable names. They are using offset and length instead. So when making changes to a copy book, AS LONG AS THE OFFSET AND LENGTH do not change, the copy book does not need to be recompiled into programs. However, any changes to offsets or lengths req...
- Fri Feb 23, 2024 11:41 am
- Forum: Site Announcements and Rules.
- Topic: Create a "list of items".
- Replies: 8
- Views: 7441
- Fri Feb 23, 2024 11:41 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: increase the generation without loosing existing generation.
- Replies: 10
- Views: 4957
Re: increase the generation without loosing existing generation.
Thanks Robert. Now I am not sure what is SMS in your reply.
- Fri Feb 23, 2024 11:33 am
- Forum: Ask for Job Guidance and referrals here.
- Topic: Hiring policy of Infosys.
- Replies: 3
- Views: 2431
Re: Hiring policy of Infosys.
If Interview is happened and selected then they put that position on hold
- Wed Feb 14, 2024 11:56 am
- Forum: Site Announcements and Rules.
- Topic: Create a "list of items".
- Replies: 8
- Views: 7441
Re: Create a "list of items".
Thanks Anuj!
- Wed Feb 14, 2024 11:56 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: increase the generation without loosing existing generation.
- Replies: 10
- Views: 4957
Re: increase the generation without loosing existing generation.
Dimnaslore wrote: ↑Tue Feb 13, 2024 8:47 am Have you successfully implemented the suggested IDCAMS code to increase the generation limit without losing the existing generations in your GDG, and do you have any concerns about the potential loss of data in case of decreasing the limit?
Yes, IDCAMS solution is working fine for me.
- Wed Feb 14, 2024 11:55 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: increase the generation without loosing existing generation.
- Replies: 10
- Views: 4957
Re: increase the generation without loosing existing generation.
"When you say roller off that means "they are deleted? ". If yes, what happens to the data in them?" Depending upon how your site is set up, they may be immediately deleted or they may be in ROLLED-OFF status for some period of time. Eventually, they will be deleted. And just...
- Mon Feb 12, 2024 12:24 pm
- Forum: Site Announcements and Rules.
- Topic: Create a "list of items".
- Replies: 8
- Views: 7441
Re: Create a "list of items".
The editor has been updated, it gives a better interface and you can use keyboard short-cuts now, like 'ctrl+b' to bold the text. Though keeping this editor compatible with websites' software is cumbersome. As such "list" is not available now but if you know how to work with it, it'd stil...
- Mon Feb 12, 2024 12:24 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: increase the generation without loosing existing generation.
- Replies: 10
- Views: 4957
Re: increase the generation without loosing existing generation.
Try this: //STEP1 EXEC PGM=IDCAMS //SYSIN DD * ALTER YOUR.GDG.NAME LIMIT(30) /* One note: if you change the limit and decrease it, then generations will be rolled off so the GDG matches the new limit. Thanks Robert. Understood. When you say roller off that means "they are deleted? ". If y...
- Mon Feb 12, 2024 12:19 pm
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Re: Copybook is being used by 10 different programs.
I am also looking for the answer. I am not very sure about it.
- Mon Feb 12, 2024 12:18 pm
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Re: Copybook is being used by 10 different programs.
Are there filler fields in the copybook, and are they located at the end, or is there no filler or it's not at the end, which could impact every program using the copybook and require recompilation? This was interview question. Not a real time situation. One of the option given was that it had fill...
- Mon Feb 12, 2024 12:16 pm
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Re: Copybook is being used by 10 different programs.
It depends upon the changes. Assuming the copy book has some filler, and assuming that the filler is at the end of the copy book, then you can change it with little impact. If the copy book has no filler, or if the filler is not at the end, then every program using that copy book will need to be re...
- Tue Feb 06, 2024 6:02 pm
- Forum: Interview Questions.
- Topic: Copybook is being used by 10 different programs.
- Replies: 11
- Views: 3878
Copybook is being used by 10 different programs.
Hello All, I was being interviewed and in it received a question as: " suppose if a same copybook is being used by 10 different programs and if I change some fields / added new field of the copybook for one program then will it get impacted on the other set of programs. And if yes then what wil...
- Tue Feb 06, 2024 6:00 pm
- Forum: Site Announcements and Rules.
- Topic: Create a "list of items".
- Replies: 8
- Views: 7441
Create a "list of items".
Hi,
On this site, while writing how can we create a "list of items", like in Microsoft word? Like below example:
Item 1
item 2
item 3
This should come with numbers or bullet points?
On this site, while writing how can we create a "list of items", like in Microsoft word? Like below example:
Item 1
item 2
item 3
This should come with numbers or bullet points?
- Tue Feb 06, 2024 5:53 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: increase the generation without loosing existing generation.
- Replies: 10
- Views: 4957
increase the generation without loosing existing generation.
Hi everyone, i have a question, if I have GDG generations with limit 10 , now i want increase the generation limit to 30 how i can achieve it ? i mean without recreating the GDG again with 30 generations limit, in that case i'll be loosing the existing 10 generations, so without disturbing the exist...