i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
2 6158whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
9 16830Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
1 4350If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
3166Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
3 7727Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
IBM,
5 7750here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
IBM,
2 7898how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
IBM,
3 49823
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
What is length is cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you reference the fixed unblock file formats from cobol programs
In which area will you utilize 88 level items in cobol?
Define static linking and dynamic linking.
What is a report item?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the pertinent COBOL commands?
Explain what you understand by passing by value.
Write a program that uses move corresponding.
How do you define a variable of comp-1 and comp-2?