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

FCT entry through C - CICS program


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

New User


Joined: 13 Dec 2008
Posts: 38
Location: Mexico City

PostPosted: Tue Dec 30, 2008 10:52 am
Reply with quote

Hi All
I am curious to know whether we can make a FCT entry of a VSAM file from C -CICS program?
Not sure about this.Waiting for your reply
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Dec 30, 2008 9:33 pm
Reply with quote

Can you use the system programming commands of CICS at your shop? If not, the answer is you cannot do this. If so, check out the CICS System Programming Reference for your release of CICS.
Back to top
View user's profile Send private message
zanyzap4u

New User


Joined: 13 Dec 2008
Posts: 38
Location: Mexico City

PostPosted: Wed Dec 31, 2008 5:28 pm
Reply with quote

Can CREATE FILE command be any help icon_question.gif In the manual it is said it installs a FILE definition with the attribute specified on the command.Please throw some light on the command if it is of any help.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 31, 2008 5:41 pm
Reply with quote

CREATE FILE is the CICS system programming command that is used to create an FCT through a program. Your CICS systems support person has standards regarding group and list names, FCT names, and so forth -- so creating one dynamically (if you have the ability to use the CREATE FILE command -- it's not normally available to applications programmers) may cause you friction with your system support staff.

Before even attempting to use this command, you need to talk to your systems support people because using this command may be seen as attempting to avoid system security, which is generally regarded as extremely serious.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Dec 31, 2008 6:04 pm
Reply with quote

Quote:

may cause you friction


as in 'burnt butt'?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 31, 2008 7:03 pm
Reply with quote

Dick -- or worse ... sites with tight security might decide using this command is reason for an escorted departure.
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top