Search found 64 matches

by Chandan Yadav
Thu Jul 14, 2016 11:38 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Without hold option in a calling program and the called program issues a commit?
Replies: 3
Views: 764

Re: Without hold option in a calling program and the called program issues a commit?

Yes it will be closed as it will be considered as single unit of work. It's in similar way if you have abend in sub program and you are performing a roll back it will roll back changes done until last commit irrespective those were done in main program or sub program.. what happened when you tried? ...
by Chandan Yadav
Wed Jul 13, 2016 10:14 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Increase the LRECL output of the SPUFI.
Replies: 3
Views: 842

Re: Increase the LRECL output of the SPUFI.

Hi,
If you asking about interactivd spufi then you have option to change record length on page of spufi where you provide the output dataset or next page which appear just before the page for query writing

Thanks and regards,
Chandan
by Chandan Yadav
Tue Jul 05, 2016 10:24 am
Forum: IBM DB2 and IMS DB/DC
Topic: Testing a DB2 native stored procedure.
Replies: 7
Views: 1338

Re: Testing a DB2 native stored procedure.

I have used IBM Data Studio for testing Native Stored procedure

Thanks and regards,
Chandan
by Chandan Yadav
Mon Jun 20, 2016 10:23 am
Forum: Interview Questions.
Topic: Use of Dummy Utility and what it does?
Replies: 17
Views: 1748

Re: Use of Dummy Utility and what it does?

IEFBR14 called as dummy utility because it almost do nothing. Please refer the link


https://www.ibm.com/support/knowledgece ... EFBR14.htm

Thanks,
Chandan
by Chandan Yadav
Wed Jun 15, 2016 2:40 pm
Forum: Interview Questions.
Topic: Space abend interview question.
Replies: 4
Views: 770

Re: Space abend interview question.

One reason I can see is the volume on which you trying to allocate the fine does not have space.

Experts.. correct me If I am wrong

Thanks,
Chandan
by Chandan Yadav
Fri May 27, 2016 10:50 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Who will survive?
Replies: 15
Views: 5031

Re: Who will survive?

Well done Enrico :)
by Chandan Yadav
Thu May 26, 2016 10:07 am
Forum: CICS, Middleware and MQ Series.
Topic: How to check the curentently running tasks in CICS?
Replies: 5
Views: 663

Re: How to check the curentently running tasks in CICS?

Thanks Robert for the details explanation
by Chandan Yadav
Wed May 25, 2016 5:07 pm
Forum: CICS, Middleware and MQ Series.
Topic: How to check the curentently running tasks in CICS?
Replies: 5
Views: 663

Re: How to check the curentently running tasks in CICS?

not sure if you are looking for below command

Code: Select all

CEMT I TASK()
by Chandan Yadav
Tue Apr 26, 2016 1:54 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Open a new window in ISPF with a key stoke.
Replies: 6
Views: 2184

Re: Open a new window in ISPF with a key stoke.

Hi,

Type KEYS on command line and assign START command to any of the PF key.
After pressing that Assigned PF key a new window will open

I hope this is what you looking for

Thanks and regards,
Chandan
by Chandan Yadav
Wed Apr 06, 2016 11:19 am
Forum: IBM DB2 and IMS DB/DC
Topic: ORDER BY and the columns requirement in DB2.
Replies: 6
Views: 891

Re: ORDER BY and the columns requirement in DB2.

Hi, @ Manju are you saying We need to the select column names when we use ORDER BY is the conclusion.? If yes then its not the case always. For first case its not required to be a part of result table but it should be identified as the column of table Try to execute the queries with having order by ...
by Chandan Yadav
Wed Apr 06, 2016 11:00 am
Forum: IBM DB2 and IMS DB/DC
Topic: JOINs in DB2, need help.
Replies: 11
Views: 1326

Re: JOINs in DB2, need help.

You can have Db2 instance on local machine check for Db2 Express edition n test it out. Joins works same if you doing it on local machine or on mainframes.

As Enrico said if you are a developer you should have access
by Chandan Yadav
Fri Apr 01, 2016 6:17 pm
Forum: You are a Guest.
Topic: Batch : concatenation (File1 Column) x | (File2 colum y)
Replies: 8
Views: 3267

Re: Batch : concatenation (File1 Column) x | (File2 colum y)

Hi,

How you are going to decide which record of file 2 you are going to consider for populating it in File 1?

Thanks and regards,
Chandan
by Chandan Yadav
Mon Mar 28, 2016 12:21 pm
Forum: IBM DB2 and IMS DB/DC
Topic: JOINs in DB2, need help.
Replies: 11
Views: 1326

Re: JOINs in DB2, need help.

Try out some examples execution in Spufi or QMF you will get better understanding
by Chandan Yadav
Mon Mar 28, 2016 9:45 am
Forum: You are a Guest.
Topic: Batch : concatenation (File1 Column) x | (File2 colum y)
Replies: 8
Views: 3267

Re: Batch : concatenation (File1 Column) x | (File2 colum y)

SORT Join would help you. Check for JOINKEYS in DFSORT manual.

But yes as Anuj said,before we would like to know the sample records and DFSORT product

Thanks and regards,
Chandan
by Chandan Yadav
Tue Mar 22, 2016 2:01 pm
Forum: Interview Questions.
Topic: Interview questions on JCL.
Replies: 8
Views: 1076

Re: Interview questions on JCL.

Totally agree with you William :good:
by Chandan Yadav
Tue Mar 22, 2016 11:47 am
Forum: Interview Questions.
Topic: Interview questions on JCL.
Replies: 8
Views: 1076

Re: Interview questions on JCL.

By Any chance if interviewer asks how to bypass very first step in JCL using COND parameter , answer is use COND=ONLY :)

Thanks,
Chandan
by Chandan Yadav
Fri Mar 18, 2016 12:34 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Microfocus and RDZ
Replies: 3
Views: 732

Re: Microfocus and RDZ

I also worked with RDz sometime back and that time code repository was on Z/os not sure how it is handled now. In my latest shop we are in process of implementing Micro Focus which is very much similar to Rdz. THe one biggest difference which is very cost effective is code base will be on Cloud syst...
by Chandan Yadav
Mon Mar 14, 2016 11:10 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Microfocus and RDZ
Replies: 3
Views: 732

Microfocus and RDZ

Hi,

Just though of starting a topic to throw some light on Microfous and RDZ.

If any one working or worked on these can elaborate on these tool and their pro and cons?

Thanks and regards,
Chandan
by Chandan Yadav
Wed Mar 09, 2016 2:04 pm
Forum: Suggestions & Feedback : About the website.
Topic: Change in Username
Replies: 3
Views: 529

Re: Change in Username

Thanks Anuj..Its working with New username :)
by Chandan Yadav
Wed Mar 09, 2016 12:01 pm
Forum: Suggestions & Feedback : About the website.
Topic: Change in Username
Replies: 3
Views: 529

Change in Username

Hi,

is there anyway to change the username to login?

Like I want to change username to Chandan Yadav from chandanydav

Kindly guide me with the process

Thanks,
Chandan

Go to advanced search