How do u write test cases?
No Answer is Posted For this Question
Be the First to Post Answer
) What is the use of IGNORE?
What are 77 levels used for?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
which one is better among static call and dynamic call?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
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 ?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
In an array processing what is the thing that can be done by using subscripts but not by using index
what is Pic 9v99 Indicates?
how we rectify soc7 and soc4 errors in project?
9(2).99 how many bytes take? Why . consider as a byte?
How to retain the Duplicates in the one records?