Answer Posted / jswan
Yes you can but that is not good COBOL programming practice at all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
Define cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to know whether the module is dynamical or statistical?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is static and dynamic call in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is inspect in cobol ?
Whats the difference between search & search ALL?
how to move the records from file to array table. give with code example
What is the usage of comp fields in cobol?
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?