Which division and paragraphs are mandatory for a COBOL program?
No Answer is Posted For this Question
Be the First to Post Answer
What is tne need to use sub programs in Cobol?
tell me about examine inspect and evaluate ?
Can we call a CICS program from a batch program or viceversa?If so, how?
can i use multiple when statements in search & search all ? justify ur answer?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
what is scope terminator
What is the LINKAGE SECTION used for?
how to display comp3 variables reply soon ?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
How many variables can be declared in w-s section.?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.