IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
2233In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
Nous,
2540Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
3 9488How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
TCS,
5 21302Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
2 6890i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 14979I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
1 5682
Explain the job statement in jcl?
is there any way to dynamically merge other html scripts into a given html?
What is the default page size of buffer pools?
Explain various types of locks in db2?
how do you fire a batch job from a cics txn ?
what is SOC4 error?
what is the function of cpyf command?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is ibm db2 used for?
Is mainframe an operating system?
Can we see the copy book length using file-aid?
What is null indicator in cobol db2?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to get the last record in vsam file in cluster?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)