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
 
How we can submit jcl under cics environment

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
Ashutosh Shrinet

New User


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

PostPosted: Sat Oct 09, 2004 10:03 am    Post subject: How we can submit jcl under cics environment
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
References
jz1b0c

Active User


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

PostPosted: Tue Nov 16, 2004 2:36 am    Post subject: Re: cics questions
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1