`

What is the difference between SET SCREEN and CALL SCREEN ?

 
阅读更多
source:http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen

With SET SCREEN, the current screen simply specifies the next screen in the chain. control branches to this next screen as soon as the current screen has been processed. Return from next screen to current screen is not automatic. It does not interrupt processing of the current screen. If we want to branch to the next screen without finishing the current one, use LEAVE SCREEN.

With CALL SCREEN, the current (calling) chain is suspended, and a next screen (or screen chain) is called in. The called screen can then return to the suspended chain with the statement LEAVE SCREEN TO SCREEN 0. Sometimes we might want to let an user call a popup screen from the main application screen to let them enter secondary information. After they have completed their entries, the users should be able to close the popup and return directly to the place where they left off in the main screen. Here comes CALL SCREEN into picture. This statement lets us insert such a sequence into the current one.
分享到:
评论

相关推荐

    What's the difference between TAF and FCF

    What's the difference between TAF and FCF

    FAQs in Quantitative Finance.pdf

    43. What is the difference between the equilibrium approach and the no-arbitrage approach to modelling? 198 44. How good is the assumption of normal distributions for financial returns? 201 45. How ...

    What are the differences between least-squares and Kalman filtering

    What are the differences between least-squares and Kalman filtering

    What Is ChatGPT Doing ... and Why Does It Work.pdf

    ChatGPT研究资料,What Is ChatGPT Doing ... and Why Does It Work (Stephen Wolfram) (Z-Library)

    sva classical q&a

    sva classical q&a Qi1)What is callback ? (Qi2)What is factory pattern ?...(Qi3)Explain the difference between data types logic and reg and wire . (Qi4)What is the need of clocking blocks ?

    Sensor+Analysis+for+the+Internet+of+Things-Morgan+&+Claypool(2018).pdf

    what?is?now?the?open-sourced?NXP?Sensor?Fu- sion?Library.?Stanley?also?wrote?a?series?of?blogs?on?sensor?and?sensor?fusion?topics. As?we?gained?additional?insights?during?the?SenSIP?project,?we?began?...

    C++ primer习题第二章

    Exercise 2.1: What are the differences between int, long, long long, and short? Between an unsigned and a signed type? Between a float and a double? Exercise 2.2: To calculate a mortgage payment, what...

    What Is ChatGPT Doing ... and Why Does It Work(2023)

    没有人预料到这一点——甚至包括它的创造者:ChatGPT作为一种能够以令人信服的人类水平进行写作的AI已经出现在舞台上。但是它真正的工作原理是什么?其“AI大脑”内部发生了什么?在这本短篇书籍中,杰出科学家和...

    Embedded Systems Firmware.pdf

    What is the difference between a task and a process? Do I need to worry about reentrancy? As we progress through Embedded Systems Firmware Demystified, you will come to see that these questions ...

    操作系统第8章作业

    1、Explain the difference between internal and external fragmentation. 2、Given five memory partitions of 100 KB, 500 KB, 200 KB, 300 KB, and 600KB (in order), how would each of the first-fit, best-...

    有什么区别「What is the difference between」-crx插件

    和...有什么区别 ...示例:“人与动物” 3-按Enter 4-它将在Google上搜索为“人与动物之间有什么区别” Github https://github.com/volkanakinpasa/what-is-the-different-between 支持语言:English

    46家公司软件工程师笔试题

    What is the difference: between o(log n) and o(log n^2), where both log arithems have base 2 . a. o(log n^2) is bigger b. o(log n) is bigger c. no difference 3. For a class what would happen if we ...

    Difference between Pneumatic, Hydraulic, and Electrical Actuators.docx

    What's the Difference between Pneumatic, Hydraulic, and Electrical Actuators.docx

    what is seen and what is not seen.pdf

    what is seen and what is not seen 一部很不错的书。

    Z_08年阿尔卡特笔试面试题(无答案)

    1-1 In UMTS,what’s the difference between AAL2 and AAL5? 1-2 In UMTS,what do FDD and TDD mean? 1-3 Describe the processor of hardover and soft handover? 1-4 Describe the spread mechanism used in UMTS...

    嵌入式系统固件揭秘(英文版)

    What is the difference between a task and a process? Do I need to worry about reentrancy? As we progress through Embedded Systems Firmware Demystified, you will come to see that these questions are ...

    What is Nucleus C++ FILE

    What is Nucleus C++ FILE? Nucleus C++ FILE is a C++ class interface into Nucleus FILE, a FAT16/FAT32 TM ... Then, a set of classes is used to create, edit, and manage devices, files, and subdirectories.

    wireshark抓包实验之TCP

    1. What is the IP address and TCP port number used by the client computer (source) that is transferring the file to gaia.cs.umass.edu? To answer this question, it’s probably easiest to select an ...

    What is the BNC

    What the Corpus is, and why s u m m a r y A summary of the compression test results d e t a i l s More detailed results, including some statistical analysis c o r p o r a Descriptions of the various ...

    The Essentials of Computer Organization and Architecture

    what happens when the program we have written needs to be faster and more efficient, or the application we are using doesn’t do precisely what we want? As computer scientists, we need a basic ...

Global site tag (gtag.js) - Google Analytics