
Search found 16 matches
- Tue Oct 29, 2024 10:42 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Practical mainframe questions.
- Replies: 2
- Views: 3904
Re: Practical mainframe questions.
This is a great collection, thank you for sharing! 

- Tue Oct 29, 2024 10:40 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: send email with an attachment from the mainframe
- Replies: 12
- Views: 5526
Re: send email with an attachment from the mainframe
Thank you everyone for your help. We are working on our process to make it work, based on the inputs.
- Mon Oct 21, 2024 1:04 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: send email with an attachment from the mainframe
- Replies: 12
- Views: 5526
Re: send email with an attachment from the mainframe
I am not sure about it, I shall ask around about it.
- Mon Oct 21, 2024 1:03 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: send email with an attachment from the mainframe
- Replies: 12
- Views: 5526
Re: send email with an attachment from the mainframe
Thank you everyone for the pointers. I am new to it all, I am working on it. Will get back you how it works out.
- Sat Oct 12, 2024 4:08 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: send email with an attachment from the mainframe
- Replies: 12
- Views: 5526
send email with an attachment from the mainframe
Hi,
Can anyone help on How to send email with an attachment from the mainframe?
Thanks,
Can anyone help on How to send email with an attachment from the mainframe?
Thanks,
- Sat Aug 24, 2024 4:02 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: convert S9(5)V9(2) Comp 3 to alphanumeric
- Replies: 3
- Views: 3832
Re: convert S9(5)V9(2) Comp 3 to alphanumeric
zum13Hello. It's just a matter of moving your non-displayable value to a field that is displayable. So, for S9(5)V9(2), a field defined as -9(5).9(2) would give you a result which would be an minus sign (or blank if the number is positive) and your number with leading zeros. Changing the minus to a...
- Sat Aug 24, 2024 3:57 pm
- Forum: Introduce Yourself and Share Your IT Experience.
- Topic: MyOggradio
- Replies: 4
- Views: 5327
Re: MyOggradio
Welcome to the Forums!
- Tue Apr 16, 2024 2:31 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: convert S9(5)V9(2) Comp 3 to alphanumeric
- Replies: 3
- Views: 3832
convert S9(5)V9(2) Comp 3 to alphanumeric
Hi,
How can we convert S9(5)V9(2) Comp 3 to alphanumeric so that i can display the amount??
Thanks for the help.
How can we convert S9(5)V9(2) Comp 3 to alphanumeric so that i can display the amount??
Thanks for the help.
- Thu Feb 09, 2023 11:22 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: 180 sqlcode
- Replies: 1
- Views: 2798
180 sqlcode
I am getting 180 sqlcode while selecting record from table where date is current date ... didn't find any issue with date format...what could be the reason...any suggestions
- Thu Feb 09, 2023 11:20 pm
- Forum: Interview Questions.
- Topic: S0C7 question.
- Replies: 1
- Views: 1213
S0C7 question.
I have one million recordings in my input file, I got SOC7 error for one of the record amount field, I found exact location of the program using offset valve, now I want to restart my job, before that I want find error records and remove from input file, how can I find from 1 million records, please...
- Tue Jan 03, 2023 3:50 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Happy New year
- Replies: 2
- Views: 3132
Happy New year
Happy New Year everyone!
- Wed Dec 28, 2022 8:13 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Why do we still use COBOL?
- Replies: 3
- Views: 1731
Re: Why do we still use COBOL?
Thanks for the detailed answer, Robert.
But if today someone starts a new business, do you think choosing mainframes is a good option?
But if today someone starts a new business, do you think choosing mainframes is a good option?
- Sun Dec 25, 2022 6:48 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Merry Christmas.
- Replies: 2
- Views: 2895
Re: Merry Christmas.
Happy Christmas!
- Tue Dec 13, 2022 12:06 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Count the number of records on tape file.
- Replies: 5
- Views: 1696
Re: Count the number of records on tape file.
CA Tape management can give you the number of records, but I doubt you can use that number in a program. It's like using a tool=panel and looking at that number.
- Tue Dec 13, 2022 12:05 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Why do we still use COBOL?
- Replies: 3
- Views: 1731
Why do we still use COBOL?
Hi, It is a rather curiosity question so I might face some friction. Should I :unknown: , but I still want to ask it. Question is why do we still use COBOL? When there are many other languages specially like C and Python are supported on mainframes? As mush I ask it and research the answer usually c...
- Thu Oct 01, 2015 11:44 am
- Forum: IBM DB2 and IMS DB/DC
- Topic: IMS GHU call and checkpoint restart.
- Replies: 0
- Views: 895
IMS GHU call and checkpoint restart.
Hello, In may of our programs we have GHU calls. We thought that the buffers are only used by Update calls when update executes and will be released after Checkpoint. But DBAs at our company think otherwise. According to them, buffer allocation is high and they want us to do checkpoint cheking durin...