how to display comp3 variables reply soon ?
Answer Posted / fjord
01 ws-a pic s9(5) comp-3 value 12345.
01 ws-b pic s9(5).
Procedure division.
move ws-a to ws-b
display ws-b upon terminal.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is Pic 9v99 Indicates in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How can you get the ksds file records into your cobol program?
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?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the esds vsam file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between binary search and sequential search?
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?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.