I have the transaction name for cics screen.. With the
transaction name, how will I find the cics program written
for the transaction and BMS map program also...
Answer Posted / xyz
Using CEMT INQUIRE command you can inquire any CICS table.
For example you can use CEMT INQUIRE TRANS(*) to browse the
PCT table.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Name the cics command that gives the length of twa area?
Explain cemt transaction commands?
Explain how do you set the mdt option to on status, even if data is not entered?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
name the command that is used to dump the main storage areas related to a task?
Can you define attribute byte?
Is length = 0 sufficient to ascertain that the field has been modified?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Can you explain exec cics handle condition command?
Define the attribute byte?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
How to define a vsam file in cics getting into cics to define a vsam file.
Define the term mro (multi region operation)?
what is an mdt (modified data tag)? Its menaing and use?
If we wish to create bms executable, what are the basic steps that the user has to go through?