i want a program using by if, evaluate , string, unstring,
perform, occurs?
Answer / raghunath
refer to www.mainframegurukul.com for the answer
| Is This Answer Correct ? | 1 Yes | 1 No |
) How do you access the migrate the data from production region to development region
What is the reference modification.
How to display the index.(displacement from an array)
What is difference between static and dynamic call in cobol?
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 delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
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?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps