How does IDMS communicate with CICS?
Answer Posted / laser
They communicate via service MVS request calls.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What are all the divisions of a COBOL program?
How can you get the ksds file records into your cobol program?
What is amode(24)?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is a SSRANGE and NOSSRANGE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is perform what is varying?
What rules are followed by the search verb.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the esds vsam file formats from cobol programs
Explain what you understand by passing by value.