IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
2 14785SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
2 7036)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
IBM,
2070
which are the relational operators in rpg?
what do you mean by define model parameter?
What types of tables are there in the db2 database?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
why is the declare cursor statement is used for?
What is db2 command?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
When you are obtaining next within a set and get a end of set return code, on what record are you now current in idms?
Name what parameter directs the output of the job log dataset?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How can values be passed from the job stream to an executable program?
What do you mean by linkage section?
what is a rpg?
Explain difference between read work file 1 and read work file once? Why we are using work file once?