Happy New Year to all!
Search found 50 matches
- Sat Jan 16, 2021 2:04 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Happy New year 2021!
- Replies: 5
- Views: 3708
- Sat Jan 16, 2021 2:01 pm
- Forum: You are a Guest.
- Topic: What exactly is a Mainframe?
- Replies: 1
- Views: 5710
Re: What exactly is a Mainframe?
Mainframe is a big computer used by banks and the big companies in the world.
- Sat Jan 16, 2021 2:00 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Program compiled through 4.2 or 6.2?
- Replies: 14
- Views: 5677
Re: Program compiled through 4.2 or 6.2?
This is an excellent source, Thanks for sharing it.lchui wrote: ↑Tue Nov 24, 2020 10:22 am Check out the COBOL Migration Portal. It is an invaluable resource to help clients on their decision and journey to migrate their COBOL applications:
https://www.ibm.com/support/knowledgece ... ortal.html
- Sun Nov 08, 2020 11:52 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Program compiled through 4.2 or 6.2?
- Replies: 14
- Views: 5677
Re: Program compiled through 4.2 or 6.2?
Is not COBOL 4.2 already out of support? No, it is not. End of Service is currently planned for end of April, 2022. You can find some COBOL compiler End of Service Dates here https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/dan-zhang1/2020/04/02/cobol-42-51-amp-52-abo-12-end-of-serv...
- Sun Nov 08, 2020 11:47 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Program compiled through 4.2 or 6.2?
- Replies: 14
- Views: 5677
Re: Program compiled through 4.2 or 6.2?
Hi, We are changing our COBOL compiler to COBOL 6.2. We were on COBOL 4.2. The path we are following is that we compile one program by one program. Now many times when a program we pick up from baseline to for new development, it's touch to know whether the program was installed with COBOl 6.2 or 4...
- Sun Nov 08, 2020 11:40 am
- Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
- Topic: IBM debug tool?
- Replies: 3
- Views: 3149
Re: IBM debug tool?
Thank you so much Anuj!
- Tue Oct 27, 2020 11:22 am
- Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
- Topic: IBM debug tool?
- Replies: 3
- Views: 3149
IBM debug tool?
Hi,
I'm in a new company, here they make use of IM Debug Tool. Does anyone have document of IBM debug tool? Please share or guide.
I'm in a new company, here they make use of IM Debug Tool. Does anyone have document of IBM debug tool? Please share or guide.
- Sat Oct 03, 2020 6:14 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: Difference between unload and image copy.
- Replies: 0
- Views: 875
Difference between unload and image copy.
Hi,
We had been loading data for testing using unload from production however a DBA told has in a webinar to use IMAGE COPY for this. Is not unload similar to IMAGE COPY?
We had been loading data for testing using unload from production however a DBA told has in a webinar to use IMAGE COPY for this. Is not unload similar to IMAGE COPY?
- Sat Sep 12, 2020 7:27 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Program compiled through 4.2 or 6.2?
- Replies: 14
- Views: 5677
Re: Program compiled through 4.2 or 6.2?
Is not COBOL 4.2 already out of support?
- Sat Sep 12, 2020 7:25 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Difference between FTP, MFTP, Fusion and C :E.
- Replies: 1
- Views: 1512
Difference between FTP, MFTP, Fusion and C :E.
Hi, I have joined a new company and we get in to production support every trailing week. And with so many incidents I've seen they have been using very different transfer methods like, FTP, MFTP, Fusion and C :E.. They fail with different errors, what is the use of having so many ways to transfer fi...
- Sun Oct 13, 2019 4:03 pm
- Forum: JCL - Job Control Language.
- Topic: COND at first step of Job.
- Replies: 1
- Views: 1143
COND at first step of Job.
Hi.
Is not it line COND at first step of Job will always be false? And the step will always get executed, right?
I ask this because I saw a job which has got COND=(4,LT) at first step since 1995. This is rather misleading. Is my understanding correct?
Is not it line COND at first step of Job will always be false? And the step will always get executed, right?
I ask this because I saw a job which has got COND=(4,LT) at first step since 1995. This is rather misleading. Is my understanding correct?
- Wed Jun 26, 2019 9:05 pm
- Forum: Mainframe Performance, Capacity Planning and Software Cost.
- Topic: True measure of CPU Time.
- Replies: 5
- Views: 6366
Re: True measure of CPU Time.
Thanks. But then what is use of saving CPU seconds? How do you showcase them to your managers?
- Wed Jun 26, 2019 8:05 pm
- Forum: Mainframe Performance, Capacity Planning and Software Cost.
- Topic: True measure of CPU Time.
- Replies: 5
- Views: 6366
True measure of CPU Time.
Hi, How can we measure the CPU utilization by a Job? I have Job which executes a program. Now this program was using linear search while now has been change to use Binary Search. There is change in CPU time which I picked up from SYSOUT of the Job. Can this time be used as to show the CPU utilizatio...
- Wed May 29, 2019 1:37 pm
- Forum: JCL - Job Control Language.
- Topic: Override the DD in JCL.
- Replies: 1
- Views: 1685
Re: Override the DD in JCL.
Use like below to override file which r under single DD name:
Eg : need to override 2nd file
Eg : need to override 2nd file
Code: Select all
STEP1.SORTIN DD DSN= dummy
DD DSN=file2
DD DSN=dummy
DD DSN=dummy
DD DSN=dummy
- Tue Dec 04, 2018 10:12 pm
- Forum: File-AID and IBM File Manager.
- Topic: Work with file aid compare to work against multiple record types.
- Replies: 8
- Views: 7978
Re: Work with file aid compare to work against multiple record types.
Thanks all for your suggestion. I did look at documentation but did not find something to give me a direction. Honestly, I could not spend much time on it though I shall try again. Thanks for suggestion so far. Yes, Robert I saw those options but once I gave "C" in front of the variables a...
- Thu Nov 22, 2018 7:13 pm
- Forum: File-AID and IBM File Manager.
- Topic: Work with file aid compare to work against multiple record types.
- Replies: 8
- Views: 7978
Re: Work with file aid compare to work against multiple record types.
To make my life easy I made two simple files to compare: MISXY2.FILEAID.COMPARE.TEST. Another file MISXY2.FILEAID.COMPARE.TEST1. As of now both the files are just copy of each other: VIEW MISXY2.FILEAID.COMPARE.TEST Columns 00001 00072 Command ===> Scroll ===> CSR ****** ****************************...
- Mon Nov 19, 2018 7:54 pm
- Forum: File-AID and IBM File Manager.
- Topic: Work with file aid compare to work against multiple record types.
- Replies: 8
- Views: 7978
Work with file aid compare to work against multiple record types.
Can someone please help me to work with file aid compare to work against multiple record types? If yes, can someone please provide with couple of examples. I had been struggling to get it setup.
- Wed Jul 18, 2018 9:57 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: How to know LINKLIST order?
- Replies: 8
- Views: 4956
Re: How to know LINKLIST order?
By "searching" and finding where the member is, what can we do? I mean If they don't give the authority to view/edit it's ok but browsing should not be banned.Robert Sample wrote: ↑Wed Jul 18, 2018 7:09 amSearching a library can be a security violation depending upon how the site's security is set up
- Wed Jul 18, 2018 9:36 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: How to know LINKLIST order?
- Replies: 8
- Views: 4956
Re: How to know LINKLIST order?
Hi Robert,
I tried it locating using ISPF and 3.4 option. but it showed me like in the screen shot:
With SYS*.PARMLIB also I got the same error.
I tried it locating using ISPF and 3.4 option. but it showed me like in the screen shot:
With SYS*.PARMLIB also I got the same error.
- Wed Jul 18, 2018 9:17 am
- Forum: IBM DB2 and IMS DB/DC
- Topic: Pre-compilation when DB2 is down.
- Replies: 8
- Views: 2592
Re: Pre-compilation when DB2 is down.
It compiled well even when the DB2 was down.