Can printer files (having 133 characters) be of variable
length?
Answer Posted / jagannath
No the file has to be of fixed byte with length 133.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the different rules to perform a Search?
How do we get current date from system with century in COBOL?
How do you define a variable of comp-1 and comp-2?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Write the code to count the sum of n natural numbers.
What is link edit in cobol?
What type of SDLC u followed? Why?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between perform … with test after and perform … with test before?
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
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the variable unblock file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue