What are the pertinent COBOL commands?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the difference between goto and perform stmts
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.
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
Discuss about changing dataset name in proc.
What is the difference between working storage copybook and linkage section copybook?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
What is the difference between a binary search and a sequential search?
What is CALL statement in COBOL?
what happens of we dont give time stamp in precompilation process
If you were passing a table via linkage, which is preferable - a subscript or an index?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
How you can characterize tables in cobol?