what is the coding difference between COBOL and CICS.
Answer Posted / dinesh
COBOL is programming lang for mainframe. CICS is front end tool
Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
What is amode(31)
What is the difference between PIC 9.99 and 9v99 in COBOL?
What guidelines should be followed to write a structured cobol prgm?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what happens if parmparameter passes zero bytes to the program
What is link edit in cobol?
Which is not true about evaluate statement
Why did you choose to work with ibm mainframe cobol programming?
Which division and paragraphs are mandatory for a COBOL program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?