|
|
| Author |
Message |
anil salve b
New User
Joined: 31 Oct 2007 Posts: 4 Location: Mumbai
|
|
|
|
Hi
Can anyone explain me what is the procedure for making a file entry in FCT, I know only the file name and dataset name
thanks in advance |
|
| Back to top |
|
 |
References
|
Posted: Thu Apr 03, 2008 6:21 pm Post subject: Re: Procedure for file entry in FCT |
 |
|
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 227 Location: Orlando, FL, USA
|
|
|
|
Your Tech Support and/or CICS System programmer are normally the resources responsible for table maintenance.
Otherwise, refer to your CICS System Definition Guide as it relates to your particular version/release.
Regards,
Bill |
|
| Back to top |
|
 |
senthil_hari
New User
Joined: 27 Mar 2008 Posts: 7 Location: Pune
|
|
|
|
| CECI SET file(filename) DS(dataset name) open enable |
|
| Back to top |
|
 |
vasanthkumarhb
Senior Member
Joined: 06 Sep 2007 Posts: 303 Location: Bang,iflex
|
|
|
|
| Quote: |
| CECI SET file(filename) DS(dataset name) open enable |
the above content is wrong
Defining:
| Code: |
| CEDA DEF FILE(FILE-NAME) DSN(DATA SET NAME) |
| Code: |
| CEDA INS FILE(FILE-NAME) DSN(DATA SET NAME) |
Opening or closing file:
| Code: |
| CEMT SET FILE(FILE-NAME) OPE OR CLO |
|
|
| Back to top |
|
 |
anil salve b
New User
Joined: 31 Oct 2007 Posts: 4 Location: Mumbai
|
|
|
|
Thanks a lot for all your support,but i am not autorised to do this
thanks again |
|
| Back to top |
|
 |
vasanthkumarhb
Senior Member
Joined: 06 Sep 2007 Posts: 303 Location: Bang,iflex
|
|
|
|
Hi.
Yes you are not authorised to do it your CICS admin will do that...
if u know this commands is also added knowledge.  |
|
| Back to top |
|
 |
|
|