IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
10 35541I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
CSC,
4 33238can u tell me and give me an example : how to code a program checkpoint , restart, and tell me when and where i have to run 2 programs...Thanks
1 13311I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
1 6233could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
5 20646How do u know if a start command intiated a transaction or a terminal intiated a transaction
2 16589How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
5 16480If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
3 11804how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
CSC,
6 17558If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
8 18258Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
3 13721
What is ook-rec?
How to restart a DB2 program?
What is auto status?
What is difference between static and dynamic call in cobol?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
) what is the difference between AID and HANDLE AID?
What is the maximum number of pcbs allowed in a psb?
How the interaction between DB2, SQL, and QMF takes place?
//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 /*
Explain the output procedure?
Explain the advantage of creating the acbs well ahead of time?
What are the two types of logging in the db2 database? Explain them.
Is their any limit for data sets?
what is unit testing ? on which basis you will write test case ?
Which is faster delete or truncate?