Discuss about changing dataset name in proc.
No Answer is Posted For this Question
Be the First to Post Answer
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
I have a occurs for 100 times but it has executed 101 time what could be the reason?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
what happens of we dont give time stamp in precompilation process
what is the difference between start and startbr?
Why would you use find and get rather than to obtain?
how you will define variables length in cobol.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
Can printer files (having 133 characters) be of variable length?
) What is the use of IGNORE?
How can you pass values from COBOL program to non-COBOL programs?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)