What is the utilization of copybook in cobol? Could we utilize a similar copybook?
No Answer is Posted For this Question
Be the First to Post Answer
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
In EBCDIC, how would the number 1234 be stored?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
which generation language is cobol
wht r the advantages of 77 level number ?
Write down the divisions of cobol program?
i need a small 3d program using inline and outline.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are different file OPEN modes available in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?