Answer Posted / edukulla
By useing of evaluate state ,we can reduce the syntax error
and reduce programing lenth,naturally error can redued
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do we get current date from system with century in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is difference between static and dynamic call in cobol?
State the various causes of s0c1, s0c5 and s0c7.
i need a small 3d program using inline and outline.
how to move the records from file to array table. give with code example
i want a program using by if, evaluate , string, unstring, perform, occurs?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is perform what is varying?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is a scope terminator give example?
What is the difference between comp and comp-3 usage?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?