What are 77 levels used for?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using picture clause in the cobol programs?
How many maximum number of procedures can we write in one COBOL program?
What is the LINKAGE SECTION used for?
How to execute a set of JCL statements from a COBOL program?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
what happens if we dont close cursor in db2-cobol pgm?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
how to access the file from prodution from changeman tool and to submit a file to production
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
. How do we cast a variable in COBOL