what is the coding difference between COBOL and CICS.
Answer Posted / girish kumar
Im calling sub-program but sub-program is not available what will happen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
what is the difference between COBOL2 AND COBOL390?
what happens if parmparameter passes zero bytes to the program
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is report-item in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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 remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How you can characterize tables in cobol?
What are the different rules to perform a Search?
Define static linking and dynamic linking.
how do you reference the fixed unblock file formats from cobol programs
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?