i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
diffrence between renames and redifnes with examples
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 if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
The maximum number of dimensions that an array can have in COBOL-85 is ?
what are decleratives in cobol?
i want to enter the name 'pandu' into ur table how?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
Write the code to count the sum of n natural numbers.
How do you code Cobol to access a parameter that has been defined in JCL?
How do u write test cases?
describe 805 error
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?