Give some examples of command terminators?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
can internal sort be applied to sort ksds files?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
can we use variable picture clause as xx.99 in cobol.
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Name the divisions in a COBOL program ?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
Define cobol?
how to check whether the open command of a sequential file is successful? or not?