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 4702I 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 6004Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
HCL,
1 3768Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
2 6022query 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 5531
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
How connect db2 database to datastage?
What is redefine?
What is the difference between db2 and oracle?
Is ibm db2 open source?
What dd statement is used to supply the name of a dataset?
how will you find a particular line in debugging if its a infinite loop
Discuss some of the terminology of idms.
What is multithreading in jcl?
can I touch the array during treatments?
What are storage attributes of records?
how you will know whether you are in sfldrop or sflfold mode?
What is the need of a secondary index in IMS?
Explain the device independent method to indicate where a record is stored?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?