Search found 54 matches

by Akshypal
Tue Sep 22, 2015 2:42 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: "not uniquely defined" error in COBOL.
Replies: 3
Views: 1225

Re: "not uniquely defined" error in COBOL.

William Collins wrote:It is the name that you are qualifying, so you qualify first and then subscript:

Code: Select all

 SET FGEHA OF VCT11DCA ( 001 )
                            TO ADDRESS OF ADDRSVAR
Excellent! Thanks William. :D
by Akshypal
Mon Sep 21, 2015 3:51 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: In SORT can we convert GMT time to ET time?
Replies: 3
Views: 584

Re: In SORT can we convert GMT time to ET time?

Robert Sample wrote:Do you need to deal with Daylight Savings time? If not, GMT minus 5 hours is a simple calculation.
I would like to write both kind of code and see what works best for us. What are the other consideration I should take in to account?
by Akshypal
Mon Sep 21, 2015 3:50 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: "not uniquely defined" error in COBOL.
Replies: 3
Views: 1225

"not uniquely defined" error in COBOL.

In a COBOL program I have the following defitions 01 VCT11DCA EXTERNAL. 05 FGEHA OCCURS 100 USAGE IS POINTER. 05 FILLER PIC X(4). and 01 VCT11ACD EXTERNAL. 05 FGEHA OCCURS 100 USAGE IS POINTER. 05 FILLER PIC X(4). Later in the programI use SET FGEHA(001) OF VCT11DCA TO ADDRESS OF ADDRSVAR But this e...
by Akshypal
Tue Sep 15, 2015 2:11 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: In SORT can we convert GMT time to ET time?
Replies: 3
Views: 584

In SORT can we convert GMT time to ET time?

Hi,

In SORT can we convert GMT time to ET time? Is there any way to change the time format in SORT. Can you please advise if time-calculations are possiblie on SORT.
by Akshypal
Mon Apr 07, 2014 10:36 am
Forum: IT News.
Topic: April 7, 2014!
Replies: 5
Views: 1360

Re: April 7, 2014!

Long live System z! :)
by Akshypal
Thu Oct 17, 2013 6:52 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: In REXX, how to know that end of file is reached.
Replies: 3
Views: 2303

Re: In REXX, how to know that end of file is reached.

Great - that did work for me.

Thanks for the help! :D
by Akshypal
Thu Oct 17, 2013 3:46 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74862

Re: Count to a Million!

075.
by Akshypal
Sun Oct 13, 2013 5:21 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74862

Re: Count to a Million!

066.
by Akshypal
Sun Oct 13, 2013 5:19 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: In REXX, how to know that end of file is reached.
Replies: 3
Views: 2303

In REXX, how to know that end of file is reached.

Hi,

Please can anyone let me know in REXX while reading a file into stack, how can we identify about end of file condition?

Thanks
by Akshypal
Fri Sep 06, 2013 10:28 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74862

Re: Count to a Million!

047.
by Akshypal
Tue Jul 16, 2013 11:53 am
Forum: Polls and Ideas.
Topic: How regularly do you follow a fitness regimen?
Replies: 3
Views: 3360

Re: How regularly do you follow a fitness regimen?

I do follow the Fitness regimen - however what are all the exercises do you do ? Cardio, weights or squat or some more...? Like Tread Mill, skipping... :)
by Akshypal
Sun Jun 23, 2013 11:50 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between 77 and 01?
Replies: 12
Views: 3504

Re: What is the difference between 77 and 01?

As far as I know, 01 is a group level item and can be elementary, while 77-level only elementary.
by Akshypal
Sun Jun 23, 2013 11:49 am
Forum: Suggestions & Feedback : About the website.
Topic: love the the forum
Replies: 13
Views: 3955

Re: love the the forum

Ditto! :)
by Akshypal
Sun Jun 23, 2013 11:47 am
Forum: AppStore & Mainframes, Simulators and Emulators.
Topic: Android Devices Tap into the Mainframe.
Replies: 2
Views: 3090

Re: Android Devices Tap into the Mainframe.

That's an excellent article...Thanks for sharing.

Go to advanced search