1.Can we define condition-name conditions in FD entry.
Answer Posted / chakri
KAVYA is correct i have done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What kind of error is trapped by on size error option?
What is the difference between comp and comp-3 usage?
how do you reference the fixed unblock file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?
What is the compute verb? How is it used?
What are the pertinent COBOL commands?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
) How do u handle errors in BMS macro
What is the difference between binary search and sequential search?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What do you understand by psb and acb?
Which is not true about evaluate statement
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.