IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
1 4772i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
2451Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
2 8834what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
2 4935i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
IBM,
11 21434how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
ocbc,
4 10092(1)In Cl Program,Are PGM and ENDPGM mandatery Keywords or not .If yes, please tell me why these keywords is necessary. (2)If we will not define these two keywords (PGMand ENDPGM) then any error will be come or not.
5 22024Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
IBM,
4 12263
Which component is used to execute the sql statements?
Explore the syntax of the evaluate statement?
What does the 'cedf:cics' transactions do?
What is runstats and reorg in db2?
Can you explain communication area?
The natural file converted to PDF file if Yes then explain ?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is the function of iebgener?
What is the difference between PIC 9.99 and PIC9v99?
Explain how to find occurrence of mu and pe fields in a file?
hi.... anybody send real time project related questions & answers whatever will ask in interview plz.....help me? advanced thanks....
How to send a sms to a mobile through mainframe vm’s?
Is it possible to move an alphanumeric incentive to a numeric field?
In Which Specs Arrays, Tables & Constants Are Defined?