How arrays can be defined in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
What is report-item in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how we can edit records in vsam data set and non vsam data sets
how we separate the cobol cics statements from cobol&cics programming?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
where will u code file status ?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
can we use COPY statement in w-s section? how?