What guidelines should be followed to write a structured cobol prgm?
No Answer is Posted For this Question
Be the First to Post Answer
What is ASKTIME, SUSPEND
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
2)Where the Plan is located in CICS-DB2?
where do u use low-value and high value in cobol
How do you compile cobol program..?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
write a program to eliminate duplicate records in a input file and send them to output file.
what is SYNCHRONIZATION?
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
How many maximum number of procedures can we write in one COBOL program?
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
In an EVALUATE statement, can I give a complex condition on a when clause?