Search found 5 matches

by R Patil
Thu Dec 18, 2014 1:51 pm
Forum: IBM DB2 and IMS DB/DC
Topic: DB2 to Oracle migration.
Replies: 0
Views: 411

DB2 to Oracle migration.

Hi, One of my collegue is involved in a project where they need to move from DB2 to Oracle. I've heard about such projects in past also and they make me to ask many questions such as: 1. Why would someone move from DB2 to Oracle? We've DB2 for LUW too then why not move from "DB2 on zOS" to...
by R Patil
Thu Dec 18, 2014 1:47 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Static or dynamic call in COBOL.
Replies: 4
Views: 1646

Re: Static or dynamic call in COBOL.

Whenever CALL identifier is used it is a dynamic CALL. It has to be, since the compiler cannot always reliably know what value the identifier has from CALL to CALL at run-time. Compiler option DYNAM/NODYNAM only controls the behaviour of CALL literal. Thanks but that's strange. I always thought it ...
by R Patil
Wed Nov 19, 2014 2:24 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229375

Re: Where do you live?

Hi,

I'm from India too.
by R Patil
Wed Nov 19, 2014 2:24 pm
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500886

Re: How did you find us?

Hi,

I found you on google.
by R Patil
Wed Nov 19, 2014 2:23 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Static or dynamic call in COBOL.
Replies: 4
Views: 1646

Static or dynamic call in COBOL.

Hi,

I've this with me in a program:

Code: Select all

01 WS-PROG PIC X(8) VALUE ' DATEROUT'.
..
CALL WS-PROG.
Compiler options used: NODYNAM

Is this a dynamic or static call? As the option is NODYNAM, I'd assume it's a static call. But one of collegues says otehrwise. Please share yourviews.

Go to advanced search