Can we call a CICS program from a batch program or
viceversa?If so, how?
Answer Posted / 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 |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Explain what you understand by passing by value.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to know whether the module is dynamical or statistical?
What is static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you reference the printer file formats from cobol programs
What are 77 levels used for?
) How do u handle errors in BMS macro?
Name the divisions, which are available in a cobol program?
Describe the cobol database components?
What is the difference between perform … with test after and perform … with test before?