Can 88 level variable be declared in FD section..?
What is a scope terminator give example?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
What divisions, sections and paragraphs are mandatory for a COBOL program?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
give the examples of strings in cobol
what is the difference between PA & PF keys?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
what is meaning by design document? who can repared for this?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
what is the diff b/w select stsmt and cursor ?
is this below syntax correct? CALL 'subprg' using A,B Please help