View previous topic :: View next topic
|
Author |
Message |
Satish_gsv
New User
Joined: 11 Jul 2020 Posts: 2 Location: Uk
|
|
|
|
Hi,
I m trying to Open CICS VSAM file using my cobol program.
Below is the code.
Move DFHVAL (update) to ws-upd.
Exec CICS
Set file(ws-opn)
Enablestatus (ws-opn)
Updatestatus(ws-upd)
End-exec.
But I m getting compilation error.
Please 🙏. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
Satish_gsv
New User
Joined: 11 Jul 2020 Posts: 2 Location: Uk
|
|
|
|
Hi,
Thanks for the response.
But I m getting the compilation error for the updatestatus.
Code: |
'UPDATE' KEYWORD REQUIRES 1 SUB-OPERAND(S). STATEMENT NOT TRANSLATED. |
Can you please suggest??
Deleted attachment and inseted the text into the post with code tags - moderator |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
|