01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / ravi
456
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How to remove 2 duplicate records and copy only one using job control language?
Give some examples of command terminators?
State the various causes of s0c1, s0c5 and s0c7.
what is search and searchall?what is the diffrence between them?give an best example?
Can a Search can be done on a table with or without Index?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the esds vsam file formats from cobol programs
What are the different rules for performing sort operation?