Author |
Message |
Topic: Addressability issue on BALR while using USING <csect-nam |
mkusamy
Replies: 3
Views: 3114
|
Forum: Application Programming Posted: Fri Nov 20, 2009 4:23 am Subject: Addressability issue on BALR while using USING <csect-nam |
Thanks.. I got my mistake.
Base register should have been aligned with the CSECT base. I was little careless
Addressability for SAVE also not correct here, but it was not flagged as error be ... |
Topic: Addressability issue on BALR while using USING <csect-nam |
mkusamy
Replies: 3
Views: 3114
|
Forum: Application Programming Posted: Thu Nov 19, 2009 6:25 am Subject: Addressability issue on BALR while using USING <csect-nam |
I tried to establish addressability for a CSECT from its origin(USING BALRTEST,R12), rather than the current location(USING *,R12). But the program abended with S0C1 when branching to sub program usin ... |
Topic: Addressability issues for literals when using YREGS |
mkusamy
Replies: 2
Views: 4540
|
Forum: Application Programming Posted: Wed Oct 28, 2009 4:47 am Subject: Addressability issues for literals when using YREGS |
Thanks Kolusu! I would check with System guys to have this PTF. |
Topic: Addressability issues for literals when using YREGS |
mkusamy
Replies: 2
Views: 4540
|
Forum: Application Programming Posted: Tue Oct 27, 2009 9:44 am Subject: Addressability issues for literals when using YREGS |
When YREGS macro is used to equate Register numbers before the first CSECT, addressability issues are coming for literals.
Test listings when using YREGS before the CSECT
Active Usings: Non ... |
Topic: How to free unused space of the dataset partially? |
mkusamy
Replies: 2
Views: 4256
|
Forum: Data Management Posted: Mon Jun 01, 2009 8:43 am Subject: How to free unused space of the dataset partially? |
Suppose if 100 tracks are allocated for a dataset and only 30 tracks are utilized, is any way to free up only the 50 tracks from this dataset?
We shall use the F option of 3.4, but that will comple ... |
Topic: PLI - How does Scaling factor is used in DIVIDE Built-in? |
mkusamy
Replies: 0
Views: 1757
|
Forum: Application Programming Posted: Mon Jan 12, 2009 6:22 am Subject: PLI - How does Scaling factor is used in DIVIDE Built-in? |
Can any one please explain How the scaling factor is being used and affecting precision of DIVIDE Built-in?
DCL A FIXED BIN(31) INIT( 45800 );
DCL B FIXED BIN(31) INIT ... |
Topic: IEFUTL4 - wait time limit extended |
mkusamy
Replies: 3
Views: 6742
|
Forum: Problem Determination Posted: Tue Dec 09, 2008 12:54 am Subject: IEFUTL4 - wait time limit extended |
Thanks Dennis.
Perhaps the program was waiting to rename a dataset that was in use?
But, as I already stated
Even, if any one of the dataset is being exclusively used (DISP=OLD) by another job/u ... |
Topic: IEFUTL4 - wait time limit extended |
mkusamy
Replies: 3
Views: 6742
|
Forum: Problem Determination Posted: Mon Dec 08, 2008 9:42 am Subject: IEFUTL4 - wait time limit extended |
In one of my job log I could see the below IEFUTL message.
05.52.21 JOB01866 -JOBNAME STEPNAME PROCSTEP RC I/O CPUTIME ELAPSED
05.52.21 JOB01866 IEFUTL4 - wait time l ... |
Topic: How to get the CPU time of a block of Assembler code? |
mkusamy
Replies: 1
Views: 1557
|
Forum: Application Programming Posted: Thu Dec 04, 2008 10:43 am Subject: How to get the CPU time of a block of Assembler code? |
Lets take, An assembler program contains 1000 lines of code and i need to get the actual CPU time taken for a block of lines from 200 to 600.
We shall use TIME/STCK at top and bottom of the block o ... |
|