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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


Write some characteristics of cobol as means of business language.

0 Answers  


What type of Call you would use if you don;t want the control back to the calling program?

8 Answers   TCS,


is it possible to pass an SQL query inside a jcl which is inside a cobol program?

5 Answers   CTS,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  






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

5 Answers   TCS,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


In COBOL "BEFORE" advancing is there or not ?

3 Answers  


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


Categories