What is the Purpose of Pointer in the string?
No Answer is Posted For this Question
Be the First to Post Answer
is this below syntax correct? CALL 'subprg' using A,B Please help
what is internal sort and external sort ? which is preferable ?
Can you please let me know the centre name of INS certification in Kolkata.
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.
Explain how to differentiate call by context by comparing it to other calls?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
)what is retrieve?
what happens if parmparameter passes zero bytes to the program
diffrence between renames and redifnes with examples
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
How we copy a program from production region to development region.What is the process & syntax ?
Can we move X(9) to 9(9). If yes what are the ways for doing this?