01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / chuvabe
no. cannot. because b is numeric. alpanumeric cannot move
to numeric field.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
A table has two indexes defined. Which one will be used by the SEARCH?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Have you used comp and comp-3 in your project? And how?
How to print 10 to 1 if the input have only 10 digit number?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
State the various causes of s0c1, s0c5 and s0c7.
how can i see junk values in dclgen or in hostvariable of comp ?
What is perform what is varying?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What kind of error is trapped by on size error option?
Name some of the examples of COBOl 11?