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
What type of SDLC u followed? Why?
How do u write test cases?
What is difference between static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) how do u code after getting data?
) How do u handle errors in BMS macro
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) How do u handle errors in BMS macro?
what is the use of outrecord?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the various section in data division and briefly explain them.
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 ?
Which mode is used to operate the sequential file?
How many bytes S(8) comp field occupy and its maximum value?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.