Have you used the sort in your project?for this type of
questions any working on real time project give the eg. with
real time scenario.
No Answer is Posted For this Question
Be the First to Post Answer
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
File status must be checked both while opening and reading the file or only while reading the file?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
How arrays can be defined in COBOL?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
what is srange and nosrange pls reply to ths question ?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
i need a small 3d program using inline and outline.
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
perform I from 0 by 1 until I=5?How maney times it will executes
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What divisions, sections and paragraphs are mandatory for a COBOL program?