Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Procedure for file entry in FCT

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
anil salve b

New User


Joined: 31 Oct 2007
Posts: 4
Location: Mumbai

PostPosted: Thu Apr 03, 2008 6:21 pm    Post subject: Procedure for file entry in FCT
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
References
PostPosted: Thu Apr 03, 2008 6:21 pm    Post subject: Re: Procedure for file entry in FCT Reply with quote

Bill O'Boyle

Active User


Joined: 14 Jan 2008
Posts: 227
Location: Orlando, FL, USA

PostPosted: Thu Apr 03, 2008 8:44 pm    Post subject: Procedure for file entry in FCT
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: Pune

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

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

Senior Member


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

PostPosted: Fri Apr 04, 2008 5:26 pm    Post subject:
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: 4
Location: Mumbai

PostPosted: Sat Apr 05, 2008 3:41 pm    Post subject:
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

Senior Member


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

PostPosted: Sat Apr 05, 2008 4:14 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1