What is a SSRANGE and NOSSRANGE?
No Answer is Posted For this Question
Be the First to Post Answer
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
Under which scenario you would go for a static call as opposed to dynamic call?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
How to display the index.(displacement from an array)
can we print comp 3 stmts how ?
What is mean by maxcc
how many divisions are there in cobol
Suppose i want to declare a binary comp fild of 7 byte .how to write?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
which is better either static call or dynamic call? and why?
how to display the dataset information?