01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answer Posted / ravi
abc
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
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?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the utilization of copybook in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what are decleratives in cobol?
) How do u handle errors in BMS macro
Name some of the examples of COBOl 11?
What is report-item in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Describe the cobol database components?
Explain what you understand by passing by value.
What type of SDLC u followed? Why?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do we get current date from system with century in COBOL?
What are the different open modes available in cobol?