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
Mention the guidelines to write a structured cobol program?
What are the different rules of SORT operation?
What do you understand by psb and acb?
how do you reference the variable block file formats from cobol programs
What is the difference between goback, stop run and exit program in cobol?
Can we change the password using ALTER? anyone tried and changed?
) How do u handle errors in BMS macro
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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 do you get the data to code the BMS macro?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between external and global variables in COBOL?
What is comp-1 and comp-2?
What is length is cobol?