what are the limitations of Inline Perform?
Answer Posted / guest
Inline Perform can not not be used more than once and has
to be coded twice if need be . This makes program lengthy
and repitative .
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
Write a program that uses move corresponding.
What is the difference between perform … with test after and perform … with test before?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write down the divisions of cobol program?
IF I mention stop run in CICS what happens?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is comp-1 and comp-2?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the compute verb? How is it used?
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
how to access the file from prodution from changeman tool and to submit a file to production
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?