can we use full outer join with cursors declared in cobol
program?
Answers were Sorted based on User's Feedback
how to display comp3 variables reply soon ?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
how many bytes does s9(7)COMP-3 field occupies?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How will you find the currepted records in a file
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
Can printer files (having 133 characters) be of variable length?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
Can JUSTIFIED be used for all the data types?
Why we should use cursor ?
What is the meaning of 'Eject' verb in cobol?