Does Natural online require CICS or other TP systems to
function? How does Natural interact with CICS? Thanks.
Answer / suresh
I think we don't require CICS system for Natural online but it uses TP when your working on Natural system alone. But if your system has CICS and Natual means it will require to work on CICS environment. We call Natural programs in CICS using bridge programs since Natural programs doesn't have TRANS ID concept.
Please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
Explain how to find occurrence of mu and pe fields in a file?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is a hyperdescriptor?
Explain control variable in online screens?
difference between read(1) and read work file once ?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between External subroutine and subprogram?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]