In which area will you utilize 88 level items in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Can we redefine the field of x(200) to less than 200?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
Write the code implementing the perform … varying.
what is rediffine clause?in what situation it can use?give me real time example?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
how to know that the file has 300 records how to acess it?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
what is a load module ?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.