IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
2 5816I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
ABC,
1 3925What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
IBM,
1 10394Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
1 4783can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2417can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2327can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
1 5185
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is the reason behind not using select * in embedded sql programs?
Explain how do you handle errors in cics programs?
What is the use of the program list table?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Explain how do you delete item 3 in a five-item tsq?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
//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 /*
How to check last update on table in db2?
How to avoid using indicators in ile ?
what is swap-in and swap-out?
How many databases can be created inside an instance in db2 ?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
Explain psbgen process?
in conjunction with what other keyword must ovrdta and ovrata be used?