How much salary you are expecting? If they ask in an
interview, what we have to tell?
Answer Posted / vinoth kumar r
You ask the Interviewer that what is the budget for the
particular requirement and how much they can offer at the
max.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 is the difference between AID and HANDLE AID?
What are all the divisions of a COBOL program?
Discuss about changing dataset name in proc.
Describe the cobol database components?
how can i see junk values in dclgen or in hostvariable of comp ?
How do you reference the fixed block file formats from cobol programs
How do you get the data to code the BMS macro?
What is the LINKAGE SECTION used in COBOL?
What are 77 levels used for?
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