IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) which is the cics control program that provides communication services between user written application programs and terminals?
IBM,
992when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
IBM,
1169which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
IBM,
1132when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
IBM,
1222which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
IBM,
1180what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
IBM,
1179
Explain how to find occurrence of mu and pe fields in a file?
what is the sequence when using cursor?
What is DEQ?
how many types of display are available on as/400 for user interaction?
how do I declare a minor?
what is the function of cpysplf command?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
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?
Which statement is used to identify the private libraries in job?
what is use of disp parameter in dd statement?
What is Cataloged Procedures?
Explain identify whether a call statement is a static or dynamic call?
How vsam files are read in cics pgms?
how can you prevent more than one user from accessing the same transient data queue?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK