explain sorting techniques in cobol program?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
how to crack cts interview apps? NOVEMBER 21 2010
Write a program that uses move corresponding.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
For rewrite, why is it mandatory that file needs to be opened?
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
How can we increase the size of an existing PDS to include more no. of modules.
What is the difference between PIC 9.99 and 9v99?