IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
ISE,
2 4594I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
CTS,
1 5948Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
HCL,
1 3691Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
2 5925query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
IBM,
2 5456
What is length is cobol?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is file information data structure(infds) in as400?
What is meant by union and union all?
What is the difference between physical file and logical file?
What is role in db2?
What is runstats and reorg in db2?
How is deadlock resolved?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How do you reference the following file formats from cobol programs?
Can we see the copy book length using file-aid?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
Explain processing program table(ppt)?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?