What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Answer / Atul Gupta
INPUT PROCEDURE is a COBOL construct that defines the steps to be taken when reading data from an external file. OUTPUT PROCEDURE does the same, but for writing data to an external file.
| Is This Answer Correct ? | 0 Yes | 0 No |
which one is the best of com and com-3.using of real time ?
Can we move X(7) to S9(7) COMP?
How do we get current date from system with century?
for an INITIALIZE and what keyword allows for an override of the default.
where will we code call by content and call by reference dude pls reply soon ?
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 will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
What is the meaning of 'Eject' verb in cobol?
if someone is using my file,how can i find which user id is using?
what is the use of keep and pass in disp
What is comp-1 and comp-2?