. How do we cast a variable in COBOL
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
how the control comes back from subprogram to mainprogram
What are the different types of condition in cobol and write their forms.
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
Discuss about changing dataset name in proc.
How to execute a set of JCL statements from a COBOL program?
diffrence between z(2) and z9(2)
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
what happens if we wont give timestamp in precompilation process ?
S9(5)V9(2) occupies how many bytes memory ?