IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
IBM,
2429How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
IBM,
2 10438I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
CTS,
2 8885What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
1 12682
What is the use of disp parameter?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
What is a system catalog table in db2?
How long have you been working on mainframes?
//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 /*
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is the use of jdftval in join logical file?
How do you reference the fixed block file formats from cobol programs
how to read database records without locking them?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what are indicators?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how would find total records in files using sequential?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is the default value(s) for an initialize and what keyword allows for an override of the default?