| Author |
Message |
Topic: Assembler Dynamic Call .. Same copy of storage area |
k_sharma
Replies: 7
Views: 6771
|
Forum: Application Programming Posted: Tue Jan 11, 2005 5:52 pm Subject: Assembler Dynamic Call .. Same copy of storage area |
Hey dtf
Thanks. Even I tried something also. I tried out IBM utility ILBOSTP0. I think it has same functionality as IGZEERE. Just after calling this once, it working fine. This is amazin ... |
Topic: Assembler Dynamic Call .. Same copy of storage area |
k_sharma
Replies: 7
Views: 6771
|
Forum: Application Programming Posted: Wed Jan 05, 2005 1:31 pm Subject: Assembler Dynamic Call .. Same copy of storage area |
Hi
Actually I made the second program as REUS only. But everytime, I am getting the fresh code of second program. I just tried to make 2 small program to check this fundamental out. See my 2 pro ... |
Topic: Assembler Dynamic Call .. Same copy of storage area |
k_sharma
Replies: 7
Views: 6771
|
Forum: Application Programming Posted: Tue Jan 04, 2005 5:41 pm Subject: Assembler Dynamic Call .. Same copy of storage area |
Hi
When we call any program dynamically from Assembler program through LINK or LOAD+CALL, it always use the refreshed copy of called module. So if we have set some switched in called program, th ... |
Topic: Question for Assembler ? |
k_sharma
Replies: 6
Views: 2661
|
Forum: Application Programming Posted: Sun Jun 06, 2004 3:20 pm Subject: Question for Assembler ? |
Hi
I think, it all depends upon the application for which u r working. Its not like that, assembler is not at all used.
Still the big credit card and banking comanies, they use assembler p ... |
Topic: How to write embedded JCL in a cobol program? |
k_sharma
Replies: 4
Views: 2951
|
Forum: Application Programming Posted: Mon Sep 29, 2003 5:45 am Subject: How to write embedded JCL in a cobol program? |
Hi
I think we have to give following in JCL also.
AB DD SYSOUT=(*,INTRDR)
Where AB is file name used in the above COBOL program.
Cheers
K Sharma |
Topic: Error in pgm |
k_sharma
Replies: 3
Views: 4943
|
Forum: Application Programming Posted: Wed Sep 10, 2003 3:18 am Subject: Error in pgm |
hi Deepesh
If all the 100 programs are statically binded to each then you have to compile all the program starting from last program. When the program is statically called, the calli ... |
Topic: Compiling with Amode=31 & RMODE=ANY |
k_sharma
Replies: 2
Views: 2727
|
Forum: Application Programming Posted: Fri Sep 05, 2003 2:04 am Subject: Compiling with Amode=31 & RMODE=ANY |
Dave
You can provide the AMODE & RMODE parameters in JCL when you compile. After EXEC you can specify AMODE=31, RMODE=24 in PARM option. I am not sure about the exact syntax. You just try. ... |
Topic: Compilation date in Load module of assembler program |
k_sharma
Replies: 4
Views: 2295
|
Forum: Application Programming Posted: Thu Sep 04, 2003 8:25 am Subject: Compilation date in Load module of assembler program |
Hi Merv
Thanks you are right. It worked. I just gave &sysdate and & Systime. It gave in load module.
Just in advance I tried with &sysuid just to wanted to know that who has c ... |
Topic: Compilation date in Load module of assembler program |
k_sharma
Replies: 4
Views: 2295
|
Forum: Application Programming Posted: Fri Aug 29, 2003 3:46 am Subject: Compilation date in Load module of assembler program |
Hi All
Can somebody tells me what we need to do in application program so that it displays compilation date in the load module of the progam.
What I think that we need to include some DC s ... |
Topic: Synad and put in Assembler |
k_sharma
Replies: 2
Views: 1859
|
Forum: Application Programming Posted: Thu Aug 14, 2003 2:07 am Subject: Synad and put in Assembler |
I am using a Sequential file for OUTPUT in assembler code. For this I am using PUT to write data to output. But after using PUT how can I check the return code whether PUT was successful or not.
S ... |
| |