Author |
Message |
Topic: Function Name - C/C++ |
Nimesh Srivastava
Replies: 1
Views: 1326
|
Forum: Application Programming Posted: Fri Nov 18, 2005 2:26 am Subject: Function Name - C/C++ |
Hi,
I want to access the function name of the calling function in the called function without passing any information in the parameters or as global variables. I need this for changing my Legacy Appl ... |
Topic: Recognizing fopen in a function call |
Nimesh Srivastava
Replies: 0
Views: 1045
|
Forum: Application Programming Posted: Thu Nov 18, 2004 3:09 am Subject: Recognizing fopen in a function call |
Hi,
We are currently facing a problem ( an existing system with lots of fopen in functions and missing fclose at all exit conditions of those functions).
Is there a way I can recognize the number o ... |
Topic: Difference in memory from getmain & malloc to calling pr |
Nimesh Srivastava
Replies: 1
Views: 1432
|
Forum: CICS and Middleware Posted: Sat Dec 06, 2003 1:24 am Subject: Difference in memory from getmain & malloc to calling pr |
Hi,
I got the answer for my question. Posting it for the reference of others.
Essentially the main difference between malloc or new and GETMAIN is
once an function like malloc or new is ... |
Topic: Verifying Userid's from CICS |
Nimesh Srivastava
Replies: 3
Views: 2121
|
Forum: CICS and Middleware Posted: Fri Oct 31, 2003 3:54 am Subject: Verifying Userid's from CICS |
Thanks a lot !!! |
Topic: Verifying Userid's from CICS |
Nimesh Srivastava
Replies: 3
Views: 2121
|
Forum: CICS and Middleware Posted: Fri Oct 31, 2003 1:59 am Subject: Verifying Userid's from CICS |
Hi,
I am trying to invoke CICS API
EXEC CICS VERIFY PASSWORD(verifyPasswd) USERID(verifyUserid)
RESP(respcode);
what I want to know various types of ... |
Topic: CICS libraries in Batch Programs |
Nimesh Srivastava
Replies: 1
Views: 1373
|
Forum: CICS and Middleware Posted: Thu Oct 16, 2003 7:56 am Subject: CICS libraries in Batch Programs |
Hi everybody,
Excuse me for asking an AIX specifc question but any help on this would be of great help.
Currently, we compile an CICS application program by using the following options to compiler o ... |
Topic: CICS Communication MVS<->UNIX |
Nimesh Srivastava
Replies: 1
Views: 1765
|
Forum: CICS and Middleware Posted: Thu Sep 25, 2003 1:57 am Subject: CICS Communication MVS<->UNIX |
Hi All,
I have to communicate from MVS CICS to my unix box CICS setup.
Basically what I want is an CICS transaction in MVS to trigger an CICS trnasaction in UNIX and vica versa
Is it possible
... |
Topic: DLL Module not found |
Nimesh Srivastava
Replies: 4
Views: 5269
|
Forum: Problem Determination Posted: Fri Aug 22, 2003 10:05 am Subject: DLL Module not found |
Hi Davey,
Thanks for the reply,
Well I used the proc
//COMPILE EXEC PGM=CBCDRVR,REGION=&CREGSIZ,
// PARM=('&CRUN/CXX &CPARM')
for compilation and for side deck card was not required, I was exp ... |
Topic: DLL Module not found |
Nimesh Srivastava
Replies: 4
Views: 5269
|
Forum: Problem Determination Posted: Tue Aug 19, 2003 6:06 am Subject: DLL Module not found |
Hi Kolusu,
Thanks for the response
I included the dll.h header into my program, without which it wouldn't have compiled.
If u can please pass ur email id I can attach the concerned files / jcls for ... |
Topic: DLL Module not found |
Nimesh Srivastava
Replies: 4
Views: 5269
|
Forum: Problem Determination Posted: Tue Aug 19, 2003 1:49 am Subject: DLL Module not found |
Hi,
I am trying to load an DLL from my aplication program (c++ in MVS env)
But I am gettting the error
"EDC5205S DLL module not found."
What I have actually done in main program accessing the DLL ... |
Topic: How to open file in MVS using C/C++ |
Nimesh Srivastava
Replies: 2
Views: 2950
|
Forum: CICS and Middleware Posted: Sun Jul 27, 2003 11:57 pm Subject: How to open file in MVS using C/C++ |
Thanks kolusu,
I tried on
fp = fopen("\'NCS.DBS.TSTFLE\'","r");
and I was able to open the PS file in MVS env |
Topic: How to open file in MVS using C/C++ |
Nimesh Srivastava
Replies: 2
Views: 2950
|
Forum: CICS and Middleware Posted: Fri Jul 25, 2003 3:22 am Subject: How to open file in MVS using C/C++ |
Hi,
I am trying to open a file in MVS env using C/C++ standard fopen command. Is is possible to open a file using fopen in MVS.
I tried for both a PDS member and a PS fileset, but it failed.
The co ... |
Topic: Difference in memory from getmain & malloc to calling pr |
Nimesh Srivastava
Replies: 1
Views: 1432
|
Forum: CICS and Middleware Posted: Tue Jul 22, 2003 9:50 am Subject: Difference in memory from getmain & malloc to calling pr |
Hi,
I am trying to pass Commarea to a program, via XCTL or LINK command
allocating memory to the COMMAREA via malloc or GETMAIN.
Whats the difference between the two and which is the one preferred? |
|