Search found 24 matches

by Mukul Roy
Thu Nov 15, 2018 12:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Automated retrofitting.
Replies: 3
Views: 972

Automated retrofitting.

Hi,

Are there tools in which an automated retrofit is allowed? As far as I know it is usually done manually.
by Mukul Roy
Thu Nov 15, 2018 12:15 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Are SORT FIELDS=COPY and OPTION COPY same?
Replies: 9
Views: 6040

Re: Are SORT FIELDS=COPY and OPTION COPY same?

nicc wrote: Tue Nov 13, 2018 2:13 pm And for a straight copy job IEBGENER or ICEGENER should be used
Is there a reason to use IEBGENER?
by Mukul Roy
Mon Nov 12, 2018 12:48 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Are SORT FIELDS=COPY and OPTION COPY same?
Replies: 9
Views: 6040

Re: Are SORT FIELDS=COPY and OPTION COPY same?

Yes, they are equal. See this also: kb/viewarticle?a=25
by Mukul Roy
Fri Apr 29, 2016 12:34 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Automation of SDLC process.
Replies: 4
Views: 403

Re: Automation of SDLC process.

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.
In traditional ways like using mainframes, it does not allow multiple updates...or you are saying it might?
by Mukul Roy
Fri Apr 29, 2016 12:33 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Automation of SDLC process.
Replies: 4
Views: 403

Re: Automation of SDLC process.

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.
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.
by Mukul Roy
Fri Apr 29, 2016 12:31 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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...
by Mukul Roy
Thu Apr 28, 2016 10:59 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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...
by Mukul Roy
Thu Apr 28, 2016 10:57 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Automation of SDLC process.
Replies: 4
Views: 403

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 ...
by Mukul Roy
Fri Dec 18, 2015 3:24 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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.
by Mukul Roy
Wed Dec 16, 2015 6:06 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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?
by Mukul Roy
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: 3007

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...
by Mukul Roy
Mon Nov 30, 2015 3:05 pm
Forum: Site Announcements and Rules.
Topic: Recent access to the Forums - apologies.
Replies: 5
Views: 3028

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?
by Mukul Roy
Mon Nov 30, 2015 3:03 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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?
by Mukul Roy
Thu Nov 26, 2015 12:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL quality check on mainframes, any tool?
Replies: 16
Views: 2314

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 ...
by Mukul Roy
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: 7550

Re: How to check for Null Indicator in COBOL?

Greatly explained. This helps. Thank you.
by Mukul Roy
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: 3007

Re: How to know operating system name and version in use?

Thanks Pandora-Box. Is there any TSO command also you can help with.
by Mukul Roy
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: 3007

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?
by Mukul Roy
Wed May 14, 2014 3:09 pm
Forum: Site Announcements and Rules.
Topic: Recent access to the Forums - apologies.
Replies: 5
Views: 3028

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
by Mukul Roy
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: 7550

Re: How to check for Null Indicator in COBOL?

Thanks Enrico, I thought I'll get a better understanding here..
by Mukul Roy
Tue May 06, 2014 3:13 pm
Forum: IBM DB2 and IMS DB/DC
Topic: How to check for Null Indicator in COBOL?
Replies: 5
Views: 7550

How to check for Null Indicator in COBOL?

Hi,

When I select some data from DB2 using SQL in COBOL program and a column in DB2 contains Null then how to capture and test that the column is Null? If you can guide me, that will be helpful.

Go to advanced search