Search found 54 matches

by Neeraj N
Tue Oct 25, 2022 5:52 pm
Forum: DevOps for Mainframes and related news
Topic: DevOps and mainframe modrization.
Replies: 1
Views: 1870

DevOps and mainframe modrization.

Hi, What is the difference between DevOps and mainframe moderization? I will tell you my dilemma: If a company wants to modernise their mainframe then they usually try to convert programs to JAVA equivalent or wants to change to some other infrastructure, may be Cloud. But with so many DevOps tools ...
by Neeraj N
Thu Nov 01, 2018 5:10 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: omit 2 days old data from current date in Sort.
Replies: 3
Views: 1604

Re: omit 2 days old data from current date in Sort.

Chandan Yadav wrote: Wed Oct 31, 2018 1:46 pmIf you are doing a table unload , why can't you exclude the records during unload itself by tweaking the DB2 query to select only last 2 days data?
This suggestion looks good, will try it.
by Neeraj N
Wed Oct 31, 2018 9:38 am
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: omit 2 days old data from current date in Sort.
Replies: 3
Views: 1604

omit 2 days old data from current date in Sort.

Hi,

I need to omit records using sort card after a full unload of db2 table. Date field is character x(10). What would be the omit condition for that? Condition is omit 2 days old data from current date, how can I do that in SORT?
by Neeraj N
Sun Oct 28, 2018 9:23 pm
Forum: CICS, Middleware and MQ Series.
Topic: Possible to switch CICS region at run time.
Replies: 7
Views: 1113

Re: Possible to switch CICS region at run time.

Thanks.

Are you calling DPL as API? Is there a reason to call it like that?
by Neeraj N
Tue Oct 09, 2018 4:39 pm
Forum: CICS, Middleware and MQ Series.
Topic: Possible to switch CICS region at run time.
Replies: 7
Views: 1113

Possible to switch CICS region at run time.

Hi, We have a CICS region, CICSABCD. For some time there had been job abends as this region has got connectivity issues. Support team had been looking for to correct it. Though this problem makes me think that can we at run time see, if there is another CICS region available for connectivity and con...
by Neeraj N
Tue Feb 20, 2018 8:37 am
Forum: JCL - Job Control Language.
Topic: Is there a difference in UNIT=DASD or TAPEC while files are created?
Replies: 2
Views: 648

Is there a difference in UNIT=DASD or TAPEC while files are created?

Hi, One of our COBOL program has got some files. Not all the files are will opened or written to on every run of the program. It depends on the values supplied by a member by parmlib. There is a strange thing we have noticed that if the files are being created on DASD the empty files does created ev...
by Neeraj N
Tue Jan 09, 2018 12:30 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: MIPS based pricing.
Replies: 9
Views: 3400

Re: MIPS based pricing.

I am having trouble imagining what you would want to do with the SCRT data. It is NOT something you could use in cost-reduction exercises, for example. Some sites restrict access to the SMF data; some sites do not. If your site restricts access, you would have to contact your site support group to ...
by Neeraj N
Thu Dec 28, 2017 6:57 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: MIPS based pricing.
Replies: 9
Views: 3400

Re: MIPS based pricing.

Thanks Robert.

Can SCRT be used by our own? I mean if I am not a system programmer and I want to use it for my own analysis, can I use it if I have the SMF file from the support team?
by Neeraj N
Sat Dec 23, 2017 9:16 am
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: MIPS based pricing.
Replies: 9
Views: 3400

MIPS based pricing.

Hi,

Can you please tell me how is MIPS based pricing on IBM Z Series mainframes computed? Is there some IBM document which explains step by step? I could not really figure out a document while searching for it at all.
by Neeraj N
Sat Nov 25, 2017 8:50 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: When to use PROCEDURE-POINTER phrase?
Replies: 3
Views: 698

Re: When to use PROCEDURE-POINTER phrase?

Thanks Robert. Is this pointer is like the pointers we use C?
by Neeraj N
Sat Nov 25, 2017 8:44 am
Forum: Suggestions & Feedback : About the website.
Topic: Christmas Celebration starts in 00 months 05 days 15 hours 16 mins 19 sec
Replies: 3
Views: 1785

Christmas Celebration starts in 00 months 05 days 15 hours 16 mins 19 sec

Christmas Celebration starts in 00 months 05 days 15 hours 16 mins 19 sec - what celebrations we are going to have?
by Neeraj N
Sat Nov 25, 2017 8:43 am
Forum: SyncSort, SyncTool, SyncGener.
Topic: Change the date and time format in SORT.
Replies: 2
Views: 2096

Re: Change the date and time format in SORT.

I used like following :

Code: Select all

OUTREC FIELDS=(16,4,12,2,10,2) 
as my date starts from column 10 in my input file. But I want to if there is a format which can directly understand DD.MM.YYYY, date with dots?
by Neeraj N
Sat Nov 25, 2017 8:28 am
Forum: CICS, Middleware and MQ Series.
Topic: How to find the CICS version?
Replies: 6
Views: 1348

Re: How to find the CICS version?

Thanks Anuj. One of my senior colleague have access to this panel and showed me what you have suggested. In this panel there are many fields which are editable, if I edit them they will have system wide effect? But if I mistakenly change some field, how can I bring it back to the original? And what ...
by Neeraj N
Sat Nov 25, 2017 8:20 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74108

Re: Count to a Million!

217 :D
by Neeraj N
Fri Nov 10, 2017 12:49 pm
Forum: CICS, Middleware and MQ Series.
Topic: How to find the CICS version?
Replies: 6
Views: 1348

How to find the CICS version?

Hi,

Is there a way to find which CICS version we are using our own? Or we just need to ask it to support always.

Thanks,
by Neeraj N
Thu Oct 12, 2017 9:46 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Change the date and time format in SORT.
Replies: 2
Views: 2096

Change the date and time format in SORT.

Hi, There is a flat file of LRECL 500 and 1500 records. From column 10 date and time field start and they are in the format of DD.MM.YYYY and HH:MM:SS respectively.I want to copy this data in the output with all the fileds as is but date and time changed to the format YYYYMMDD and HHMMSS. How can I ...
by Neeraj N
Thu Oct 12, 2017 9:39 pm
Forum: Interview Questions.
Topic: Why to give the program name in SYSTSIN.
Replies: 5
Views: 955

Re: Why to give the program name in SYSTSIN.

PLAN and program names both are required. If the program name is not given in SYSTIN where else can it be given?

Go to advanced search