) How do u handle errors in BMS macro
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between next sentence and continue in cobol programing language?
What is rmode(any) ?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
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 do you reference the following file formats from cobol programs?
What is the LINKAGE SECTION used in COBOL?
What compiler option would you use for dynamic linking?
A s9(4). B v9(4) value 0.21 can i move this?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example