Hi,
Could you share more details on what exactly are you trying to do?
Search found 25 matches
- Wed Jul 10, 2024 5:28 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: JCL link problem
- Replies: 1
- Views: 2592
- Thu Nov 15, 2018 12:22 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Automated retrofitting.
- Replies: 3
- Views: 1196
Automated retrofitting.
Hi,
Are there tools in which an automated retrofit is allowed? As far as I know it is usually done manually.
Are there tools in which an automated retrofit is allowed? As far as I know it is usually done manually.
- Thu Nov 15, 2018 12:15 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: Are SORT FIELDS=COPY and OPTION COPY same?
- Replies: 9
- Views: 8985
- Mon Nov 12, 2018 12:48 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: Are SORT FIELDS=COPY and OPTION COPY same?
- Replies: 9
- Views: 8985
Re: Are SORT FIELDS=COPY and OPTION COPY same?
Yes, they are equal. See this also: kb/viewarticle?a=25
- Fri Apr 29, 2016 12:34 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Automation of SDLC process.
- Replies: 4
- Views: 541
Re: Automation of SDLC process.
In traditional ways like using mainframes, it does not allow multiple updates...or you are saying it might?Either your group needs to not allow multiple updates to the same program to be happening simultaneously, or the group needs to develop some standard processes for handling such issues.
- Fri Apr 29, 2016 12:33 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Automation of SDLC process.
- Replies: 4
- Views: 541
Re: Automation of SDLC process.
Can you name of some of them? Or give an idea to search on a term in google, my search did not gave me desired results.There are some tools on the market for source code management that allow multiple update branches, but they tend to be pretty costly if you don't already own one of them.
- Fri Apr 29, 2016 12:31 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
Re: COBOL quality check on mainframes, any tool?
Quality in code is a very broad topic, anyway -- programming styles differ and hence what one person writes in 2000 lines of COBOL may take someone else 3000 lines of COBOL. Yet both programs produce the same result on the same input data, and the 3000-line program is structured such that it is ea...
- Thu Apr 28, 2016 10:59 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
Re: COBOL quality check on mainframes, any tool?
I use the source indentation as a quality check on the programmer(s) that wrote the code. If the indentation is sloppy (some 4, some 3, some 9 columns for example) then I expect the code to be sloppy as well and check it MUCH more closely than I otherwise would. Can such things be taken care in mo...
- Thu Apr 28, 2016 10:57 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Automation of SDLC process.
- Replies: 4
- Views: 541
Automation of SDLC process.
Hi, We use Changeman for change control. For any new change-request, we'll identify the COBOL programs impacted and then check-them out in a changeman package. In case there any other parallel requirement which also involves some of the components from requirement one, it becomes a tough process to ...
- Fri Dec 18, 2015 3:24 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
Re: COBOL quality check on mainframes, any tool?
Thanks for all the replies.
So basically a programmer has to it all manually and no such automated tool is available.
So basically a programmer has to it all manually and no such automated tool is available.
- Wed Dec 16, 2015 6:06 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
Re: COBOL quality check on mainframes, any tool?
Yes I mean ISPF editor. But we manually align in ISPF or have I missed some functionality of it?
- Mon Nov 30, 2015 3:07 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: How to know operating system name and version in use?
- Replies: 4
- Views: 3390
Re: How to know operating system name and version in use?
1. Not a TSO command, but if you go into ISPF option 7.3 and press DOWN a couple of times will get you to the variable ZOS390RL. The contents of ZOS390RL will be what you need. 2. ISPVCALL: Written by the great Doug Nadel, ISPVCALL provides many interesting details about a TSO/ISPF session, along w...
- Mon Nov 30, 2015 3:05 pm
- Forum: Site Announcements and Rules.
- Topic: Recent access to the Forums - apologies.
- Replies: 5
- Views: 3332
Re: Recent access to the Forums - apologies.
This is an old post but I saw some of the mainframe related posts on facebook but I am not sure which group is yours? Can you please share the link for the FB group?
- Mon Nov 30, 2015 3:03 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
Re: COBOL quality check on mainframes, any tool?
Thanks. I have searched online on Beautifier for COBOL and found some links. But all searches suggest for a product to be purchased... can nothing be done in REXX or in the COBOL editor itself?
- Thu Nov 26, 2015 12:22 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: COBOL quality check on mainframes, any tool?
- Replies: 16
- Views: 2867
COBOL quality check on mainframes, any tool?
Hi,
I amwondering if there are any tools which can verify a COBOL source for indentation mistakes? For example on conditional constructs like IF THEN ELSE construst. Or verify COBOL source for code duplication ...
I amwondering if there are any tools which can verify a COBOL source for indentation mistakes? For example on conditional constructs like IF THEN ELSE construst. Or verify COBOL source for code duplication ...
- Thu May 22, 2014 1:33 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: How to check for Null Indicator in COBOL?
- Replies: 5
- Views: 9493
Re: How to check for Null Indicator in COBOL?
Greatly explained. This helps. Thank you.
- Thu May 22, 2014 1:32 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: How to know operating system name and version in use?
- Replies: 4
- Views: 3390
Re: How to know operating system name and version in use?
Thanks Pandora-Box. Is there any TSO command also you can help with.
- Wed May 14, 2014 3:18 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: How to know operating system name and version in use?
- Replies: 4
- Views: 3390
How to know operating system name and version in use?
Hi,
How to know operating system name and version we are using? Is there any TSO command?
How to know operating system name and version we are using? Is there any TSO command?
- Wed May 14, 2014 3:09 pm
- Forum: Site Announcements and Rules.
- Topic: Recent access to the Forums - apologies.
- Replies: 5
- Views: 3332
Re: Recent access to the Forums - apologies.
That's why I was not able to log in. But is there any way to get informaed.
There is no need of apology I think
There is no need of apology I think
- Wed May 14, 2014 2:57 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: How to check for Null Indicator in COBOL?
- Replies: 5
- Views: 9493
Re: How to check for Null Indicator in COBOL?
Thanks Enrico, I thought I'll get a better understanding here..