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 / barani dharan
Answer 2 is correct i have tested.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between comp and comp-3 usage?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain the configuration section of a cobol program with examples of syntax.
Difference between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Call and a Link?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write a program to enter and display the names of students in a class using the occurs clause.
What are different data types in cobol?
Are you comfortable in cobol or jcl?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue