if you code move high-values to variable,can you move it
into numeric variable or alphanumeric variable?



if you code move high-values to variable,can you move it into numeric variable or alphanumeric var..

Answer / adarsh

we can move high-values or low-values to alphnumeric
varibale.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL Interview Questions

Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


how to change picture class of copy book variable inside program?

2 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


When search all is used in cobol program without sorted input data?

6 Answers   CGI, Principal Finance,


What is SSRANGE, NOSSRANGE ?

5 Answers  






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.

5 Answers  


What is COMP SYNC?

3 Answers  


what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?

2 Answers   IBM, Wipro,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


what is ASRA, AEY9?

2 Answers   IBM,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


Can the OCCURS clause be at the 01 level?

2 Answers  


Categories