What is LENGTH in COBOL II?
Answers were Sorted based on User's Feedback
Answer / satheesh
LENGTH acts like a special register to tell the length of a
group or an elementary item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satish
length is inistric function it tell's how bytes occupy by
dataitem
| Is This Answer Correct ? | 0 Yes | 0 No |
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
how to transfer the file from pc to mainframe??
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
What is SDSF?
Whats the difference between search & search ALL?
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
What are the different rules of SORT operation?
What does the IS NUMERIC clause establish ?