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

How we can submit jcl under cics environment


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ashutosh Shrinet

New User


Joined: 22 Aug 2004
Posts: 10
Location: New Delhi

PostPosted: Sat Oct 09, 2004 10:03 am
Reply with quote

HI,
please answer these questions.
1.how we can submit jcl under cics environment?
2.how do we implement locking in cics?
3.can a program change protected field?
4.how do i find the name of cics region inside my cobol program?
answer asap.
bye.
Back to top
View user's profile Send private message
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 160
Location: Toronto, Canada

PostPosted: Tue Nov 16, 2004 2:36 am
Reply with quote

Ashutosh Shrinet wrote:
HI,
please answer these questions.
2.how do we implement locking in cics?
3.can a program change protected field?
4.how do i find the name of cics region inside my cobol program?
answer asap.
bye.

1.how we can submit jcl under cics environment?

your shop will have its own programs like for me its
EXEC PGM=D7DADS
This will connect me to cics
using this I can execute CEMT and other transactions.

3) yes protected field can be changed from a cobol program

There will be an attribute field generated for a field
Empno -> EmpnoA

Move 'A' to EmpnoA
Move 'I' to EmpnoA will make it unprotected

Move '@' to EmpnoA
Move '8' to EmpnoA will make it protected.
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 -> Mainframe Interview Questions

 


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 How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top