How many sections are there in data division?.
Answer Posted / nagaraju
can anyone justify ur answer
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is link edit in cobol?
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.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between structured cobol programming and object alternativelyiented cobol?
Are you comfortable in cobol or jcl?
Difference between array and sub-script ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Name the sections present in data division.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Have you used comp and comp-3 in your project? And how?
What are the cobol coding sheets?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write the code implementing the perform … varying.