Mention the guidelines to write a structured cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
file status 00 is checked after opening the file or reading the file
can any one help -s806
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What are different file OPEN modes available in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
how we separate the cobol cics statements from cobol&cics programming?
How can you get the ksds file records into your cobol program?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
can internal sort be applied to sort ksds files?
Syntax for JCLLIB & JOBLIB???