Microsoft KB Archive/70862

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:29, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q70862 to Microsoft KB Archive/70862 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRSQL9103042: Using Sqlpass(.) GP-Faults COBOL Compiler ID Number: Q70862

1.10 OS/2 buglist1.10

Summary:

PROBLEM ID: PRSQL9103042

SYMPTOMS Using the following syntax with the COBOL compiler GP-faults the compiler:

  COBOL example2 sql sqldb(orac.pubs) sqlpass(.) nosqlinit;

CAUSE This problem occurs when trying to use a default login identification and no password with the sqlpass() option of the compiler.

RESOLUTION Supply the login identification with the sqlpass() option. For example:

  COBOL example2 sql sqldb(orac.pubs) sqlpass(sa.) nosqlinit;