Author |
Message |
Topic: Memory Values Displaced - Calling - Called Programs |
TexasRanger
Replies: 7
Views: 3105
|
Forum: Application Programming Posted: Thu Oct 21, 2004 9:24 am Subject: Memory Values Displaced - Calling - Called Programs |
KInd of. The difference in the called program is the Linkage. The copy QBEC999 is defined with a level 02 and has 50 bytes lenght as well all of them picture X
LINKAGE SECTION.
01 VA-LINKAGEARE ... |
Topic: Memory Values Displaced - Calling - Called Programs |
TexasRanger
Replies: 7
Views: 3105
|
Forum: Application Programming Posted: Thu Oct 21, 2004 6:16 am Subject: Memory Values Displaced - Calling - Called Programs |
Hi Kolusu,
Thanks, for approach one is what happens. I try to use values of CA-QBEC999-01. The fact is that I guess those values have been already populated in the "MOVE VA-QBEC999 TO VA-BG9C0760-Q ... |
Topic: Memory Values Displaced - Calling - Called Programs |
TexasRanger
Replies: 7
Views: 3105
|
Forum: Application Programming Posted: Thu Oct 21, 2004 5:02 am Subject: Memory Values Displaced - Calling - Called Programs |
FOR OPTION 2 WAS:
OPTION 2 (I GET A 0C7 ERROR)
CALLING PROGRAM
WORKING STORAGE
01 VA-QBEC999.
COPY QBEC999.
01 VA-BGEC076.
COPY BGEC076.
CALL CA-BG9C0760 USING VA-BGEC ... |
Topic: Memory Values Displaced - Calling - Called Programs |
TexasRanger
Replies: 7
Views: 3105
|
Forum: Application Programming Posted: Thu Oct 21, 2004 5:00 am Subject: Memory Values Displaced - Calling - Called Programs |
Hello,
I am getting an error that is driving me crazy about some data passed from a calling program to a called program. I used 2 different approaches that should work, but none of them works. See be ... |
Topic: STEP RC, JOB RC, OPC SCHEDULER |
TexasRanger
Replies: 5
Views: 3169
|
Forum: Job Control Language(JCL) Posted: Thu May 27, 2004 3:31 am Subject: STEP RC, JOB RC, OPC SCHEDULER |
I am concerned with the total number of lines the JOB has. Below there is an example, take the long lines as the threholds of number of lines for each new JOB, the JOB will result in 4 JOBS. Bear in m ... |
Topic: STEP RC, JOB RC, OPC SCHEDULER |
TexasRanger
Replies: 5
Views: 3169
|
Forum: Job Control Language(JCL) Posted: Wed May 26, 2004 10:23 am Subject: STEP RC, JOB RC, OPC SCHEDULER |
Nop, is a client requirement, and I guess it also has to deal with OPC performance. |
Topic: STEP RC, JOB RC, OPC SCHEDULER |
TexasRanger
Replies: 5
Views: 3169
|
Forum: Job Control Language(JCL) Posted: Wed May 26, 2004 9:07 am Subject: STEP RC, JOB RC, OPC SCHEDULER |
Hello,
I have read some other posts to get an answer about the following topic, but I have found nothing that I can reuse.
I am going to run a Job in OPC that exceeds a limited number of lines, ... |
Topic: DFORT - SUM PD&ZD NUMBERS. USELESS UTILITY |
TexasRanger
Replies: 6
Views: 3587
|
Forum: Utilities Posted: Thu May 06, 2004 9:12 am Subject: DFORT - SUM PD&ZD NUMBERS. USELESS UTILITY |
HI,
I apologize, did not want to be so rude. I just arrived to the mainframe world and was pretty upset.
Thanks for your help.
TR |
Topic: DFORT - SUM PD&ZD NUMBERS. USELESS UTILITY |
TexasRanger
Replies: 6
Views: 3587
|
Forum: Utilities Posted: Fri Apr 30, 2004 6:32 am Subject: DFORT - SUM PD&ZD NUMBERS. USELESS UTILITY |
Hello,
I have tried to add packed decimal values using the DFORT utility with the SUM statement. Because I was getting a 0C7 error I got the IBM manual for DFSORT and I founD that is not possible t ... |
Topic: PROTECTION EXCEPTION IN LEGACY ROUTINE WITH ABEND CODE 0C4 |
TexasRanger
Replies: 1
Views: 2757
|
Forum: Problem Determination Posted: Thu Feb 05, 2004 4:27 am Subject: PROTECTION EXCEPTION IN LEGACY ROUTINE WITH ABEND CODE 0C4 |
Hello,
I am compiling in an OS/390 with COBOL. When I submit a JOB that calls a program A in which there is an external call to a routine B I get a protection exception in that routine B with an AB ... |
|