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 / krishnarao
Ans 2 is correct. we wont get soc7.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do u write test cases?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between perform … with test after and perform … with test before?
What is the difference between Global and External Variables?
What is rmode(any) ?
What is the difference between Call and a Link?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is redefines clause in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the different open modes available in cobol?
How many sections are there in data division in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?