Author |
Message |
Topic: date time check on a step |
anita_m
Replies: 11
Views: 6379
|
Forum: Job Control Language(JCL) Posted: Mon Jan 07, 2008 4:05 pm Subject: date time check on a step |
I wanted to know if there is a way to do this without the help of a program or scheduler. |
Topic: date time check on a step |
anita_m
Replies: 11
Views: 6379
|
Forum: Job Control Language(JCL) Posted: Mon Jan 07, 2008 12:45 pm Subject: date time check on a step |
Hi!
Is there a way to prevent a step from executing when the date and the time exceed a particular limit? The date and time are going to be fixed.
There are few steps in the JCL I would like to ... |
Topic: S0CB |
anita_m
Replies: 12
Views: 18499
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 3:28 pm Subject: S0CB |
This is how I found the error.
- Went to program listing
- F 'HEXLOC'LINE # HEXLOC VERB LINE # HEXLOC VERB
000405 0005E0 PERFORM 000564 0005E0 OPEN ... |
Topic: S0CB |
anita_m
Replies: 12
Views: 18499
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 2:39 pm Subject: S0CB |
I am doing following conversion in easytrieve 6 P 2 = 11 N 0
4 P 0 = 7 N 0
But the cobol that follows it still abends with S0CB. I found the following too in abendaid. But dont know what it mea ... |
Topic: data type conversion in cobol |
anita_m
Replies: 10
Views: 5085
|
Forum: Application Programming Posted: Thu May 24, 2007 2:06 pm Subject: data type conversion in cobol |
When IN-VAR = 118030000
MOVE IN-VAR TO OUT-VAR.
DISPLAY 'OUT-VAR' -> 300000000
I wanted to know the reason. |
Topic: data type conversion in cobol |
anita_m
Replies: 10
Views: 5085
|
Forum: Application Programming Posted: Thu May 24, 2007 11:30 am Subject: data type conversion in cobol |
No 9(9) does not have an implied decimal.
Assuming IN-VAR -> 118030000
IN-VAR PIC 9(9).
WS-VAR PIC 9(9).
WS-VAR-R REDEFINES WS-VAR PIC 9(5)V9(4).
... |
Topic: S0CB |
anita_m
Replies: 12
Views: 18499
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 11:07 am Subject: S0CB |
This program has only adds and moves. This is an exisitng production program too. Hence I think the data I am loading in is the problem. |
Topic: S0CB |
anita_m
Replies: 12
Views: 18499
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 11:00 am Subject: S0CB |
I receive an amount field with a squiggle at the end-> 1234567890{
It is to be converted to S9(9)V99 comp-3.
So in easytrieve,
I defined this amount field as 11N then moved it to a 6 P 2 us ... |
Topic: S0CB |
anita_m
Replies: 12
Views: 18499
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 10:38 am Subject: S0CB |
I am getting following abend on execution of a program PGMXXX.
Sysout
CEE3211S The system detected a decimal-divide exception (System Completion Code=0CB). From compile unit PGMXXX at en ... |
Topic: data type conversion in cobol |
anita_m
Replies: 10
Views: 5085
|
Forum: Application Programming Posted: Wed May 23, 2007 8:23 pm Subject: data type conversion in cobol |
How can I format a PIC 9(9) field into PIC 9(5)V9(4) COMP-3 in cobol. |
Topic: sort key partially alphanumeric |
anita_m
Replies: 1
Views: 1627
|
Forum: Utilities Posted: Tue May 22, 2007 4:45 pm Subject: sort key partially alphanumeric |
If the first few bytes of a XX-KEY on which a file is to be sorted
is numeric and rest are alphanumeric
5 XX-KEY
10 XX-SERIAL-NUM 9(7)
... |
Topic: Copybook declaration working storage |
anita_m
Replies: 5
Views: 3015
|
Forum: Application Programming Posted: Mon May 21, 2007 1:09 pm Subject: Copybook declaration working storage |
I have declared a copybook XXXPNAPS in the file section and also in the working storage in the following manner.
In data division
FD REC-BASE.
COPY XXXPNAPS.
... |
Topic: Sysprint Length |
anita_m
Replies: 3
Views: 1852
|
Forum: Job Control Language(JCL) Posted: Sun May 20, 2007 2:43 pm Subject: Sysprint Length |
Is there a way to override sysprint length? |
Topic: How to find the user who is editing a VSAM File? |
anita_m
Replies: 11
Views: 5361
|
Forum: Utilities Posted: Wed May 09, 2007 4:26 pm Subject: How to find the user who is editing a VSAM File? |
When I use the file in edit, my id gets diplayed under job name, but this doesnt happen when someone else opens it in edit.
. . . . . . . . . . . . . . . . . . . . . . . . . ... |
Topic: Nested reports |
anita_m
Replies: 2
Views: 1454
|
Forum: Utilities Posted: Sat Apr 28, 2007 2:31 pm Subject: Nested reports |
I have to print report2 whenever a control break occurs while printing report1. Is there a way to do this in easytrieve? |
|