How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
Write some characteristics of cobol as means of business language.
What type of Call you would use if you don;t want the control back to the calling program?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
Can we put move statement in COBOL copybook
how can we fetch 3 records in cobol pgm any coding pls ?
In COBOL "BEFORE" advancing is there or not ?
What is the Purpose of POINTER Phrase in STRING command