Search found 21 matches

by Shriram
Mon Jan 29, 2018 6:28 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Is "-" allowed in DSN name?
Replies: 6
Views: 1422

Is "-" allowed in DSN name?

Hi,

Is "-" allowed in DSN name? I never used it and thought it was the rule not to use it but I have located a file with name like this:

Code: Select all

A.ABC.DEF340A.DE-ONLY
How come dash is allowed?
by Shriram
Fri Jul 08, 2016 11:06 am
Forum: IBM DB2 and IMS DB/DC
Topic: Testing a DB2 native stored procedure.
Replies: 7
Views: 1258

Re: Testing a DB2 native stored procedure.

The aattached pdf has also been helpful:
Native SQL Stored Procedures.pdf
by Shriram
Fri Jul 08, 2016 10:52 am
Forum: IBM DB2 and IMS DB/DC
Topic: Testing a DB2 native stored procedure.
Replies: 7
Views: 1258

Re: Testing a DB2 native stored procedure.

I have asked it in my shop but ot much to help me. But I have got some reference and working with them: IDENTIFICATION DIVISION. PROGRAM-ID.    CALPRML. ENVIRONMENT DIVISION. CONFIGURATION SECTION. INPUT-OUTPUT SECTION. FILE-CONTROL.     SELECT REPOUT            ASSIGN TO UT-S-SYSPRINT. DATA DIVISIO...
by Shriram
Tue Jul 05, 2016 11:31 am
Forum: IBM DB2 and IMS DB/DC
Topic: Testing a DB2 native stored procedure.
Replies: 7
Views: 1258

Re: Testing a DB2 native stored procedure.

Thanks all. I haveheard that we can call the stored procedure using a COBOL program and can test. But I was not able to locate an example program to do so. If anyone has such an example to share that will really help.
by Shriram
Mon Jul 04, 2016 12:30 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Testing a DB2 native stored procedure.
Replies: 7
Views: 1258

Testing a DB2 native stored procedure.

Hi,

I have made some changes in one of the table a DB2 stored procedure access to. How do I test now to see if the DB2 native stored procedure had picked up the changes? Can it not be done with out an add-on tool?
by Shriram
Thu Jun 30, 2016 3:05 pm
Forum: IBM DB2 and IMS DB/DC
Topic: GSAM file shows more records after abend.
Replies: 10
Views: 1244

Re: GSAM file shows more records after abend.

Now because the abend has happened so the GSAM is in unpredictable state. But then such unpredictable state does not come that's why we write check-point restart logic. If it's not being taken care then what's the benefit of the check-point restart in the program?
by Shriram
Mon Jun 27, 2016 2:27 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Exclude the records based on space.
Replies: 1
Views: 314

Exclude the records based on space.

Hi, I have an alpha-numeric field with length 6. The values this field can take are: "     " (All Spaces) "xy   " (3 Spaces) "xyz  " (2 Spaces) If there is a space in the field, I need to remove such records from input. I am using this sort card. 20 is the starting posi...
by Shriram
Mon Jun 27, 2016 2:10 pm
Forum: IBM DB2 and IMS DB/DC
Topic: GSAM file shows more records after abend.
Replies: 10
Views: 1244

Re: GSAM file shows more records after abend.

enrico-sorichetti wrote:GSAM files will be in an unpredictable state until ALL the IMS recovery actions have been done.
You mean this is the rason that i see those extra records?
by Shriram
Sat Jun 18, 2016 9:38 am
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Hello, Shriram here.
Replies: 2
Views: 304

Re: Hello, Shriram here.

I did but I did not find topics talking in details on these technologies, so I have asked here.
by Shriram
Sat Jun 18, 2016 9:15 am
Forum: IBM DB2 and IMS DB/DC
Topic: GSAM file shows more records after abend.
Replies: 10
Views: 1244

Re: GSAM file shows more records after abend.

But then how about those 88 records?? What will happen to them?
by Shriram
Fri Jun 17, 2016 3:20 pm
Forum: IBM DB2 and IMS DB/DC
Topic: GSAM file shows more records after abend.
Replies: 10
Views: 1244

GSAM file shows more records after abend.

Hi Iam running an IMS DB program with check-point restart logic in it. The Job abended after 588th record. Check-point is issued after 100 records. Output file is a GSAM file. I was expecting that my output file to have only 500 records but I don't know why it shows 588 records! Why this happnes? Wh...
by Shriram
Fri Jun 17, 2016 2:42 pm
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Hello, Shriram here.
Replies: 2
Views: 304

Hello, Shriram here.

Hello,

My name is Shriram and I have worked with mainframes on and off. Can you please give a piece of advise for a career growth like what is good to learn along with mainframes in the time of cloud computing, blockchain, big data?
by Shriram
Mon May 25, 2015 4:28 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Top 10 Jobs In The Tech Industry.
Replies: 3
Views: 514

Re: Top 10 Jobs In The Tech Industry.

I think a solution architect is much bette off, these dyas.
by Shriram
Mon May 25, 2015 4:27 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229177

Re: Where do you live?

Pune in India.
by Shriram
Mon May 25, 2015 4:26 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: Possibility of a mock run in CA-7.
Replies: 2
Views: 1422

Possibility of a mock run in CA-7.

Hi, For a new project there is good amount of change on scheduling side. In this we are putting 75 jobs (and possibly more in future) Jobs in CA-7 in production. Before we put these change in production, we want to test them and we want to test these Jobs in CA-7 only for JCL errors and dependencies...
by Shriram
Tue Jun 17, 2014 12:41 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between zoned and packed decimal?
Replies: 4
Views: 11850

Re: What is the difference between zoned and packed decimal?

Thanks Robert. I also get intrigued by the fact that COBOL being one of the early languages then it should have influenced other languages. So, how come there are no direct equivalents of these variables in any other language apart from what you've mentioned and they all are on mainframes. I think t...
by Shriram
Mon Jun 16, 2014 1:57 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is the difference between zoned and packed decimal?
Replies: 4
Views: 11850

What is the difference between zoned and packed decimal?

Hi,

What is the difference between zoned and packed decimal in terms of COBOL usage. I don't seetheir usage in langiages like C, C++ etc. so are they just limited to Cobol?

Go to advanced search