Can we move SPACES to numeric field and ZEROES to
alphabetic field? If yes what are the way doing this?
Answer Posted / sriram
NO.
Only Alphanumiric field allow numric or alphabetic or both.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
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 are various search techniques in cobol? Explain.
What is the difference between Call and a Link?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is length is cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Give some examples of command terminators?
What are literals?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the usage of comp fields in cobol?
What type of SDLC u followed? Why?
what is difference between cobol and cobol/400
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.
how to refer the data field?
What are all the divisions of a COBOL program?