Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are
the ways for doing this?
Answers were Sorted based on User's Feedback
Answer / sriharsha
only Numeric part of X(9) can be moved to 9(9)....
but whole 9(9) value can be moved to 9(9).....
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / guatm
Alpha Numeric item can be moved to Numeric or numeric-edited item
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the rrds file formats from cobol programs
What R 2 of the common forms of the EVALUATE STATEMENT ?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
how will u find out 3rd week's 2nd day using occurs ?
how can you identify wheather the program is using search or search all in the cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Whtz the specialty of 77 level number ?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
what is the advantage of using redefines instead of delaring the variables ?
How do you get the data to code the BMS macro?
How many maximum number of procedures can we write in one COBOL program?