What is static and dynamic call in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
What is the difference between PIC 9.99 and PIC9v99?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What does the initialize statement do ?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
What is the use of LINKAGE SECTION?
How many sections are there in data division in COBOL?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
What are decleratives in COBOL ?
how to transfer the file from pc to mainframe??
which of the following can be used as a check protection symbol a.Z b.S c.* d.+