IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Procedure for file entry in FCT


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anil salve b

New User


Joined: 31 Oct 2007
Posts: 3
Location: Mumbai

PostPosted: Thu Apr 03, 2008 6:21 pm
Reply with quote

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
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Apr 03, 2008 8:44 pm
Reply with quote

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
View user's profile Send private message
senthil_hari

New User


Joined: 27 Mar 2008
Posts: 7
Location: chennai

PostPosted: Fri Apr 04, 2008 4:56 pm
Reply with quote

CECI SET file(filename) DS(dataset name) open enable
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Fri Apr 04, 2008 5:26 pm
Reply with quote

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
View user's profile Send private message
anil salve b

New User


Joined: 31 Oct 2007
Posts: 3
Location: Mumbai

PostPosted: Sat Apr 05, 2008 3:41 pm
Reply with quote

Thanks a lot for all your support,but i am not autorised to do this

thanks again
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Sat Apr 05, 2008 4:14 pm
Reply with quote

Hi.

Yes you are not authorised to do it your CICS admin will do that...


if u know this commands is also added knowledge. icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top