HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Answers were Sorted based on User's Feedback
Answer / anilgajmal86
TO PASS RECORD FROM FILE TO AN ARRAY, WE HAVE USE SOME VARIABLE WITH THE HELP OF PERFORM LOOP.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / piyush mani
to pass a value we always need a variable..
so using rread command store value in var1 and then use move command 2 send it to array..
like move var1 to var2(i)..
u have to use perform command..
giv ur feedback
| Is This Answer Correct ? | 1 Yes | 0 No |
2)Where the Plan is located in CICS-DB2?
What was removed from COBOL in the COBOL II implementation?
is it possible to declare index in cobol program? if it is not why its tell me pls
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is SDSF?
When and how can we use index & subscript ?
What is Static and Dynamic linking ?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
How to pass return codes from cobol to jcl?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible