what is lrec=f,what is difference between f,fb,v,vb?what is
default value?how do we came to know that records are in
f,fb,v,vb?
Answer Posted / giri reddy
F-fixed unblocked,fb-fixed blocked
v-variable unblocked,vb-variable blocked
default value is u-undefined
we can see the description of data set.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a scope terminator give example?
What type of SDLC u followed? Why?
how do you reference the variable unblock file formats from cobol programs
What the difference is between continue and next sentence?
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
Write a program that uses move corresponding.
What is the Purpose of Pointer in the string?
Difference between array and sub-script ?
What are 77 levels used for?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the pertinent COBOL
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to know whether the module is dynamical or statistical?
Write the code to count the sum of n natural numbers.