Search found 22 matches

by Rima Bali
Wed Oct 03, 2018 2:23 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: AMBCLIST by Mark Zelden.
Replies: 10
Views: 4047

Re: AMBCLIST by Mark Zelden.

I just wanted to any possible errors.

I was thinking when I pass the PANEL like this in the CLIST

Code: Select all

ISPEXEC DISPLAY PANEL(AMBPANEL)
Will the CLIST pick it up from correct location? Or do I need to make some adjustments to refer to my personal PDS of panel?
by Rima Bali
Tue Oct 02, 2018 9:10 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: AMBCLIST by Mark Zelden.
Replies: 10
Views: 4047

Re: AMBCLIST by Mark Zelden.

nicc wrote: Mon Oct 01, 2018 2:23 pmWhy cut and paste? Why not select the member in your PDS and copy the data set.
I did that because the data-sets created after FTP has these attrbutes:

Record format : VB
Data length . : 252

But my PDS in which I have the CLIST and PANEL are of FB and 80 LRECL.
by Rima Bali
Mon Oct 01, 2018 2:12 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: AMBCLIST by Mark Zelden.
Replies: 10
Views: 4047

Re: AMBCLIST by Mark Zelden.

Hi Enrico, I did it again but I see the same problem again. 1. I downloaded the CLIST and PANEL definition on the PC. Clicked on the links from Mark Zelden website, right-click and save as. Saved CLIST and PANEL as text file on the desktop. 2. Uploaded them to mainframe using command line FTP. This ...
by Rima Bali
Tue Sep 25, 2018 2:27 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: AMBCLIST by Mark Zelden.
Replies: 10
Views: 4047

Re: AMBCLIST by Mark Zelden.

Hi Enrico, This is the Panel info: )ATTR + TYPE(TEXT) INTENS(LOW) % TYPE(TEXT) INTENS(HIGH) _ TYPE(INPUT) INTENS(HIGH) )BODY EXPAND (//) %-/-/ Interactive AMBLIST -/-/ %COMMAND ===>_ZCMD + + + Valid options: + 1=LISTIDR 2=LISTLOAD XREF 3=LISTLOAD 4=LISTOBJ 5=LISTLPA + + List option ===>_O+ + Library...
by Rima Bali
Tue Sep 25, 2018 10:50 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: AMBCLIST by Mark Zelden.
Replies: 10
Views: 4047

AMBCLIST by Mark Zelden.

Hi, I have trying to run the AMBCLIST by Mark Zelden from here: http://mzelden.com/mvsutilr.html#tso I am getting the below error, can someone please guide on how to resolve it: Command ===> More: + ****************************************************************************** * ISPP133 * * * * Pane...
by Rima Bali
Mon Sep 24, 2018 3:04 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: EXTRACT THE COMPILE DATE AND TIME FOR A LOAD MODULE.
Replies: 3
Views: 2359

EXTRACT THE COMPILE DATE AND TIME FOR A LOAD MODULE.

Hi, Will AMBLIST give the compile date and time of all the programs? Actually, as we don't have any source code management toll in place yet. We approached the support to know the Compile Date and Time for a few programs. We had been told that IBM UTILITY AMBLIST will do that easily. It works but if...
by Rima Bali
Mon Apr 30, 2018 3:44 pm
Forum: Terminology is Important.
Topic: DCB and DSCB.
Replies: 12
Views: 26632

Re: DCB and DSCB.

nicc wrote: Mon Apr 30, 2018 3:31 pmSMS = System Managed Storage as you would have found out if you did some research instead of jist asking people to do your research for you.
Sorry nicc. I was searching for it but could not get it. Got it later. I understand it now that it is storage management subsystem.
by Rima Bali
Mon Apr 30, 2018 3:43 pm
Forum: Terminology is Important.
Topic: DCB and DSCB.
Replies: 12
Views: 26632

Re: DCB and DSCB.

I got a link describing about SMS. Was not able to get it before. One more question though, If SMS does not support DSCB then if there is a system which make use of DSCB then how will it keep on working when SMS is active?
by Rima Bali
Mon Apr 30, 2018 3:30 pm
Forum: Terminology is Important.
Topic: DCB and DSCB.
Replies: 12
Views: 26632

Re: DCB and DSCB.

The requirement used to be that a model DSCB was required to create a new generation of a GDG. With the advent of system-managed storage (SMS), the necessity of using a model DSCB was eliminated since SMS does not support model DSCB. If you are creating generation data sets that are non-SMS, you ma...
by Rima Bali
Mon Apr 30, 2018 3:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Rolling back the COBOL program changes.
Replies: 9
Views: 1985

Re: Rolling back the COBOL program changes.

There is no defined good practice for what you have done. In the future, do not allow 4 groups to update the same program. Many source code management systems allow only one check out at a time of a given program, which is one way to prevent the situation you're in. Thanks. But we are not using any...
by Rima Bali
Mon Apr 30, 2018 2:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Rolling back the COBOL program changes.
Replies: 9
Views: 1985

Re: Rolling back the COBOL program changes.

zprogrammer wrote: Sat Apr 28, 2018 6:53 pmThis is why we have Version controlling in place ..
But can a version control tool merge the changes form different programmers?
by Rima Bali
Thu Apr 26, 2018 8:11 pm
Forum: Terminology is Important.
Topic: DCB and DSCB.
Replies: 12
Views: 26632

Re: DCB and DSCB.

I have not seen DSCB being used. So is that like some people just decide about using it and some do not? Is there no rule?
by Rima Bali
Thu Apr 26, 2018 8:06 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Rolling back the COBOL program changes.
Replies: 9
Views: 1985

Rolling back the COBOL program changes.

Hi, Assume there is a program1 which has got changes. We have our team divided in 4 different locations. Now, all of us are making changes in this program for different requirement. Every one has retrofitted the code changes for other teams and doing UAT. But in case, we go for production deployment...
by Rima Bali
Thu Apr 26, 2018 7:55 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: CONTINUE in IF statement.
Replies: 7
Views: 1347

Re: CONTINUE in IF statement.

Thanks Robert. Your answer helped.
by Rima Bali
Thu Apr 26, 2018 7:50 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling Nordic character in 'text-to-columns' in excel.
Replies: 7
Views: 1465

Re: Handling Nordic character in 'text-to-columns' in excel.

Thanks.

I am testing it. Will keep posted about the results.
by Rima Bali
Tue Apr 24, 2018 10:50 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: CONTINUE in IF statement.
Replies: 7
Views: 1347

Re: CONTINUE in IF statement.

Robert Sample wrote: Fri Apr 20, 2018 5:10 pmWhat part of my first answer was unclear?
Sorry if it offended you. Just wanted to confirm!
by Rima Bali
Tue Apr 24, 2018 10:48 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling Nordic character in 'text-to-columns' in excel.
Replies: 7
Views: 1465

Re: Handling Nordic character in 'text-to-columns' in excel.

Thanks Robert. I have used the following FTP card: QUOTE SITE MBD=(IBM-037,IBM-1142) PUT 'file1' Shipment_20&LYYMMDD.&LHHMMSS..F PUT 'file2' Order_20&LYYMMDD.&LHHMMSS..F many other PUT commands QUIT I need one more help. 1. There is a screen which can be accessed from a lot of geogra...
by Rima Bali
Fri Apr 20, 2018 10:44 am
Forum: Site Announcements and Rules.
Topic: Moderator's Interview Series: nicc.
Replies: 3
Views: 3587

Re: Moderator's Interview Series: nicc.

Anuj Dhawan wrote: Wed Dec 06, 2017 11:16 amWe never needed to advertise because computers WERE mainframes and no-one knew about them. Now there are PCs everywhere and evry one knows about PCs (but not COMPUTERS).
So you want to say there is a difference between PCs and COMPUTERS? What is the difference?
by Rima Bali
Fri Apr 20, 2018 10:42 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: CONTINUE in IF statement.
Replies: 7
Views: 1347

Re: CONTINUE in IF statement.

Thanks for the insight. That means both the below codes will behave same? IF TB-ABCDE-NORESP AND WS-LTYPE-PART AND TB-ABCDE-ACTIVE IF (WS-IMSSEG-NORESP AND OR-CA-CODE = 'BO') OR (OEMJCARRI = 'BO' OR OEMCARRI = 'BO') IF TB-FLG AND (WS-NO-H-SW = 'Y') CONTINUE .. and IF TB-ABCDE-NORESP AND WS-LTYPE-PAR...
by Rima Bali
Fri Apr 20, 2018 10:37 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling Nordic character in 'text-to-columns' in excel.
Replies: 7
Views: 1465

Re: Handling Nordic character in 'text-to-columns' in excel.

Thanks. I am not very aware about the code page concept, could you please elaborate it? For FTP, based on what you have said, I have searched what keyword can be used and I find it should be SITE, can you please confirm. I have looked at it here: http://www-01.ibm.com/support/docview.wss?uid=nas8N10...

Go to advanced search