What is the difference between structured cobol programming and object alternativelyiented cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
how we separate the cobol cics statements from cobol&cics programming?
Name the divisions in a COBOL program ?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
Which is not true about evaluate statement
What are the cobol coding sheets?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
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?
Whats the use of Examine command? can someone help me?
what is the use of comp2 ? where can we use it with example ?