Can we call a CICS program from a batch program or
viceversa?If so, how?
Answers were Sorted based on User's Feedback
Answer / guest
yes,we can call cics using batch program..by using executable
statement i think...if any other answer let me tel
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kingmanish
For calling a COBOL program from CICS we can use TDQ.
For example if want a certain program to run once a
threshold of say 100 records is reached in order to save
the data or better performance.
then we can achieve this by using TDQ is CICS.
| Is This Answer Correct ? | 0 Yes | 0 No |
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
file status 00 is checked after opening the file or reading the file
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
9(2).99 how many bytes take? Why . consider as a byte?
Write some characteristics of cobol as means of business language.
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
In EBCDIC, how would the number 1234 be stored?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
How can you get the ksds file records into your cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?