how will u find out 3rd week's 2nd day using occurs ?
Answer Posted / chinni
yes ginni is correct
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
IF I mention stop run in CICS what happens?
What are declaratives and what are their uses in cobol?
What is Pic 9v99 Indicates in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the access modes of START statement?
what is the use of outrecord?
how do you reference the rrds file formats from cobol programs
How to know whether the module is dynamical or statistical?
How do you reference the following file formats from cobol programs?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Give some examples of command terminators?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the Purpose of Pointer in the string?