IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
1 6183I have three files for one step i need to override the third file how to do that in jcl?
UST,
1 9210
which utility is used to sort a file in jcl?
How many minimum number of line codes does PL/1 DB2 program requires?
What is Comp-2?
//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 /*
What are steplib and joblib? What for they are used?
How jcl is used for testing batch programs?
What is release/acquire in bind?
How can we debug cobol pgm containig idms using xpeditor?
Difference between fixed length and variable length records.
What is the kcp in the cics?
How IBM framework work?
What is bind and rebind in db2?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
Explain the contents that are a part of dclgen.
how can you detect overflow for a print program that prints multiple lines per cycle?