how you read control card into array?

Answer Posted / lu

I don't understand your question ???? give an example...
Array is a table using by subscript...

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2580


What guidelines should be followed to write a structured cobol prgm?

850


What is rmode(any) ?

886


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2093


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

845






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11480


What are the rules of the move verb?

927


What is the difference between perform … with test after and perform … with test before?

1129


What is perform what is varying?

896


What is the difference between next sentence and continue in cobol programing language?

937


What is cobol?

929


What is an in line perform? When would you use it? Anything else you wish to say about it.

814


How to remove 2 duplicate records and copy only one using job control language?

964


What are the different rules to perform a Search?

800


What is the use of intialize verb?

954