Search found 27 matches

by Nitin Gadge
Fri Apr 26, 2019 11:00 am
Forum: JCL - Job Control Language.
Topic: JOB1 failed with VASM error.
Replies: 3
Views: 904

Re: JOB1 failed with VASM error.

Thanks Robert.

Is ENQ/DEQ is a programming technique? Or this is something we can define at system level for some VSAM?
by Nitin Gadge
Mon Apr 22, 2019 2:23 pm
Forum: CICS, Middleware and MQ Series.
Topic: Find who is changing the file at CICS region?
Replies: 4
Views: 3216

Re: Find who is changing the file at CICS region?

We also just send an email to make others aware about such changes.
by Nitin Gadge
Mon Apr 22, 2019 2:17 pm
Forum: JCL - Job Control Language.
Topic: JOB1 failed with VASM error.
Replies: 3
Views: 904

JOB1 failed with VASM error.

Hi,

We get an abend with VSAM file. Upon checking we found that this file was in use by another job. Is there a way that both the jobs can use the same file?
by Nitin Gadge
Mon Aug 13, 2018 4:41 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: PDT to IST in COBOL.
Replies: 9
Views: 1686

Re: PDT to IST in COBOL.

Thanks Robert. I was working at a company where they had a common routine whcih was used to do something very similar which I required. But I have used that module for date conversion, like Gregorian to Julian, vice versa on many other formats. It allowed to change the time also. But I think it was ...
by Nitin Gadge
Thu Aug 09, 2018 5:25 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: PDT to IST in COBOL.
Replies: 9
Views: 1686

Re: PDT to IST in COBOL.

Thanks. I had to do it manually. But is there no in-built function in COBOL at all?
by Nitin Gadge
Thu Aug 02, 2018 6:29 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: PDT to IST in COBOL.
Replies: 9
Views: 1686

Re: PDT to IST in COBOL.

enrico-sorichetti wrote: Thu Aug 02, 2018 12:12 amadd/subtract the appropriate time zone correction factor
In that how do I take care about the day light saving?
by Nitin Gadge
Wed Aug 01, 2018 6:38 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: PDT to IST in COBOL.
Replies: 9
Views: 1686

PDT to IST in COBOL.

Hii All,

I wanted to convert my current time stamp to india time zone stamp. Like PDT to IST.

Can any one help me. My current timestamp is PDT (US ) in my system. Now I have to populate indian time.
by Nitin Gadge
Sat Jul 16, 2016 12:08 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74110

Re: Count to a Million!

200
by Nitin Gadge
Sat Jul 16, 2016 12:06 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Why VARCHAR is declared on level 49 only?
Replies: 1
Views: 940

Why VARCHAR is declared on level 49 only?

Hi, In ouy team we copy the existing DCLGEN from prod to create new DCLGEN. As per a new requirement I have to add a new column in the existing table. I noticed that a level number 49 is used to declare the VARCHR and it's mandatory for declaring the Varchar columns.   I have searched a lot but I co...
by Nitin Gadge
Thu Jul 14, 2016 9:13 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Add count based on the date.
Replies: 8
Views: 690

Re: Add count based on the date.

I used it like first: //STEP010   EXEC  PGM=ICETOOL //TOOLMSG  DD  SYSOUT=*                                 //DFSMSG   DD  SYSOUT=*                                 //INPUT    DD  *                                       02/03/2016 123456791 02/03/2016 347898292 02/03/2016 666536724 02/02/2016 1234896...
by Nitin Gadge
Thu Jul 07, 2016 11:19 am
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Add count based on the date.
Replies: 8
Views: 690

Re: Add count based on the date.

Thanks William. SECTIONS and COUNT has worked.
by Nitin Gadge
Thu Jul 07, 2016 11:01 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74110

Re: Count to a Million!

198
by Nitin Gadge
Mon Jun 27, 2016 3:30 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Add count based on the date.
Replies: 8
Views: 690

Add count based on the date.

Hi,
I have been working out to get an output like this but not getting it worked.

Code: Select all

02/03/2016 3
02/02/2016 2
Where the input file looks like this:

Code: Select all

02/03/2016 123456791
02/03/2016 347898292
02/03/2016 666536724
02/02/2016 123489646
02/02/2016 141456878
How can I get it working? Please advise.
by Nitin Gadge
Mon Jun 27, 2016 3:26 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: When to use REXEC ?
Replies: 6
Views: 669

Re: When to use REXEC ?

If you're not sure whether or not a particular program / function is generic or not, check the IBM manuals.  REXEC, for example, is in the Communications Server bookshelf where its use and functioning is described.  WHOHAS is not in an IBM manual; it is generally implemented as a REXX program and h...
by Nitin Gadge
Wed Jun 22, 2016 6:11 pm
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Nitin Gadge here!
Replies: 2
Views: 258

Re: Nitin Gadge here!

But the salaries in other platforms are very good compared to mainframes today's world, so sometime you start believing them.
by Nitin Gadge
Wed Jun 22, 2016 6:10 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: When to use REXEC ?
Replies: 6
Views: 669

Re: When to use REXEC ?

I used WHOHAS command in my shop and I thought it was universal but I was told it was not. We could never see the code for it but it always worked. I thought about REXEC similar so asked about it. Sorry if it was not appropriate to ask like this.
by Nitin Gadge
Wed Jun 22, 2016 6:04 pm
Forum: Interview Questions.
Topic: Use of Dummy Utility and what it does?
Replies: 17
Views: 1654

Re: Use of Dummy Utility and what it does?

This is a good example of how someone can not selct you in an interview... :D
by Nitin Gadge
Sat Jun 18, 2016 10:14 am
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Nitin Gadge here!
Replies: 2
Views: 258

Nitin Gadge here!

Hi,

My name is Nitin and I am an Electronics graduate. Now I am working in to Mainframes. I think this is one of the best OS I have worked with. But there are many negatives about this paltform in the market but I still like to work with it.
by Nitin Gadge
Sat Jun 18, 2016 10:12 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: When to use REXEC ?
Replies: 6
Views: 669

Re: When to use REXEC ?

Robert Sample wrote:REXEC is used to connect to a remote server (usually Unix or Windows) and issue a command (which could be a script, of course).  The specifics of when to use it and the details needed will vary by site as well as by application. 
Thanks Robert. I thought it was project specific tool.
by Nitin Gadge
Sat Jun 18, 2016 10:11 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Concepts of Migration Projects?
Replies: 5
Views: 799

Re: Concepts of Migration Projects?

I agree that tools will differ. I'd be more interested in the mainframe to java migration tools When we search about it on google many tools come up and mostly from the vendors and not from the users so that we can understand what tool might create what problem, at least to understand at initial lev...

Go to advanced search