In COBOL programming, what is PERFORM? What is VARYING?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
What is a SSRANGE and NOSSRANGE?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
Can we put move statement in COBOL copybook
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
What is the difference between CONTINUE & NEXT SENTENCE ?
What is the maximum data length for Numeric DataType ?
can we read in input the file with a variable length ? please , how ..could you help me ?
is it possible to rename 01 level?
how do you reference the variable unblock file formats from cobol programs