What is the default value(s) for an initialize? What keyword will allow for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
How arrays can be defined in COBOL?
what happens of we dont give time stamp in precompilation process
What is sqlca and why is it needed in any cobol-db2 program?
What are the steps you go through while creating a COBOL program executable?
Write the code implementing the perform … varying.
What are the rules of the move verb?
Explain the configuration section of a cobol program with examples of syntax.
period is missing in the cobol program which error we getting
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
How do you define a sort file in JCL that runs the COBOL program?
wht happens if we dnt give scope terminator ?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)