i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
how will u pass dadta to cobol+db2 program...?
what is s013u000 for?
What is the compute verb? How is it used?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
How to retain the Duplicates in the one records?
Can we use icetool in cobol program?
What compiler option would you use for dynamic linking?
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..
Explain how to differentiate call by context by comparing it to other calls?
What is a scope terminator? Give examples.
Difference between next and continue clause