I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.
Answer Posted / guest
IF I-field-name EQUAL ZEROES
MOVE SPACES TO O-field-name
END-IF
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
What are the different open modes available in cobol?
What kind of error is trapped by on size error option?
What rules are followed by the search verb.
Explain the configuration section of a cobol program with examples of syntax.
how do you define single dimensional array and multidimensional array in your cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Discuss about changing dataset name in proc.
What is rmode(any) ?
Write the code to count the sum of n natural numbers.
Write a program to enter and display the names of students in a class using the occurs clause.
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.