How arrays can be defined in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between ps, esds
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
A s9(4). B v9(4) value 0.21 can i move this?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different data types in cobol?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do get the result of your program directly on your pc?
how we rectify soc7 and soc4 errors in project?
tell me about examine inspect and evaluate ?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value