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 |
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
period is missing in the cobol program which error we getting
Explain about different table spaces.
What is different between variable length and fixed length?
what is scope terminator
what are the error codes in cobol, db2, cics, vsam , and jcl
what is the difference between start and startbr?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
Whats the use of Examine command? can someone help me?