Using string statement.Is coding three destination string
from one source string possible in one code?or three codes
for every destination string of one source string.?thank you
Answer / sharib
Could be done by using UNSTRING they string on spaces or delimiter based on the requirement and then putting them into newly defined variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
Whats the use of Examine command? can someone help me?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the different between index and subscript?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
What COBOL construct is the COBOL II EVALUATE meant to replace?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
what is the use of keep and pass in disp
What is report-item in COBOL?