| Author |
Message |
Topic: VSAM Key Representation in COBOL |
ksvenky
Replies: 16
Views: 11969
|
Forum: Application Programming Posted: Fri Nov 18, 2005 10:02 am Subject: VSAM Key Representation in COBOL |
Hi Kolusu,
So, variables beginning with '&' sign are valid in Easytrieve classic, right?
Actually in our program, a CLIST calls a TSO Panel and the input given to Panel are then used to trig ... |
Topic: VSAM Key Representation in COBOL |
ksvenky
Replies: 16
Views: 11969
|
Forum: Application Programming Posted: Fri Nov 18, 2005 7:22 am Subject: VSAM Key Representation in COBOL |
Hi Dibakar,
The code i had mentioned is not COBOL. It is a easytrieve classic code.
I would like to know whether '&' is valid in easytrieve classic. If not, then how can it be replaced in my c ... |
Topic: VSAM Key Representation in COBOL |
ksvenky
Replies: 16
Views: 11969
|
Forum: Application Programming Posted: Fri Nov 18, 2005 6:16 am Subject: VSAM Key Representation in COBOL |
Hi Kolusu,
Thanks a lot for that reply.
Here are some examples for the variable with '&' sign
IF &BEGINYY GQ 60
BEGINCC EQ 19
BEGINYY EQ &BEGINYY
---------------------------
... |
Topic: VSAM Key Representation in COBOL |
ksvenky
Replies: 16
Views: 11969
|
Forum: Application Programming Posted: Fri Nov 18, 2005 5:34 am Subject: VSAM Key Representation in COBOL |
Hi Kolusu,
Thanks for the reply.
Actually we are converting some programs from Easytrieve Classic to COBOL. In that the programs handling KSDS VSAM files with key numeric threw some error saying K ... |
Topic: VSAM Key Representation in COBOL |
ksvenky
Replies: 16
Views: 11969
|
Forum: Application Programming Posted: Fri Nov 18, 2005 4:51 am Subject: VSAM Key Representation in COBOL |
I have a doubt regarding VSAM file usage in COBOL. I have a KSDS VSAM file.
Is it necessary that the Key value should be represented as Alphanumeric only in the COBOL program? |
| |