Did anybody attend the walkin of TCS on 31st July in
Gurgaon for any technology,If u have completed 3 round i.e
till the HR round,have u received the Offer letter yet?
Please let me know.Thanks.
Answer / curiousme
Hey , I am going for TCS mainframe interview this week...
Can you provide an overview of the kind of questions being
asked this time..?
| Is This Answer Correct ? | 1 Yes | 0 No |
what r the types of perform statement
can we use go to statement inline-perform?
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
What are the different ways to run a COBOL DB2 program using JCL?
What is perform what is varying?
How to execute a set of JCL statements from a COBOL program?
What is the point of the REPLACING option of a copy statement?
what is the difference between Normal vaiable and comp variable.
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
what is the difference between external and global variables?
Are you comfortable in cobol or jcl?