IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7419i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 3988i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 11559Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
1 5147run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
IBM,
4318Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.
1 5791How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
1 6763Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
HSBC,
3 18805
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
How are the next sentence and continue different from each other?
What is the use of the program list table?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Which component is responsible for processing sql statements and selecting access paths?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
writing an sql statement from selecting records from two files using single statement and nested select statement.
What is data structure in as400? What is the use of data structure?
What are hierarchy levels in jcl?
what is the sqlcode -501
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is the difference between PIC 9.99 and PIC9v99?
//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 is a continuation triple? what is the use of limit sys?