MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 40 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Error Connecting to z/OS DB2 from MS Access
RoyKMathur

Replies: 8
Views: 8007

PostForum: Database   Posted: Mon Apr 08, 2019 11:33 am   Subject: Error Connecting to z/OS DB2 from MS Access
Thank you, yes, I've read that IBM article last week. It didn't help me solve my problem.
  Topic: Error Connecting to z/OS DB2 from MS Access
RoyKMathur

Replies: 8
Views: 8007

PostForum: Database   Posted: Mon Apr 08, 2019 11:31 am   Subject: Error Connecting to z/OS DB2 from MS Access
I don't know how to attach screenshots. I have attempted to copy/paste them into this box where I type these words, but it doesn't work. I don't see an option that allows me to attach documents.

...
  Topic: Error Connecting to z/OS DB2 from MS Access
RoyKMathur

Replies: 8
Views: 8007

PostForum: Database   Posted: Mon Apr 08, 2019 10:58 am   Subject: Error Connecting to z/OS DB2 from MS Access
My PC was re-imaged with Windows 10 64-bit and MS Office 64-bit at the same time.

Last week, using IBM Data Studio 4.1.3, I was able to connect to z/OS DB2 when I was given temporary Admin rights, ...
  Topic: Error Connecting to z/OS DB2 from MS Access
RoyKMathur

Replies: 8
Views: 8007

PostForum: Database   Posted: Fri Apr 05, 2019 8:59 am   Subject: Error Connecting to z/OS DB2 from MS Access
Hi, I'm getting an error when I attempt to connect to z/OS DB2 from MS Access.

My PC is running Windows 10 64-bit Build 16299 and Microsoft Access 2016 MSO (16.0.8431.2046) 64-bit.

I have chec ...
  Topic: DB2 MultiFetch via REXX
RoyKMathur

Replies: 3
Views: 4115

PostForum: Database   Posted: Tue Nov 03, 2015 9:46 am   Subject: DB2 MultiFetch via REXX
Ah, I missed in the manual under FETCH it clearly says:


This statement can only be embedded in an application program. It is an executable statement that cannot be dynamically prepared. Multiple ...
  Topic: DB2 MultiFetch via REXX
RoyKMathur

Replies: 3
Views: 4115

PostForum: Database   Posted: Tue Nov 03, 2015 9:08 am   Subject: DB2 MultiFetch via REXX
I got an answer from IDUG.ORG. I needed to replace the "WITH ROWSET POSITIONING" with a REXX variable ":SQLATTR" that contained the "WITH ROWSET POSITIONING" string. We ...
  Topic: DB2 MultiFetch via REXX
RoyKMathur

Replies: 3
Views: 4115

PostForum: Database   Posted: Tue Nov 03, 2015 7:08 am   Subject: DB2 MultiFetch via REXX
I am attempting to write a REXX program that will execute a DB2 MultiFetch; getting an SQLCODE = -104 on the PREPARE statement. I've removed the error-trapping logic in the below code to make it easi ...
  Topic: How do you code REXX DB2 to SET SCHEMA (Sqlcode = -104)
RoyKMathur

Replies: 2
Views: 5485

PostForum: TSO and ISPF   Posted: Tue Nov 04, 2014 10:06 am   Subject: How do you code REXX DB2 to SET SCHEMA (Sqlcode = -104)
I figured it out...by reading the manual more slowly and finally noticed it does not say IMMEDIATE when you use a PREPARE. I could not get it to work using EXECUTE IMMEDIATE.

This works:
sqlstmt ...
  Topic: How do you code REXX DB2 to SET SCHEMA (Sqlcode = -104)
RoyKMathur

Replies: 2
Views: 5485

PostForum: TSO and ISPF   Posted: Tue Nov 04, 2014 9:35 am   Subject: How do you code REXX DB2 to SET SCHEMA (Sqlcode = -104)
I have a REXX DB2 program where I'd need to execute a SET SCHEMA statement; however no matter what I try I get an SQLCODE = -104. The "DB2 Programming and Application Guide" (for z/OS DB2 v ...
  Topic: ISPF KEYLIST ?
RoyKMathur

Replies: 9
Views: 12802

PostForum: TSO and ISPF   Posted: Fri Aug 01, 2014 8:30 am   Subject: ISPF KEYLIST ?
To use PFKeys in a panel I used to just override them with code in the REXX program that displays the panel by hard-setting them to whatever value I wanted, and then resetting them when the program en ...
  Topic: How do you Locate & Copy an ISPF Editor Profile?
RoyKMathur

Replies: 10
Views: 10848

PostForum: TSO and ISPF   Posted: Thu Jul 24, 2014 10:12 am   Subject: How do you Locate & Copy an ISPF Editor Profile?
Hi Kolusu, No response from Frank. Maybe my email went into his Junk mail folder since it is a GEICO email address. Anyway, I figured out how to do what I wanted to do without using an Editor Profi ...
  Topic: Rexx DB2 insert dropping leading zeroes
RoyKMathur

Replies: 16
Views: 16765

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2014 12:37 pm   Subject: Rexx DB2 insert dropping leading zeroes
Okay, so I discussed this with one of my co-workers and she immediately said that makes sense, that the Execute Immediate would work but the Prepare wouldn't because of the BIND Validate(Run|Bind) par ...
  Topic: How do you Locate & Copy an ISPF Editor Profile?
RoyKMathur

Replies: 10
Views: 10848

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2014 9:41 am   Subject: How do you Locate & Copy an ISPF Editor Profile?
Actually his message says he'd be happy to answer any questions...it's just he didn't leave his email address.

I have retired from IBM and much of the MVS related content on this site was developed ...
  Topic: Rexx DB2 insert dropping leading zeroes
RoyKMathur

Replies: 16
Views: 16765

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2014 9:39 am   Subject: Rexx DB2 insert dropping leading zeroes
But why are you preparing the statement? If it works the other way, why not use it? I suppose you're trying to not flood the dynamic cache.

I tried your example and sure enough I get the same er ...
  Topic: Rexx DB2 insert dropping leading zeroes
RoyKMathur

Replies: 16
Views: 16765

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2014 5:08 am   Subject: Rexx DB2 insert dropping leading zeroes
misi01,

Actually even though I read all the posts...twice...I still don't quite understand everything you're saying/showing. So I just coded it the way I would. This is a primitive example, wher ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group