What is amode(24)?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between array and sub-script ?
how can u pass the values into db2 values from cobol ?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
The maximum number of dimensions that an array can have in COBOL-85 is ?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Can we put move statement in COBOL copybook
In an EVALUTE statement is the order of the WHEN clauses significant?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?