Hi friends.. i want to be a IBM MainFrame Professional..
can any body tell me what is requirement for that... i m
just BA, MA, and have simple diploma in Computers. what is
pre-requisite.
Answers were Sorted based on User's Feedback
Answer / jarnail
You just need knowledge of programming and database , other
things can be learn letter. Best of Luck.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jarnail
Hi It has great future . I am a web developer in php but i
am also going to shift in it. You can join forums and get a
free account for practice. my id james_seo@hotmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
What is SAA?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
how will you display a particular page in subfile ?
which are the query selection criteria, which can be given in a query?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
What is library is as400? What are the types of library?
what does the ovrdbf command do?
Want to know related Interview questions and answers for seniors
What is the difference between non-join logical files and join logical files?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP