View previous topic :: View next topic |
Author |
Message |
rahul780 Beginner
Joined: 04 Jan 2008 Posts: 10 Topics: 9
|
Posted: Fri Jan 18, 2008 6:00 am Post subject: problem in cics file handaling program |
|
|
hi all
in time of file assign to cics program in cics region following error coming
file consist more than 2 record in it, first i close disable that file and then try to open enable i am giving all command that i used for this
CEMT SET FILE(SAMFIL04)CLO DIS
STATUS: RESULTS - OVERTYPE TO MODIFY
Fil(SAMFIL04) Vsa Clo Dis Rea Sha NORMAL
Dsn( ISAM04.TEST5.KSDS )
------------------------------------------------------------------------------------
CEMT SET FILE(SAMFIL04)OPE ENA
STATUS: RESULTS - OVERTYPE TO MODIFY
Fil(SAMFIL04) Vsa Clo Dis Rea Sha OPEN/CLOSE FAILED
Dsn( ISAM04.TEST5.KSDS )
RESPONSE: 1 ERROR
-------------------------------------------------------------------------------------
CEMT I FILE(SAMFIL04)CLO DIS
STATUS: RESULTS - OVERTYPE TO MODIFY
Fil(SAMFIL04) Vsa Clo Dis Rea Sha
Dsn( ISAM04.TEST5.KSDS )
RESPONSE: NORMAL
-----------------------------------------------------------------------------------
CEMT I FILE(SAMFIL04)OPE ENA
STATUS: RESULTS - OVERTYPE TO MODIFY
Fil(SAMFIL04) Ope Ena NOT FOUND
-------------------------------------------------------------------------------
please help me to find this problem
regards
rahul |
|
Back to top |
|
 |
vkphani Intermediate

Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
|
Back to top |
|
 |
|
|