how can we apply for HSBC exam(Mainframe) in India??? i went
to their site and was told to submit my CV ,. etc..( totally
confusing...)
No Answer is Posted For this Question
Be the First to Post Answer
What is report-item?
wht is structured cobol pgm and non structred cobol pgm ?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
What rules are followed by the search verb.
Why did you choose to work with ibm mainframe cobol programming?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
using redefine can you redefine lower variable size to higher variable size?
What is the difference between copy and include in cobol?
what is the meaning of pic 9(09)v99-
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2