what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / abzal
anoop is right,
bcoz question asked is min. lines of code,so anoop is
right.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between comp and comp-3 usage?
how do you reference the esds vsam file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What type of SDLC u followed? Why?
what happens if parmparameter passes zero bytes to the program
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain what you understand by passing by value.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is Pic 9v99 Indicates in COBOL?
Can we change the password using ALTER? anyone tried and changed?
Which Search verb is equivalent to PERFORM…VARYING?
What is the local-storage section?