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 / prasanna
b value is abc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
What is the compute verb? How is it used?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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.
What is the difference between Global and External Variables?
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.
What is the difference between goback, stop run and exit program in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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?
how do you reference the variable unblock file formats from cobol programs
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...)
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the fixed unblock file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?