What are the access modes of START statement?
No Answer is Posted For this Question
Be the First to Post Answer
how do you reference the variable block file formats from cobol programs
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What is the point of the REPLACING option of a copy statement?
What are the different ways to run a COBOL DB2 program using JCL?
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
can we use go to statement inline-perform?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are 77 levels used for?
What are the differences bitween cobol and cobol-2?
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
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name