what is record label is empty or standard in file description
of data division?
Answer Posted / azharuddinsyed
Label records are standard -> will be coded for disk/tape files
Label records are omitted -> will be coded for printer files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
i want a program using by if, evaluate , string, unstring, perform, occurs?
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.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Discuss about changing dataset name in proc.
How do get the result of your program directly on your pc?
Write a program to enter and display the names of students in a class using the occurs clause.
How do you reference the following file formats from cobol programs?
What is rmode(24)
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the different data types in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the different rules to perform a Search?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?