what is s013u000 for?
Answer / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Can JUSTIFIED be used for all the data types?
How do you differentiate between cobol and cobol-ii?
can anyone explain me the concept of COMP-4 PLEASE??
) How do you access the migrate the data from production region to development region
What are the cobol coding sheets?
What rules are followed by the search verb.
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
) How do u handle errors in BMS macro?
How To move a value to an array using move verb?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.