i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
What is the use of EVALUATE statement?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
How do you code Cobol to access a parameter that has been defined in JCL?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
how can u pass the values into db2 values from cobol ?
01 b pic +9(4) How many bytes it will take for storage???
How many sections are there in data division?.
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
comp-3 field occupy?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?