Diffence between two CICS READ ; FILE & DATASET
- From: "Praveen" <praveen.unnithan@xxxxxxxxx>
- Date: 26 Jul 2005 22:38:20 -0700
Hi,
I am a newbie in CICS COBOL. I came across two possible syntax to read
a file from a CICS program. The two syntax that I came across were
EXEC CICS
READ DATASET ('RASSPLSW')
INTO (RASSPLSW-RECORD)
RIDFLD (W-USERID)
RESP (W-RESP)
END-EXEC.
EXEC CICS
READ FILE('RASSPLSW')
INTO(USRRECC)
RIDFLD(CURRUSR)
END-EXEC.
The two syntax mainly differ only in the use of FILE || DATASET. I
would like to know this diffence...
Thanks alot for your valuable time.
Regards,
Praveen.
.
- Follow-Ups:
- Re: Diffence between two CICS READ ; FILE & DATASET
- From: Arnold Trembley
- Re: Diffence between two CICS READ ; FILE & DATASET
- From: Joe Zitzelberger
- Re: Diffence between two CICS READ ; FILE & DATASET
- From: Andreas Lerch
- Re: Diffence between two CICS READ ; FILE & DATASET
- From: Praveen
- Re: Diffence between two CICS READ ; FILE & DATASET
- Prev by Date: Re: MAKE LOADS OF MONEY FOR FREE
- Next by Date: Re: "Shared" procedure division code
- Previous by thread: Re: MAKE LOADS OF MONEY FOR FREE
- Next by thread: Re: Diffence between two CICS READ ; FILE & DATASET
- Index(es):
Relevant Pages
|