Search found 14 matches

by vhamberg
Fri Sep 30, 2022 12:09 pm
Forum: HTTPAPI
Topic: How to find current version
Replies: 4
Views: 5825

Re: How to find current version

Hi

A copy book is a member of a source PF - it would have to be one of the source PFs in the library where you put HTTPAPI.

Hope that gets you in a helpful direction.

Vern
by vhamberg
Thu Apr 07, 2022 12:16 pm
Forum: General
Topic: Young and Dumb, but at least I know it.
Replies: 3
Views: 3037

Re: Young and Dumb, but at least I know it.

I know of a couple schools, Western Technical College in Lacrosse, WI, and Gateway Technical College in Racine, WI. Jim Buck used to work at Gateway, I believe. Both are intended to give a 2-year degree, I don't know if there are ad hoc offerings.
by vhamberg
Sun Jan 09, 2022 2:11 pm
Forum: General
Topic: Ctl-opt NOMAIN Debug Datedit(*YMD) option(*SRCSTMT:*NODEBUGIO);
Replies: 2
Views: 4649

Re: Ctl-opt NOMAIN Debug Datedit(*YMD) option(*SRCSTMT:*NODEBUGIO);

I see a couple problems - a program has to have a main procedure, as this quote says - A module with NOMAIN specified will not have a program entry procedure. Consequently you cannot use the CRTBNDRPG command to compile the source. That's the "main" problem. You also have DBGVIEW specified...
by vhamberg
Tue Sep 28, 2021 2:24 am
Forum: General
Topic: ABSTRACT and SQLRGPLE
Replies: 2
Views: 18100

Re: ABSTRACT and SQLRGPLE

We use ABSTRACT. It is a cross-reference tool from Help Systems. If it uses DSPPGMREF as part of the process, it should be getting embedded SQL information, at least if you are using things like DECLARE CURSOR or UPDATE directly in EXEC SQL constructs. I have a program where the only file declaratio...