IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
3279I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
RBS,
3 13740how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
HP,
27621. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
HCL,
4 10782Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
1 13224A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
HSBC,
3 9116How can i retrieve city while my i have one field address length 60 but i don't know what where is city in this field ?
4 8434in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
2 7153if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
TCS,
2 7880if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
2680
Explain how to find occurrence of mu and pe fields in a file?
Which is faster delete or truncate?
Receive consists of buffer option in it. What is the significance of this option?
What does EIB mean in CICS?
what are the common errors that occured while programming in AS/400?
What are hierarchy levels in jcl?
) How do u handle errors in BMS macro?
name a few common vsam status codes?
define cond parameter in jcl?
Differentiate between cs and rr isolation levels? Where do you specify them?
Can you explain create an empty file by using sort?
What is the function of dbctl?
what is the difference between call and ++call?
Explain about different table spaces.
what is the compile process of cobol program expalin with code