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 / mahesh
Thing is that spaces can't be moved to numeric fields,
u can move only zeros and other numeric values to numeric
fields, spaces can be moved to alphanumeric and alphabetic
fields only.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
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.
What are the different open modes available in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
In COBOL, what is the different between index and subscript?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Why would you use find and get rather than to obtain?
explain sorting techniques in cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Name the sections present in data division.
What is redefines clause in COBOL?
how to refer the data field?
What is a SSRANGE and NOSSRANGE?
What are the rules of the move verb?