Answer Posted / lenin
If you want the code to be executed only once, use inline
perform. SO the codes should be enclosed by perform and End-
Perform.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do get the result of your program directly on your pc?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain what you understand by passing by value.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between binary search and sequential search?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How can you get the ksds file records into your cobol program?
Explain how you can characterize tables in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different open modes available in cobol?
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 ?
What is perform what is varying?
What are the rules of the move verb?