How are the next sentence and continue different from each other?
No Answer is Posted For this Question
Be the First to Post Answer
what is rediffine clause?in what situation it can use?give me real time example?
DATAONLY, MAPONLY functionality?
Write the syntax of a two dimensional array?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
What are the steps you go through while creating a COBOL program executable?
without performing any operations on a file how can i know whether it contains data or not
SIGN TRAILING SEPARATE field occupy ?
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
i want to learn mainframes. i completed MCA ,whats the future of mainframes
Can we change the password using ALTER? anyone tried and changed?
How do you submit JCL via a Cobol program?