Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
No Answer is Posted For this Question
Be the First to Post Answer
Write a cobol program making use of the redefine clause.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
how to pass 100 to s9(4) how r they inserted ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
How do you define a variable of comp-1 and comp-2?
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
Name the divisions, which are available in a cobol program?
what is a zoned decimal data type and how it will be stored?
what is label record is standard or omitted in file description of data division?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?