Search found 24 matches

by Kishor Sonawane
Tue Apr 03, 2018 7:36 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Mistakes new programmers doing in start of the career?
Replies: 16
Views: 14387

Re: Mistakes new programmers doing in start of the career?

PL/I is not used much these days, is not it? It has become a rare language these days.
by Kishor Sonawane
Wed Feb 07, 2018 2:44 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Mistakes new programmers doing in start of the career?
Replies: 16
Views: 14387

Re: Mistakes new programmers doing in start of the career?

zprogrammer wrote: Fri Feb 02, 2018 12:47 amI generally ask my trainees to create new mistakes while you learn so you remember how to fix them in real time.
Thanks.
by Kishor Sonawane
Wed Feb 07, 2018 2:42 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Mistakes new programmers doing in start of the career?
Replies: 16
Views: 14387

Re: Mistakes new programmers doing in start of the career?

Yes, of course it can be done. Verify that each numeric field is numeric before using it in calculations. Use REDEFINES if necessary on numeric fields to have an alphanumeric (PIC X) variable to be able to check each character (not always needed but handy in some cases). The specifics will depend u...
by Kishor Sonawane
Thu Feb 01, 2018 10:26 am
Forum: IBM DB2 and IMS DB/DC
Topic: Scrollable cursor in DB2.
Replies: 2
Views: 766

Re: Scrollable cursor in DB2.

Thanks Enrico! :good:
by Kishor Sonawane
Thu Feb 01, 2018 10:26 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Mistakes new programmers doing in start of the career?
Replies: 16
Views: 14387

Re: Mistakes new programmers doing in start of the career?

Thanks nicc and Robert.

But if you don't have control on the data of input file, can then be S0C7 prevented?
by Kishor Sonawane
Thu Feb 01, 2018 10:24 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: The COBOL standards?
Replies: 6
Views: 1072

Re: The COBOL standards?

Thanks Anuj and William for the guidance. Have been struggling it personal life, could not log in to Forums often.
by Kishor Sonawane
Thu Feb 01, 2018 10:17 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Handling "@" character in different code pages in mainframes.
Replies: 6
Views: 875

Re: Handling "@" character in different code pages in mainframes.

If the data is stored in DB2, will it not just show exactly the way it has been stored. So that means sign "§" was stored incorrectly itself.
by Kishor Sonawane
Tue Apr 04, 2017 2:57 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: The COBOL standards?
Replies: 6
Views: 1072

The COBOL standards?

Hi,

Are there some COBOL standards for coding? What are they,is there some good guidance on them? Please let me know.
by Kishor Sonawane
Tue Apr 04, 2017 2:28 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Mistakes new programmers doing in start of the career?
Replies: 16
Views: 14387

Mistakes new programmers doing in start of the career?

Hi,

As a COBOL experience programmer, if you have to tell a new programmer that what are the mistakes you see new programmers are doing when they start their career, what will be your piece of advice on that. Please share your views on this, it might help some of us.
by Kishor Sonawane
Wed Mar 22, 2017 4:47 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Scrollable cursor in DB2.
Replies: 2
Views: 766

Scrollable cursor in DB2.

Hi,

What is scrollable cursor in DB2 and when do we need it? Can anyone of you please share a practical example of it?
by Kishor Sonawane
Mon Feb 13, 2017 2:44 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: What are you thinking at the moment?
Replies: 27
Views: 4036

Re: What are you thinking at the moment?

What is the best career which gives the best money?
by Kishor Sonawane
Mon Feb 13, 2017 2:42 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229166

Re: Where do you live?

Hi,

Like many other here, I also live in India.
by Kishor Sonawane
Mon Feb 13, 2017 2:34 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Identify the user who deleted a record from a table in IBM DB2?
Replies: 5
Views: 1329

Re: Identify the user who deleted a record from a table in IBM DB2?

Thanks Anuj.

Can we get some information from DB2 logs too?
by Kishor Sonawane
Sat Feb 11, 2017 11:40 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Identify the user who deleted a record from a table in IBM DB2?
Replies: 5
Views: 1329

Identify the user who deleted a record from a table in IBM DB2?

Hi - Can we identify the user who deleted a record from a table in IBM DB2? What is command to get it or do we need to do some setup before we can get this information. Please advise.
by Kishor Sonawane
Sat Sep 19, 2015 3:28 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Copy the TSO LISTCAT output to a file?
Replies: 1
Views: 539

Copy the TSO LISTCAT output to a file?

When in the ISPF 3.4 dataset list panel, I enter LISTCAT ENTRIES (/) ALL command it generates the output from it. How can I redirect the output from to a flat file?
by Kishor Sonawane
Sat Sep 19, 2015 3:23 pm
Forum: JCL - Job Control Language.
Topic: copy a COBOL program to notepad?
Replies: 6
Views: 1152

Re: copy a COBOL program to notepad?

Thanks. But if I have some programs which I think I should have reference of them in my career even if I leave the company then how can I keep a coy of such programs... I do not "steal" the proprietary code...but want keep a learning aid with me.....
by Kishor Sonawane
Thu Sep 10, 2015 1:59 pm
Forum: JCL - Job Control Language.
Topic: copy a COBOL program to notepad?
Replies: 6
Views: 1152

copy a COBOL program to notepad?

Hi,

If I need to copy a COBOL program from TSO to notepad, how can I do that. I need it for analysis.
by Kishor Sonawane
Fri Aug 08, 2014 2:14 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: sms and non-sms data sets?
Replies: 9
Views: 5327

Re: sms and non-sms data sets?

Thanks Bruce.

Hi Robert -
Robert Sample wrote:I'm not clear what you want more references on -- writing SMS rules? how SMS works? what your site rules are? defining storage pools?
I'm trying to learn the first two parts of your response: How to writie SMS rules and how SMS works?

Go to advanced search