Search found 50 matches

by Ashish Mathew
Sat Apr 14, 2018 6:06 pm
Forum: SAS & Cloud Computing.
Topic: Writing 'Hello World' program in SAS.
Replies: 12
Views: 11266

Re: Writing 'Hello World' program in SAS.

If your site support group will not help you, either you need to change your goals or learn how to research things on your own. I'd start by using ISPF search (3.14 usually) on SYS1.PROCLIB to find out which procedures invoke SAS -- but then, I am a systems programmer with unlimited access to the s...
by Ashish Mathew
Tue Feb 20, 2018 6:55 pm
Forum: SAS & Cloud Computing.
Topic: Writing 'Hello World' program in SAS.
Replies: 12
Views: 11266

Re: Writing 'Hello World' program in SAS.

Thanks Robert. I have asked that support but they don't want to entertain such requests. In order to search a sample I found this pdf https://www-03.ibm.com/support/techdocs/atsmastr.nsf/5cb5ed706d254a8186256c71006d2e0a/4cefba6c90e96eee8525816300556162/$FILE/SAS%20Programming.pdf But when I tried to...
by Ashish Mathew
Tue Feb 20, 2018 6:46 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: VBS and VB for SORT JCL.
Replies: 5
Views: 2067

Re: VBS and VB for SORT JCL.

Thanks Robert. This is a great explanation, I had to re-read it multiple time to understand this. :)
by Ashish Mathew
Tue Feb 20, 2018 6:44 pm
Forum: JCL - Job Control Language.
Topic: delete all gdg versions without deleting base.
Replies: 13
Views: 9382

Re: delete all gdg versions without deleting base.

Thanks. I was talking about generation not versions.
by Ashish Mathew
Thu Feb 15, 2018 2:03 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: VBS and VB for SORT JCL.
Replies: 5
Views: 2067

Re: VBS and VB for SORT JCL.

SORT should treat the VBS data set the same as a VB data set. The difference between VBS and VB is that the shortest block in a VBS will be no less than 4 bytes smaller than the block size, while a VB may have a block that is just under the LRECL shorter than the block size. For a data set defined ...
by Ashish Mathew
Thu Feb 15, 2018 2:02 pm
Forum: JCL - Job Control Language.
Topic: delete all gdg versions without deleting base.
Replies: 13
Views: 9382

Re: delete all gdg versions without deleting base.

So, generation is the correct word when we are referring to a gdg?
by Ashish Mathew
Thu Feb 15, 2018 12:55 pm
Forum: SAS & Cloud Computing.
Topic: Writing 'Hello World' program in SAS.
Replies: 12
Views: 11266

Writing 'Hello World' program in SAS.

Hi,

I plan to learn SAS. I recently came to know that in my project we have SAS available on mainframes. Could any one please guide me from where I can start writing SAS program so that it can help me to debug or enhance the existing SAS programs too?
by Ashish Mathew
Tue Jan 09, 2018 3:42 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Version control tool in mainframes.
Replies: 5
Views: 2633

Re: Version control tool in mainframes.

Thanks Robert. Yes they are opinions but I have something about the product. Read the product' documentation and understanding the different products. There will be demos too.
by Ashish Mathew
Tue Jan 09, 2018 3:32 pm
Forum: JCL - Job Control Language.
Topic: delete all gdg versions without deleting base.
Replies: 13
Views: 9382

Re: delete all gdg versions without deleting base.

nicc wrote: Mon Nov 20, 2017 3:59 pmActually thse will delete generations - not necessarily versions of a generation. Which does the user want?
I did not get you? I needed to delete all the version for a GDG base.
by Ashish Mathew
Tue Jan 09, 2018 3:31 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: VBS and VB for SORT JCL.
Replies: 5
Views: 2067

VBS and VB for SORT JCL.

Hi,

I need to work with a file which is VBS, does VBS file treated same as VB file by SORT? Please let me know.
by Ashish Mathew
Mon Nov 20, 2017 2:25 pm
Forum: JCL - Job Control Language.
Topic: delete all gdg versions without deleting base.
Replies: 13
Views: 9382

delete all gdg versions without deleting base.

Hi,

how can we delete all the GDG versions of a GDGbase with out really deleting the base. Can you please tell me?
by Ashish Mathew
Wed Nov 08, 2017 10:32 am
Forum: JCL - Job Control Language.
Topic: Std Return Code = 10000, Error Code = 00008 in FTP.
Replies: 1
Views: 12187

Std Return Code = 10000, Error Code = 00008 in FTP.

Hi,

For one of our FTP job we are getting an abend

Code: Select all

Std Return Code = 10000, Error Code = 00008 in FTP.
Not able to figure out it. Can someone please help.
by Ashish Mathew
Sat Oct 14, 2017 8:00 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: REDIFINE in COBOL with different data-type.
Replies: 1
Views: 441

REDIFINE in COBOL with different data-type.

Hi,

If I have a COBOL declaration like this:

Code: Select all

01 WS-A   PIC X(20) VALUES SPACES.
01 WS-B  REDEFINES WS-A PIC 9(10).
and I do a numeric check on the WS- like this:

Code: Select all

IF WS-B IS NUMERIC
   do this
END-IF
Will WS-B be considered as numeric value or not?

Is it a good coding practice?
by Ashish Mathew
Mon Jul 10, 2017 4:13 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Sending multiple emails using mainframes.
Replies: 3
Views: 1142

Re: Sending multiple emails using mainframes.

Thanks Robert. I wanted to send it to multiple recipients and it worked with multiple rcpt to:.
by Ashish Mathew
Mon Jul 10, 2017 4:12 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Version control tool in mainframes.
Replies: 5
Views: 2633

Re: Version control tool in mainframes.

They have done all that Robert though I have joined in the team just now and they wanted me to be the part of the discussion. Having had worked with ChangeMan in past I understand it but now there are tools like ISPW and RDz are in place. I did some research about them along with Endeavor but just w...
by Ashish Mathew
Fri Jul 07, 2017 2:10 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Version control tool in mainframes.
Replies: 5
Views: 2633

Version control tool in mainframes.

Hi, At our site we don't have any change management tools but we are in talks to purchase a new one. What is the tool do you suggest from your experience? I know this can be very vague to ask like this, we're talking to different vendors but wanted to seek some feedback from end-users in the form of...
by Ashish Mathew
Mon May 08, 2017 9:27 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Sending multiple emails using mainframes.
Replies: 3
Views: 1142

Sending multiple emails using mainframes.

Hi, I'm sending emails from mainframes and it seems to work fine if I sent out a single email but if I try to sent out multiple email to different email IDs it seems it is not recognising the end of the first email and the start of the second email. I write HELO record in the start of each email tho...
by Ashish Mathew
Wed Jan 18, 2017 11:10 am
Forum: Interview Questions.
Topic: MOVE "abcd" in 9(10) and DISPLAY.
Replies: 5
Views: 955

Re: MOVE "abcd" in 9(10) and DISPLAY.

So can i say, unless a MOVE happens PIC (10) and PIC X(10) are just same? Please suggest.

Go to advanced search