which generation language is cobol
Answers were Sorted based on User's Feedback
how to display comp3 variables reply soon ?
When is inspect verb is used in cobol?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
How to covert given string into ASCII value in COBOL/MF COBOL
if someone is using my file,how can i find which user id is using?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
what is rediffine clause?in what situation it can use?give me real time example?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Differentiate between structured cobol programming and object-oriented cobol programming.
Minimum how many Number of Paragraphs are there in ID- Divison?
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.
How to read a record from bottom of a file which is indexed by 'A'.