Name some of the examples of COBOl 11?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i want to declare a binary comp fild of 7 byte .how to write?
Mention the guidelines to write a structured cobol program?
What is SQL Code -904 and -903 in DB2 And how to handle it?
what is filler and what is use of filler
how to convert vsam table into DB2 table?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
How to print 10 to 1 if the input have only 10 digit number?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
Define static linking and dynamic linking.