how to know that the file has 300 records how to acess it?
No Answer is Posted For this Question
Be the First to Post Answer
If we use GO BACK instead of STOP RUN in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
what happens if we wont give timestamp in precompilation process ?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
what is the use of outrecord?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
01 a pic s9(5) value '-12345' how it will be stored
How we copy a program from production region to development region.What is the process & syntax ?