in cobol perform stmt whether it first checks the condition
or not
Answer Posted / manivannan m
In line perform is not checks the condition first.
Regards,
Manivannan M
Note: Ples correct it, if it is wrong
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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 ?
explain sorting techniques in cobol program?
What are the different open modes available in cobol?
example for sub strings ? and refernce modifications whit output pls
how do you reference the variable unblock file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Difference between array and sub-script ?
What is the utilization of copybook in cobol?
What is the problem of ordered sequential files access?
i need a small 3d program using inline and outline.