Answer Posted / abc
it doesn't take any memory space
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Give some examples of command terminators?
How do you differentiate between cobol and cobol-ii?
What are the pertinent COBOL commands?
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?
Can a Search can be done on a table with or without Index?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which Search verb is equivalent to PERFORM…VARYING?
What is the local-storage section?
What is amode(31)
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Why did you choose to work with ibm mainframe cobol programming?
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 ?
In COBOL, what is the different between index and subscript?
What is the difference between perform … with test after and perform … with test before?