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 6152whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
9 16819Did 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
3164Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
3 7719Consider 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 7733here 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 7896how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
IBM,
3 49811
) How do u handle errors in BMS macro
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.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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?
Name the divisions, which are available in a cobol program?
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
How do u write test cases?
What is the difference between comp and comp-3 usage?
What is link edit in cobol?
What the difference is between continue and next sentence?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you define single dimensional array and multidimensional array in your cobol?
Write down the divisions of cobol program?