In an EVALUTE statement is the order of the WHEN clauses
significant?
Answer Posted / jay
Yes
With Evaluate statment with When condition are evaluated from top to bottom.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What are the cobol coding sheets?
What is the difference between Global and External Variables?
Write a program to explain size error.
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different types of condition in cobol and write their forms.
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 do you get the data to code the BMS macro?
What is the use of intialize verb?
How arrays can be defined in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between binary search and sequential search?