i have a requrement in A as viswa!@#$%&^**reddy i need to
move viswareddy in B without junk values pls say how to do
ths reply fast
Answer Posted / raghu
01 a pic x(19) value 'viswa!@#$%&^**reddy'.
01 b pix x(11).
procedure division.
perform a until ws-eof-str
if a is alphabetic
move a to b
display b
end-if
end-perform
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the variable unblock file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
Name the sections present in data division.
Write the code to count the sum of n natural numbers.
What kind of error is trapped by on size error option?
Name the divisions, which are available in a cobol program?
How do we get current date from system with century in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is the use of outrecord?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?