Author |
Message |
Topic: cobol-redefines clause |
Fin
Replies: 4
Views: 3235
|
Forum: Application Programming Posted: Mon Mar 21, 2005 10:24 am Subject: cobol-redefines clause |
Thank you Kolusu. |
Topic: cobol-redefines clause |
Fin
Replies: 4
Views: 3235
|
Forum: Application Programming Posted: Mon Mar 21, 2005 9:58 am Subject: cobol-redefines clause |
In a program I am maintaining there is code like this:
01 WS-TABLE.
05 TABLE-INFO.
10 ... |
Topic: Variable length records |
Fin
Replies: 2
Views: 2476
|
Forum: Application Programming Posted: Thu Mar 03, 2005 8:47 am Subject: Variable length records |
From this I am understanding that the way it is coded in my shop, the records are not truly variable in length, they will always just be output as 1507, regardless of input length. I would need to use ... |
Topic: Variable length records |
Fin
Replies: 2
Views: 2476
|
Forum: Application Programming Posted: Mon Feb 28, 2005 10:38 am Subject: Variable length records |
I have read that to define a variable length record we use the syntax -
RECORD IS VARYING IN SIZE FROM x TO y CHARACTERS
DEPENDING ON recordsize.
However in my shop I see variable length records ... |
Topic: change the following IF condition to EVALUATE statement |
Fin
Replies: 7
Views: 4039
|
Forum: Application Programming Posted: Fri Jan 28, 2005 6:33 am Subject: change the following IF condition to EVALUATE statement |
If I have a variable A and comparing it with B is this legal?
EVALUATE A
WHEN = WS-IN-CONTRACT-NUM
Do some processing ... |
Topic: File compare 3.13 |
Fin
Replies: 2
Views: 3167
|
Forum: TSO and ISPF Posted: Fri Jan 07, 2005 9:01 am Subject: File compare 3.13 |
Thanks Kolusu. |
Topic: File compare 3.13 |
Fin
Replies: 2
Views: 3167
|
Forum: TSO and ISPF Posted: Fri Jan 07, 2005 8:44 am Subject: File compare 3.13 |
Hi -
If I run a Compare from TSO using 3.13 and F11 over to the far right, it gives the following info...I would think MAT and RPL mean MATCH and REPLACE? I am puzzled as to the numbers after them. ... |
Topic: Syncort / temp dataset / space problem |
Fin
Replies: 3
Views: 2276
|
Forum: Utilities Posted: Thu Dec 16, 2004 1:23 pm Subject: Syncort / temp dataset / space problem |
I am afraid the job will abend due to system space limitations in DASD....I do not have facility to test with such a large input data set in my area so I have to let it go to a production system to fi ... |
Topic: Syncort / temp dataset / space problem |
Fin
Replies: 3
Views: 2276
|
Forum: Utilities Posted: Thu Dec 16, 2004 1:07 pm Subject: Syncort / temp dataset / space problem |
I have an input file with approx 8 million records and I need to sort it using SYNCSORT and create a temporary output file. However I dont have enough space in DASD for the temporary dataset - do I ne ... |
Topic: How to convert temp datasets to permanent datasets. |
Fin
Replies: 7
Views: 6275
|
Forum: Job Control Language(JCL) Posted: Thu Dec 16, 2004 12:39 pm Subject: How to convert temp datasets to permanent datasets. |
Once again, thank you Kolusu.
That was my problem and thanks for the prompt response. |
Topic: How to convert temp datasets to permanent datasets. |
Fin
Replies: 7
Views: 6275
|
Forum: Job Control Language(JCL) Posted: Thu Dec 16, 2004 12:19 pm Subject: How to convert temp datasets to permanent datasets. |
...following my last post I still have an issue with creating my temporary dataset - can anyone help?!
//SORTOUT DD DSN=&NAMEOFDATASET,
// UNIT=SYSDA,DISP=(NEW,PASS), ... |
Topic: How to convert temp datasets to permanent datasets. |
Fin
Replies: 7
Views: 6275
|
Forum: Job Control Language(JCL) Posted: Thu Dec 16, 2004 12:11 pm Subject: How to convert temp datasets to permanent datasets. |
Hi Kolusu
I got a JCL error when I tried DISP=(NEW,CATLG,DELETE) and changed to
DISP=(NEW,PASS)...
Cheers, Fin |
Topic: KSDS / ESDS / RRDS |
Fin
Replies: 5
Views: 4672
|
Forum: Data Management Posted: Thu Dec 02, 2004 7:11 am Subject: KSDS / ESDS / RRDS |
Thats very helpful, thank you.
Is LISTCAT exclusively a VSAM tool? Are there any other times when you would use it? |
Topic: KSDS / ESDS / RRDS |
Fin
Replies: 5
Views: 4672
|
Forum: Data Management Posted: Wed Dec 01, 2004 10:36 am Subject: KSDS / ESDS / RRDS |
Thats great info - thanks Phantom!
I am just trying to get myself up to speed with VSAM stuff. |
Topic: KSDS / ESDS / RRDS |
Fin
Replies: 5
Views: 4672
|
Forum: Data Management Posted: Wed Dec 01, 2004 10:30 am Subject: KSDS / ESDS / RRDS |
Is there any way of telling what VSAM dataset organization type without looking at the JCL that created it? - KSDS/ ESDS etc?
(sorry for asking a basic question, i am trying to get the fundamentals r ... |
|