What is a SSRANGE and NOSSRANGE?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
What are the different rules of SORT operation?
What are the two search techniques ?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
file status 00 is checked after opening the file or reading the file
What is the difference between external and global variables in COBOL?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
if a file has 1000 recods how copy the records from 1 to 100 records using sort
how to resolve the file status 47.......
What will happen if we generate GDG +2 version instead of +1 version?
How do you set a return code to the JCL from a COBOL program?